import { describe, expect, it } from "bun:test"; import { $$columnFactory } from "./makeColumn"; export const $$columns = { "User:id": { __type: "column", id: "id", key: "User:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:email": { __type: "column", id: "email", key: "User:email", name: "email", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:phone": { __type: "column", id: "phone", key: "User:phone", name: "phone", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:bio_DApik": { __type: "column", id: "bio_DApik", key: "User:bio_DApik", name: "bio", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:created_at": { __type: "column", id: "created_at", key: "User:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:given_name": { __type: "column", id: "given_name", key: "User:given_name", name: "first_name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:updated_at": { __type: "column", id: "updated_at", key: "User:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:family_name": { __type: "column", id: "family_name", key: "User:family_name", name: "last_name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:user_MkDbb_id": { __type: "column", id: "user_MkDbb_id", key: "User:user_MkDbb_id", name: "notifications", type: "notification_x9ezG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:user_jMitw_id": { __type: "column", id: "user_jMitw_id", key: "User:user_jMitw_id", name: "likes", type: "postlike_YT8Uy", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:superadmin_YQqer": { __type: "column", id: "superadmin_YQqer", key: "User:superadmin_YQqer", name: "superAdmin", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:profile_image_url": { __type: "column", id: "profile_image_url", key: "User:profile_image_url", name: "profile_image_url", type: "image", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:createdby_9E3i7_id": { __type: "column", id: "createdby_9E3i7_id", key: "User:createdby_9E3i7_id", name: "posts", type: "post_fM8Fb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:createdby_X3dJM_id": { __type: "column", id: "createdby_X3dJM_id", key: "User:createdby_X3dJM_id", name: "comments", type: "comment_Viz43", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:postlike_YT8Uy_user_jMitw_id_fkey_rA": { __type: "column", id: "postlike_YT8Uy_user_jMitw_id_fkey_rA", key: "User:postlike_YT8Uy_user_jMitw_id_fkey_rA", name: "Aggregate of likes", type: "postlike_YT8Uy_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:postlike_YT8Uy_user_jMitw_id_fkey_rG": { __type: "column", id: "postlike_YT8Uy_user_jMitw_id_fkey_rG", key: "User:postlike_YT8Uy_user_jMitw_id_fkey_rG", name: "Group of likes", type: "postlike_YT8Uy_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:post_fM8Fb_createdby_9E3i7_id_fkey_rA": { __type: "column", id: "post_fM8Fb_createdby_9E3i7_id_fkey_rA", key: "User:post_fM8Fb_createdby_9E3i7_id_fkey_rA", name: "Aggregate of posts", type: "post_fM8Fb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:post_fM8Fb_createdby_9E3i7_id_fkey_rG": { __type: "column", id: "post_fM8Fb_createdby_9E3i7_id_fkey_rG", key: "User:post_fM8Fb_createdby_9E3i7_id_fkey_rG", name: "Group of posts", type: "post_fM8Fb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:comment_Viz43_createdby_X3dJM_id_fkey_rA": { __type: "column", id: "comment_Viz43_createdby_X3dJM_id_fkey_rA", key: "User:comment_Viz43_createdby_X3dJM_id_fkey_rA", name: "Aggregate of comments", type: "comment_Viz43_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:comment_Viz43_createdby_X3dJM_id_fkey_rG": { __type: "column", id: "comment_Viz43_createdby_X3dJM_id_fkey_rG", key: "User:comment_Viz43_createdby_X3dJM_id_fkey_rG", name: "Group of comments", type: "comment_Viz43_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:notification_x9ezG_user_MkDbb_id_fkey_rA": { __type: "column", id: "notification_x9ezG_user_MkDbb_id_fkey_rA", key: "User:notification_x9ezG_user_MkDbb_id_fkey_rA", name: "Aggregate of notifications", type: "notification_x9ezG_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:notification_x9ezG_user_MkDbb_id_fkey_rG": { __type: "column", id: "notification_x9ezG_user_MkDbb_id_fkey_rG", key: "User:notification_x9ezG_user_MkDbb_id_fkey_rG", name: "Group of notifications", type: "notification_x9ezG_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:id": { __type: "column", id: "id", key: "comment_Viz43:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_Viz43:created_at": { __type: "column", id: "created_at", key: "comment_Viz43:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_Viz43:text_6q8XB": { __type: "column", id: "text_6q8XB", key: "comment_Viz43:text_6q8XB", name: "text", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_Viz43:updated_at": { __type: "column", id: "updated_at", key: "comment_Viz43:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_Viz43:post_cDnCC_id": { __type: "column", id: "post_cDnCC_id", key: "comment_Viz43:post_cDnCC_id", name: "post", type: "post_fM8Fb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:comment_KDDkG_id": { __type: "column", id: "comment_KDDkG_id", key: "comment_Viz43:comment_KDDkG_id", name: "notifications", type: "notification_x9ezG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:createdby_X3dJM_id": { __type: "column", id: "createdby_X3dJM_id", key: "comment_Viz43:createdby_X3dJM_id", name: "createdby", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:parentcomment_aVGh9_id": { __type: "column", id: "parentcomment_aVGh9_id", key: "comment_Viz43:parentcomment_aVGh9_id", name: "parentComment", type: "comment_Viz43", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:parentcomment_aVGh9_id_r": { __type: "column", id: "parentcomment_aVGh9_id_r", key: "comment_Viz43:parentcomment_aVGh9_id_r", name: "childComments", type: "comment_Viz43", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:notification_x9ezG_comment_KDDkG_id_fkey_rA": { __type: "column", id: "notification_x9ezG_comment_KDDkG_id_fkey_rA", key: "comment_Viz43:notification_x9ezG_comment_KDDkG_id_fkey_rA", name: "Aggregate of notifications", type: "notification_x9ezG_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:notification_x9ezG_comment_KDDkG_id_fkey_rG": { __type: "column", id: "notification_x9ezG_comment_KDDkG_id_fkey_rG", key: "comment_Viz43:notification_x9ezG_comment_KDDkG_id_fkey_rG", name: "Group of notifications", type: "notification_x9ezG_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:comment_Viz43_parentcomment_aVGh9_id_fkey_rA": { __type: "column", id: "comment_Viz43_parentcomment_aVGh9_id_fkey_rA", key: "comment_Viz43:comment_Viz43_parentcomment_aVGh9_id_fkey_rA", name: "Aggregate of childComments", type: "comment_Viz43_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_Viz43:comment_Viz43_parentcomment_aVGh9_id_fkey_rG": { __type: "column", id: "comment_Viz43_parentcomment_aVGh9_id_fkey_rG", key: "comment_Viz43:comment_Viz43_parentcomment_aVGh9_id_fkey_rG", name: "Group of childComments", type: "comment_Viz43_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "feedback_KYynz:id": { __type: "column", id: "id", key: "feedback_KYynz:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "feedback_KYynz:created_at": { __type: "column", id: "created_at", key: "feedback_KYynz:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "feedback_KYynz:updated_at": { __type: "column", id: "updated_at", key: "feedback_KYynz:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "feedback_KYynz:comment_BgNAt": { __type: "column", id: "comment_BgNAt", key: "feedback_KYynz:comment_BgNAt", name: "comment", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "feedback_KYynz:content_rUjFt_id": { __type: "column", id: "content_rUjFt_id", key: "feedback_KYynz:content_rUjFt_id", name: "content", type: "guide_N8XBN", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:id": { __type: "column", id: "id", key: "guide_N8XBN:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:body_gAG4U": { __type: "column", id: "body_gAG4U", key: "guide_N8XBN:body_gAG4U", name: "body", type: "wysiwyg", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:created_at": { __type: "column", id: "created_at", key: "guide_N8XBN:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:name_fdjcR": { __type: "column", id: "name_fdjcR", key: "guide_N8XBN:name_fdjcR", name: "name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:slug_PanxG": { __type: "column", id: "slug_PanxG", key: "guide_N8XBN:slug_PanxG", name: "slug", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:updated_at": { __type: "column", id: "updated_at", key: "guide_N8XBN:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:order_7JaDU": { __type: "column", id: "order_7JaDU", key: "guide_N8XBN:order_7JaDU", name: "order", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:public_mRJcE": { __type: "column", id: "public_mRJcE", key: "guide_N8XBN:public_mRJcE", name: "public", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:forpage_A6pq6": { __type: "column", id: "forpage_A6pq6", key: "guide_N8XBN:forpage_A6pq6", name: "forPage", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:guide_HYeFE_id": { __type: "column", id: "guide_HYeFE_id", key: "guide_N8XBN:guide_HYeFE_id", name: "sections", type: "guidesection_Gjn7E", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:parent_bBt7A_id": { __type: "column", id: "parent_bBt7A_id", key: "guide_N8XBN:parent_bBt7A_id", name: "parent", type: "guide_N8XBN", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:videocode_YfnJY": { __type: "column", id: "videocode_YfnJY", key: "guide_N8XBN:videocode_YfnJY", name: "videoCode", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:content_rUjFt_id": { __type: "column", id: "content_rUjFt_id", key: "guide_N8XBN:content_rUjFt_id", name: "feedback", type: "feedback_KYynz", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:coverimage_4rUYa": { __type: "column", id: "coverimage_4rUYa", key: "guide_N8XBN:coverimage_4rUYa", name: "coverImage", type: "image", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:description_dFjkK": { __type: "column", id: "description_dFjkK", key: "guide_N8XBN:description_dFjkK", name: "description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "guide_N8XBN:parent_bBt7A_id_r": { __type: "column", id: "parent_bBt7A_id_r", key: "guide_N8XBN:parent_bBt7A_id_r", name: "subsections", type: "guide_N8XBN", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:guide_N8XBN_parent_bBt7A_id_fkey_rA": { __type: "column", id: "guide_N8XBN_parent_bBt7A_id_fkey_rA", key: "guide_N8XBN:guide_N8XBN_parent_bBt7A_id_fkey_rA", name: "Aggregate of subsections", type: "guide_N8XBN_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:guide_N8XBN_parent_bBt7A_id_fkey_rG": { __type: "column", id: "guide_N8XBN_parent_bBt7A_id_fkey_rG", key: "guide_N8XBN:guide_N8XBN_parent_bBt7A_id_fkey_rG", name: "Group of subsections", type: "guide_N8XBN_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:feedback_KYynz_content_rUjFt_id_fkey_rA": { __type: "column", id: "feedback_KYynz_content_rUjFt_id_fkey_rA", key: "guide_N8XBN:feedback_KYynz_content_rUjFt_id_fkey_rA", name: "Aggregate of feedback", type: "feedback_KYynz_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:feedback_KYynz_content_rUjFt_id_fkey_rG": { __type: "column", id: "feedback_KYynz_content_rUjFt_id_fkey_rG", key: "guide_N8XBN:feedback_KYynz_content_rUjFt_id_fkey_rG", name: "Group of feedback", type: "feedback_KYynz_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:guidesection_Gjn7E_guide_HYeFE_id_fkey_rA": { __type: "column", id: "guidesection_Gjn7E_guide_HYeFE_id_fkey_rA", key: "guide_N8XBN:guidesection_Gjn7E_guide_HYeFE_id_fkey_rA", name: "Aggregate of sections", type: "guidesection_Gjn7E_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "guide_N8XBN:guidesection_Gjn7E_guide_HYeFE_id_fkey_rG": { __type: "column", id: "guidesection_Gjn7E_guide_HYeFE_id_fkey_rG", key: "guide_N8XBN:guidesection_Gjn7E_guide_HYeFE_id_fkey_rG", name: "Group of sections", type: "guidesection_Gjn7E_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "notification_x9ezG:id": { __type: "column", id: "id", key: "notification_x9ezG:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "notification_x9ezG:created_at": { __type: "column", id: "created_at", key: "notification_x9ezG:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "notification_x9ezG:read_afwpL": { __type: "column", id: "read_afwpL", key: "notification_x9ezG:read_afwpL", name: "read", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "notification_x9ezG:updated_at": { __type: "column", id: "updated_at", key: "notification_x9ezG:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "notification_x9ezG:title_FYjyM": { __type: "column", id: "title_FYjyM", key: "notification_x9ezG:title_FYjyM", name: "title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "notification_x9ezG:post_MUpbq_id": { __type: "column", id: "post_MUpbq_id", key: "notification_x9ezG:post_MUpbq_id", name: "post", type: "post_fM8Fb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "notification_x9ezG:user_MkDbb_id": { __type: "column", id: "user_MkDbb_id", key: "notification_x9ezG:user_MkDbb_id", name: "user", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "notification_x9ezG:comment_KDDkG_id": { __type: "column", id: "comment_KDDkG_id", key: "notification_x9ezG:comment_KDDkG_id", name: "comment", type: "comment_Viz43", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:id": { __type: "column", id: "id", key: "post_fM8Fb:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:embedding": { __type: "column", id: "embedding", key: "post_fM8Fb:embedding", name: "embedding", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:body_VmHnD": { __type: "column", id: "body_VmHnD", key: "post_fM8Fb:body_VmHnD", name: "body", type: "wysiwyg", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:created_at": { __type: "column", id: "created_at", key: "post_fM8Fb:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:updated_at": { __type: "column", id: "updated_at", key: "post_fM8Fb:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:title_jfyBF": { __type: "column", id: "title_jfyBF", key: "post_fM8Fb:title_jfyBF", name: "title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:post_MUpbq_id": { __type: "column", id: "post_MUpbq_id", key: "post_fM8Fb:post_MUpbq_id", name: "notifications", type: "notification_x9ezG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:post_cDnCC_id": { __type: "column", id: "post_cDnCC_id", key: "post_fM8Fb:post_cDnCC_id", name: "comments", type: "comment_Viz43", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:post_qnKrr_id": { __type: "column", id: "post_qnKrr_id", key: "post_fM8Fb:post_qnKrr_id", name: "likes", type: "postlike_YT8Uy", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:search_vector": { __type: "column", id: "search_vector", key: "post_fM8Fb:search_vector", name: "search_vector", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:category_8wtGY_id": { __type: "column", id: "category_8wtGY_id", key: "post_fM8Fb:category_8wtGY_id", name: "category", type: "postcategory_gTBhH", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:createdby_9E3i7_id": { __type: "column", id: "createdby_9E3i7_id", key: "post_fM8Fb:createdby_9E3i7_id", name: "createdBy", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:strippedtext_8VYAn": { __type: "column", id: "strippedtext_8VYAn", key: "post_fM8Fb:strippedtext_8VYAn", name: "strippedtext", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "post_fM8Fb:comment_Viz43_post_cDnCC_id_fkey_rA": { __type: "column", id: "comment_Viz43_post_cDnCC_id_fkey_rA", key: "post_fM8Fb:comment_Viz43_post_cDnCC_id_fkey_rA", name: "Aggregate of comments", type: "comment_Viz43_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:comment_Viz43_post_cDnCC_id_fkey_rG": { __type: "column", id: "comment_Viz43_post_cDnCC_id_fkey_rG", key: "post_fM8Fb:comment_Viz43_post_cDnCC_id_fkey_rG", name: "Group of comments", type: "comment_Viz43_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:postlike_YT8Uy_post_qnKrr_id_fkey_rA": { __type: "column", id: "postlike_YT8Uy_post_qnKrr_id_fkey_rA", key: "post_fM8Fb:postlike_YT8Uy_post_qnKrr_id_fkey_rA", name: "Aggregate of likes", type: "postlike_YT8Uy_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:postlike_YT8Uy_post_qnKrr_id_fkey_rG": { __type: "column", id: "postlike_YT8Uy_post_qnKrr_id_fkey_rG", key: "post_fM8Fb:postlike_YT8Uy_post_qnKrr_id_fkey_rG", name: "Group of likes", type: "postlike_YT8Uy_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:notification_x9ezG_post_MUpbq_id_fkey_rA": { __type: "column", id: "notification_x9ezG_post_MUpbq_id_fkey_rA", key: "post_fM8Fb:notification_x9ezG_post_MUpbq_id_fkey_rA", name: "Aggregate of notifications", type: "notification_x9ezG_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "post_fM8Fb:notification_x9ezG_post_MUpbq_id_fkey_rG": { __type: "column", id: "notification_x9ezG_post_MUpbq_id_fkey_rG", key: "post_fM8Fb:notification_x9ezG_post_MUpbq_id_fkey_rG", name: "Group of notifications", type: "notification_x9ezG_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "postcategory_gTBhH:id": { __type: "column", id: "id", key: "postcategory_gTBhH:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postcategory_gTBhH:created_at": { __type: "column", id: "created_at", key: "postcategory_gTBhH:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postcategory_gTBhH:updated_at": { __type: "column", id: "updated_at", key: "postcategory_gTBhH:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postcategory_gTBhH:color_hcKzd": { __type: "column", id: "color_hcKzd", key: "postcategory_gTBhH:color_hcKzd", name: "color", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postcategory_gTBhH:title_RWPFw": { __type: "column", id: "title_RWPFw", key: "postcategory_gTBhH:title_RWPFw", name: "title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postcategory_gTBhH:category_8wtGY_id": { __type: "column", id: "category_8wtGY_id", key: "postcategory_gTBhH:category_8wtGY_id", name: "posts", type: "post_fM8Fb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "postcategory_gTBhH:description_y73Br": { __type: "column", id: "description_y73Br", key: "postcategory_gTBhH:description_y73Br", name: "description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postcategory_gTBhH:post_fM8Fb_category_8wtGY_id_fkey_rA": { __type: "column", id: "post_fM8Fb_category_8wtGY_id_fkey_rA", key: "postcategory_gTBhH:post_fM8Fb_category_8wtGY_id_fkey_rA", name: "Aggregate of posts", type: "post_fM8Fb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "postcategory_gTBhH:post_fM8Fb_category_8wtGY_id_fkey_rG": { __type: "column", id: "post_fM8Fb_category_8wtGY_id_fkey_rG", key: "postcategory_gTBhH:post_fM8Fb_category_8wtGY_id_fkey_rG", name: "Group of posts", type: "post_fM8Fb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "postlike_YT8Uy:id": { __type: "column", id: "id", key: "postlike_YT8Uy:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postlike_YT8Uy:created_at": { __type: "column", id: "created_at", key: "postlike_YT8Uy:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postlike_YT8Uy:updated_at": { __type: "column", id: "updated_at", key: "postlike_YT8Uy:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "postlike_YT8Uy:post_qnKrr_id": { __type: "column", id: "post_qnKrr_id", key: "postlike_YT8Uy:post_qnKrr_id", name: "post", type: "post_fM8Fb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "postlike_YT8Uy:user_jMitw_id": { __type: "column", id: "user_jMitw_id", key: "postlike_YT8Uy:user_jMitw_id", name: "user", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "task_GtQC9:priority_ctecm_id": { __type: "column", id: "priority_ctecm_id", key: "task_GtQC9:priority_ctecm_id", name: "priority_ctecm_id", type: "prioritylevel_UeUrp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "prioritylevel_UeUrp:level_z7rga": { __type: "column", id: "level_z7rga", key: "prioritylevel_UeUrp:level_z7rga", name: "level_z7rga", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, }; export const $$makeColumn = $$columnFactory($$columns as any, { prioritylevel_UeUrp: "prioritylevel_UeUrp", }); describe("$$makecolumn", () => { it("should return a column", () => { const column = $$makeColumn("post_fM8Fb|title_jfyBF"); expect(column).toEqual($$columns["post_fM8Fb:title_jfyBF"] as any); }); it("should handle colons", () => { const column = $$makeColumn("post_fM8Fb:title_jfyBF"); expect(column).toEqual($$columns["post_fM8Fb:title_jfyBF"] as any); }); it("should handle prefix", () => { const column = $$makeColumn("column|post_fM8Fb|title_jfyBF"); expect(column).toEqual($$columns["post_fM8Fb:title_jfyBF"] as any); }); it("should handle nested columns", () => { const column = $$makeColumn( "column|task_GtQC9|priority_ctecm_id:prioritylevel_UeUrp|level_z7rga", ); expect(column).toMatchInlineSnapshot(` { "__type": "column", "id": [ "priority_ctecm_id:prioritylevel_UeUrp", "level_z7rga", ], "key": "task_GtQC9|priority_ctecm_id:prioritylevel_UeUrp|level_z7rga", "name": [ "priority_ctecm_id:prioritylevel_UeUrp", "level_z7rga", ], "operators": [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], "parents": [], "type": "text", } `); // expect(column).toEqual($$columns["post_fM8Fb:title_jfyBF"] as any); }); }); it("should work with nested columns", () => { const $$columns = { "User:id": { __type: "column", id: "id", key: "User:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:email": { __type: "column", id: "email", key: "User:email", name: "email", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:phone": { __type: "column", id: "phone", key: "User:phone", name: "phone", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:created_at": { __type: "column", id: "created_at", key: "User:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:given_name": { __type: "column", id: "given_name", key: "User:given_name", name: "given_name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:updated_at": { __type: "column", id: "updated_at", key: "User:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:family_name": { __type: "column", id: "family_name", key: "User:family_name", name: "family_name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:profile_image_url": { __type: "column", id: "profile_image_url", key: "User:profile_image_url", name: "profile_image_url", type: "image", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "appointments_aDpm3:id": { __type: "column", id: "id", key: "appointments_aDpm3:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:created_at": { __type: "column", id: "created_at", key: "appointments_aDpm3:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:updated_at": { __type: "column", id: "updated_at", key: "appointments_aDpm3:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:notes_JJx7C": { __type: "column", id: "notes_JJx7C", key: "appointments_aDpm3:notes_JJx7C", name: "notes", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:type_JTRib9": { __type: "column", id: "type_JTRib9", key: "appointments_aDpm3:type_JTRib9", name: "Type", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:timein_dV99K": { __type: "column", id: "timein_dV99K", key: "appointments_aDpm3:timein_dV99K", name: "timeIn", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:timeout_YDU6C": { __type: "column", id: "timeout_YDU6C", key: "appointments_aDpm3:timeout_YDU6C", name: "timeOut", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:statusid_WMtBa": { __type: "column", id: "statusid_WMtBa", key: "appointments_aDpm3:statusid_WMtBa", name: "statusId", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:isinitial_DV6CU": { __type: "column", id: "isinitial_DV6CU", key: "appointments_aDpm3:isinitial_DV6CU", name: "isInitial", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:office_fXTny_id": { __type: "column", id: "office_fXTny_id", key: "appointments_aDpm3:office_fXTny_id", name: "office_fXTny_id", type: "office_eh9Qf", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "appointments_aDpm3:customer_UTnLM_id": { __type: "column", id: "customer_UTnLM_id", key: "appointments_aDpm3:customer_UTnLM_id", name: "customer_UTnLM_id", type: "customer_nBJBD", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "appointments_aDpm3:dateupdated_qxBUm": { __type: "column", id: "dateupdated_qxBUm", key: "appointments_aDpm3:dateupdated_qxBUm", name: "dateUpdated", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:servicedby_z7zgNJ": { __type: "column", id: "servicedby_z7zgNJ", key: "appointments_aDpm3:servicedby_z7zgNJ", name: "ServicedBy", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:datecancelled_9wcqh6": { __type: "column", id: "datecancelled_9wcqh6", key: "appointments_aDpm3:datecancelled_9wcqh6", name: "DateCancelled", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:subscription_gjG4J_id": { __type: "column", id: "subscription_gjG4J_id", key: "appointments_aDpm3:subscription_gjG4J_id", name: "subscription_gjG4J_id", type: "subscription_GAmkm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "appointments_aDpm3:scheduledstartdate_Tww7y": { __type: "column", id: "scheduledstartdate_Tww7y", key: "appointments_aDpm3:scheduledstartdate_Tww7y", name: "scheduledStartDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "appointments_aDpm3:originalappointment_JEExVc": { __type: "column", id: "originalappointment_JEExVc", key: "appointments_aDpm3:originalappointment_JEExVc", name: "OriginalAppointment", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:id": { __type: "column", id: "id", key: "customer_nBJBD:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:lat_zTpCi": { __type: "column", id: "lat_zTpCi", key: "customer_nBJBD:lat_zTpCi", name: "lat", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:lng_dPWEf": { __type: "column", id: "lng_dPWEf", key: "customer_nBJBD:lng_dPWEf", name: "lng", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:zip_GdhNY": { __type: "column", id: "zip_GdhNY", key: "customer_nBJBD:zip_GdhNY", name: "zip", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:city_3BihM": { __type: "column", id: "city_3BihM", key: "customer_nBJBD:city_3BihM", name: "city", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:created_at": { __type: "column", id: "created_at", key: "customer_nBJBD:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:frid_HGhFQ": { __type: "column", id: "frid_HGhFQ", key: "customer_nBJBD:frid_HGhFQ", name: "frId", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:updated_at": { __type: "column", id: "updated_at", key: "customer_nBJBD:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:email_9Ncgd": { __type: "column", id: "email_9Ncgd", key: "customer_nBJBD:email_9Ncgd", name: "email", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:phone_ereDj": { __type: "column", id: "phone_ereDj", key: "customer_nBJBD:phone_ereDj", name: "phone", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:state_KRTRJ": { __type: "column", id: "state_KRTRJ", key: "customer_nBJBD:state_KRTRJ", name: "state", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:status_UCPdk": { __type: "column", id: "status_UCPdk", key: "customer_nBJBD:status_UCPdk", name: "status", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:address_zXita": { __type: "column", id: "address_zXita", key: "customer_nBJBD:address_zXita", name: "address", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:lastname_Pz8KN": { __type: "column", id: "lastname_Pz8KN", key: "customer_nBJBD:lastname_Pz8KN", name: "lastname", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:dateadded_qEw9e": { __type: "column", id: "dateadded_qEw9e", key: "customer_nBJBD:dateadded_qEw9e", name: "dateAdded", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:firstname_PfMKd": { __type: "column", id: "firstname_PfMKd", key: "customer_nBJBD:firstname_PfMKd", name: "firstname", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:latnumber_6QzRi": { __type: "column", id: "latnumber_6QzRi", key: "customer_nBJBD:latnumber_6QzRi", name: "latNumber", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:lngnumber_W4nTz": { __type: "column", id: "lngnumber_W4nTz", key: "customer_nBJBD:lngnumber_W4nTz", name: "lngNumber", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:office_gL6HR_id": { __type: "column", id: "office_gL6HR_id", key: "customer_nBJBD:office_gL6HR_id", name: "office_gL6HR_id", type: "office_eh9Qf", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "customer_nBJBD:customer_UTnLM_id": { __type: "column", id: "customer_UTnLM_id", key: "customer_nBJBD:customer_UTnLM_id", name: "appointments", type: "appointments_aDpm3", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "customer_nBJBD:customer_nLdzP_id": { __type: "column", id: "customer_nLdzP_id", key: "customer_nBJBD:customer_nLdzP_id", name: "subscriptions", type: "subscription_GAmkm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "customer_nBJBD:datecancelled_mHRNC": { __type: "column", id: "datecancelled_mHRNC", key: "customer_nBJBD:datecancelled_mHRNC", name: "dateCancelled", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "customer_nBJBD:appointments_aDpm3_customer_UTnLM_id_fkey_rA": { __type: "column", id: "appointments_aDpm3_customer_UTnLM_id_fkey_rA", key: "customer_nBJBD:appointments_aDpm3_customer_UTnLM_id_fkey_rA", name: "Aggregate of appointments", type: "appointments_aDpm3_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "customer_nBJBD:appointments_aDpm3_customer_UTnLM_id_fkey_rG": { __type: "column", id: "appointments_aDpm3_customer_UTnLM_id_fkey_rG", key: "customer_nBJBD:appointments_aDpm3_customer_UTnLM_id_fkey_rG", name: "Group of appointments", type: "appointments_aDpm3_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "customer_nBJBD:subscription_GAmkm_customer_nLdzP_id_fkey_rA": { __type: "column", id: "subscription_GAmkm_customer_nLdzP_id_fkey_rA", key: "customer_nBJBD:subscription_GAmkm_customer_nLdzP_id_fkey_rA", name: "Aggregate of subscriptions", type: "subscription_GAmkm_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "customer_nBJBD:subscription_GAmkm_customer_nLdzP_id_fkey_rG": { __type: "column", id: "subscription_GAmkm_customer_nLdzP_id_fkey_rG", key: "customer_nBJBD:subscription_GAmkm_customer_nLdzP_id_fkey_rG", name: "Group of subscriptions", type: "subscription_GAmkm_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:id": { __type: "column", id: "id", key: "office_eh9Qf:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "office_eh9Qf:created_at": { __type: "column", id: "created_at", key: "office_eh9Qf:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "office_eh9Qf:name_Dz8gc": { __type: "column", id: "name_Dz8gc", key: "office_eh9Qf:name_Dz8gc", name: "name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "office_eh9Qf:updated_at": { __type: "column", id: "updated_at", key: "office_eh9Qf:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "office_eh9Qf:office_fXTny_id": { __type: "column", id: "office_fXTny_id", key: "office_eh9Qf:office_fXTny_id", name: "appointments", type: "appointments_aDpm3", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:office_gL6HR_id": { __type: "column", id: "office_gL6HR_id", key: "office_eh9Qf:office_gL6HR_id", name: "customers", type: "customer_nBJBD", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:office_h8Hzn_id": { __type: "column", id: "office_h8Hzn_id", key: "office_eh9Qf:office_h8Hzn_id", name: "apikeys", type: "officeapikeys_AxCbf", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:customer_nBJBD_office_gL6HR_id_fkey_rA": { __type: "column", id: "customer_nBJBD_office_gL6HR_id_fkey_rA", key: "office_eh9Qf:customer_nBJBD_office_gL6HR_id_fkey_rA", name: "Aggregate of customers", type: "customer_nBJBD_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:customer_nBJBD_office_gL6HR_id_fkey_rG": { __type: "column", id: "customer_nBJBD_office_gL6HR_id_fkey_rG", key: "office_eh9Qf:customer_nBJBD_office_gL6HR_id_fkey_rG", name: "Group of customers", type: "customer_nBJBD_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:appointments_aDpm3_office_fXTny_id_fkey_rA": { __type: "column", id: "appointments_aDpm3_office_fXTny_id_fkey_rA", key: "office_eh9Qf:appointments_aDpm3_office_fXTny_id_fkey_rA", name: "Aggregate of appointments", type: "appointments_aDpm3_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "office_eh9Qf:appointments_aDpm3_office_fXTny_id_fkey_rG": { __type: "column", id: "appointments_aDpm3_office_fXTny_id_fkey_rG", key: "office_eh9Qf:appointments_aDpm3_office_fXTny_id_fkey_rG", name: "Group of appointments", type: "appointments_aDpm3_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "officeapikeys_AxCbf:id": { __type: "column", id: "id", key: "officeapikeys_AxCbf:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "officeapikeys_AxCbf:key_T4YKY": { __type: "column", id: "key_T4YKY", key: "officeapikeys_AxCbf:key_T4YKY", name: "key", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "officeapikeys_AxCbf:created_at": { __type: "column", id: "created_at", key: "officeapikeys_AxCbf:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "officeapikeys_AxCbf:updated_at": { __type: "column", id: "updated_at", key: "officeapikeys_AxCbf:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "officeapikeys_AxCbf:token_MRFmU": { __type: "column", id: "token_MRFmU", key: "officeapikeys_AxCbf:token_MRFmU", name: "token", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "officeapikeys_AxCbf:office_h8Hzn_id": { __type: "column", id: "office_h8Hzn_id", key: "officeapikeys_AxCbf:office_h8Hzn_id", name: "office_h8Hzn_id", type: "office_eh9Qf", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "subscription_GAmkm:id": { __type: "column", id: "id", key: "subscription_GAmkm:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:created_at": { __type: "column", id: "created_at", key: "subscription_GAmkm:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:frid_TwG3n": { __type: "column", id: "frid_TwG3n", key: "subscription_GAmkm:frid_TwG3n", name: "frId", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:updated_at": { __type: "column", id: "updated_at", key: "subscription_GAmkm:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:active_bJgyU": { __type: "column", id: "active_bJgyU", key: "subscription_GAmkm:active_bJgyU", name: "active", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:dateadded_3b9nn": { __type: "column", id: "dateadded_3b9nn", key: "subscription_GAmkm:dateadded_3b9nn", name: "dateAdded", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:frequency_x6yhE": { __type: "column", id: "frequency_x6yhE", key: "subscription_GAmkm:frequency_x6yhE", name: "frequency", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:customer_nLdzP_id": { __type: "column", id: "customer_nLdzP_id", key: "subscription_GAmkm:customer_nLdzP_id", name: "customer_nLdzP_id", type: "customer_nBJBD", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "subscription_GAmkm:nextservice_cAfp9": { __type: "column", id: "nextservice_cAfp9", key: "subscription_GAmkm:nextservice_cAfp9", name: "nextService", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:servicetype_6G6az": { __type: "column", id: "servicetype_6G6az", key: "subscription_GAmkm:servicetype_6G6az", name: "serviceType", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:datecanceled_rWanQ": { __type: "column", id: "datecanceled_rWanQ", key: "subscription_GAmkm:datecanceled_rWanQ", name: "dateCanceled", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:initialstatus_XHxdw": { __type: "column", id: "initialstatus_XHxdw", key: "subscription_GAmkm:initialstatus_XHxdw", name: "InitialStatus", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:lastcompleted_ww9AV": { __type: "column", id: "lastcompleted_ww9AV", key: "subscription_GAmkm:lastcompleted_ww9AV", name: "lastCompleted", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:recurringcharge_UfE8D": { __type: "column", id: "recurringcharge_UfE8D", key: "subscription_GAmkm:recurringcharge_UfE8D", name: "recurringCharge", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:subscription_gjG4J_id": { __type: "column", id: "subscription_gjG4J_id", key: "subscription_GAmkm:subscription_gjG4J_id", name: "appointments", type: "appointments_aDpm3", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "subscription_GAmkm:billingfrequency_eaUFQ": { __type: "column", id: "billingfrequency_eaUFQ", key: "subscription_GAmkm:billingfrequency_eaUFQ", name: "billingFrequency", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "subscription_GAmkm:appointments_aDpm3_subscription_gjG4J_id_fkey_rA": { __type: "column", id: "appointments_aDpm3_subscription_gjG4J_id_fkey_rA", key: "subscription_GAmkm:appointments_aDpm3_subscription_gjG4J_id_fkey_rA", name: "Aggregate of appointments", type: "appointments_aDpm3_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "subscription_GAmkm:appointments_aDpm3_subscription_gjG4J_id_fkey_rG": { __type: "column", id: "appointments_aDpm3_subscription_gjG4J_id_fkey_rG", key: "subscription_GAmkm:appointments_aDpm3_subscription_gjG4J_id_fkey_rG", name: "Group of appointments", type: "appointments_aDpm3_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, }; const $$makeColumn = $$columnFactory($$columns as any, { customer_nBJBD: "customer", }); const column = $$makeColumn( "column|subscription_GAmkm|customer_nLdzP_id:customer_nBJBD|office_gL6HR_id", ); expect(column).toEqual({ __type: "column", id: ["customer_nLdzP_id:customer_nBJBD", "office_gL6HR_id"], key: "subscription_GAmkm|customer_nLdzP_id:customer_nBJBD|office_gL6HR_id", name: ["customer_nLdzP_id:customer", "office_gL6HR_id"], operators: ["eq", "neq", "in", "not_in", "null", "not_null"], parents: [], type: "office_eh9Qf", }); }); export const $$columns2 = { "CX8LW4gH3tGQCGAkdMgdC:id": { __type: "column", id: "id", key: "CX8LW4gH3tGQCGAkdMgdC:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:created_at": { __type: "column", id: "created_at", key: "CX8LW4gH3tGQCGAkdMgdC:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:updated_at": { __type: "column", id: "updated_at", key: "CX8LW4gH3tGQCGAkdMgdC:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:layout_eCWXk": { __type: "column", id: "layout_eCWXk", key: "CX8LW4gH3tGQCGAkdMgdC:layout_eCWXk", name: "Layout", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:site_AzYFd_id": { __type: "column", id: "site_AzYFd_id", key: "CX8LW4gH3tGQCGAkdMgdC:site_AzYFd_id", name: "HighPilePermit", type: "highpilepermit_zjYVm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:site_gHbTG_id": { __type: "column", id: "site_gHbTG_id", key: "CX8LW4gH3tGQCGAkdMgdC:site_gHbTG_id", name: "LayoutPDF", type: "layoutpdf_W4HBy", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:site_ktawR_id": { __type: "column", id: "site_ktawR_id", key: "CX8LW4gH3tGQCGAkdMgdC:site_ktawR_id", name: "Permit", type: "permit_QzKAc", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_wnf7XM": { __type: "column", id: "company_wnf7XM", key: "CX8LW4gH3tGQCGAkdMgdC:company_wnf7XM", name: "Items", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:status_dnTrC_id": { __type: "column", id: "status_dnTrC_id", key: "CX8LW4gH3tGQCGAkdMgdC:status_dnTrC_id", name: "Status", type: "companystatus_DKnpY", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_DLnDy_id": { __type: "column", id: "company_DLnDy_id", key: "CX8LW4gH3tGQCGAkdMgdC:company_DLnDy_id", name: "Users With Access", type: "usercompany_zqKbX", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_GNiGm_id": { __type: "column", id: "company_GNiGm_id", key: "CX8LW4gH3tGQCGAkdMgdC:company_GNiGm_id", name: "Elevations", type: "elevation_i4KNG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_XtMJG_id": { __type: "column", id: "company_XtMJG_id", key: "CX8LW4gH3tGQCGAkdMgdC:company_XtMJG_id", name: "Folders", type: "documentfolder_ThMxm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_fL3Tc_id": { __type: "column", id: "company_fL3Tc_id", key: "CX8LW4gH3tGQCGAkdMgdC:company_fL3Tc_id", name: "Materials", type: "materialfinding_epHfh", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_gEGap_id": { __type: "column", id: "company_gEGap_id", key: "CX8LW4gH3tGQCGAkdMgdC:company_gEGap_id", name: "Materials", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:company_xamHM_id": { __type: "column", id: "company_xamHM_id", key: "CX8LW4gH3tGQCGAkdMgdC:company_xamHM_id", name: "Quils", type: "bebold_HfYk9", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:engineering_M4TEJ": { __type: "column", id: "engineering_M4TEJ", key: "CX8LW4gH3tGQCGAkdMgdC:engineering_M4TEJ", name: "Engineering", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:companies_8aBkF_id": { __type: "column", id: "companies_8aBkF_id", key: "CX8LW4gH3tGQCGAkdMgdC:companies_8aBkF_id", name: "ParentCompanyTag", type: "parentcompanytag_tNWGG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:CEEqJpqC74hJia3K8VJ6a": { __type: "column", id: "CEEqJpqC74hJia3K8VJ6a", key: "CX8LW4gH3tGQCGAkdMgdC:CEEqJpqC74hJia3K8VJ6a", name: "LinkedIn", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:R6LWimpQEKiFPgiC8yEpL": { __type: "column", id: "R6LWimpQEKiFPgiC8yEpL", key: "CX8LW4gH3tGQCGAkdMgdC:R6LWimpQEKiFPgiC8yEpL", name: "Process", type: "wysiwyg", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:aYGC6NXEGdgeqizqQcaQw": { __type: "column", id: "aYGC6NXEGdgeqizqQcaQw", key: "CX8LW4gH3tGQCGAkdMgdC:aYGC6NXEGdgeqizqQcaQw", name: "aYGC6NXEGdgeqizqQcaQw", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:fJJ9ihAwmEXyVm9G3FrYW": { __type: "column", id: "fJJ9ihAwmEXyVm9G3FrYW", key: "CX8LW4gH3tGQCGAkdMgdC:fJJ9ihAwmEXyVm9G3FrYW", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:hq8CCiwx8zqbyRFMCJDYf": { __type: "column", id: "hq8CCiwx8zqbyRFMCJDYf", key: "CX8LW4gH3tGQCGAkdMgdC:hq8CCiwx8zqbyRFMCJDYf", name: "website", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:paDzcwLPaY6Bg4qYRUfFQ": { __type: "column", id: "paDzcwLPaY6Bg4qYRUfFQ", key: "CX8LW4gH3tGQCGAkdMgdC:paDzcwLPaY6Bg4qYRUfFQ", name: "Passed", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "CX8LW4gH3tGQCGAkdMgdC:CAMwhi4YE8QQhUTpbQ6fK_id": { __type: "column", id: "CAMwhi4YE8QQhUTpbQ6fK_id", key: "CX8LW4gH3tGQCGAkdMgdC:CAMwhi4YE8QQhUTpbQ6fK_id", name: "Ratings", type: "H7MDrWWWYJANwtjzAmtcW", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:Lzq83V97n4PPYgTEMpp4e_id": { __type: "column", id: "Lzq83V97n4PPYgTEMpp4e_id", key: "CX8LW4gH3tGQCGAkdMgdC:Lzq83V97n4PPYgTEMpp4e_id", name: "Tasks", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:MG7XYprp7RjdzLMixFw4M_id": { __type: "column", id: "MG7XYprp7RjdzLMixFw4M_id", key: "CX8LW4gH3tGQCGAkdMgdC:MG7XYprp7RjdzLMixFw4M_id", name: "Projects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:PWKrXnY9CJYArV8C7mewL_id": { __type: "column", id: "PWKrXnY9CJYArV8C7mewL_id", key: "CX8LW4gH3tGQCGAkdMgdC:PWKrXnY9CJYArV8C7mewL_id", name: "Files", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VFMgyiGNmDiXtUBEMyxDk_id": { __type: "column", id: "VFMgyiGNmDiXtUBEMyxDk_id", key: "CX8LW4gH3tGQCGAkdMgdC:VFMgyiGNmDiXtUBEMyxDk_id", name: "Contacts", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VWncg8fNk9T3eUbPLTadr_id": { __type: "column", id: "VWncg8fNk9T3eUbPLTadr_id", key: "CX8LW4gH3tGQCGAkdMgdC:VWncg8fNk9T3eUbPLTadr_id", name: "teammembers", type: "h8CVxUkfq7tacMCtcRmdm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VqJ7q3Tegw6ycc6Gy6xNE_id": { __type: "column", id: "VqJ7q3Tegw6ycc6Gy6xNE_id", key: "CX8LW4gH3tGQCGAkdMgdC:VqJ7q3Tegw6ycc6Gy6xNE_id", name: "Findings for Aggregate", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:dpBHmgiTbhjF7mPeRxLWk_id": { __type: "column", id: "dpBHmgiTbhjF7mPeRxLWk_id", key: "CX8LW4gH3tGQCGAkdMgdC:dpBHmgiTbhjF7mPeRxLWk_id", name: "CompanyType", type: "aEipHd7qALgqeGXxEtfkA", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:eNE6E7cCtjGyztdiKBgLz_id": { __type: "column", id: "eNE6E7cCtjGyztdiKBgLz_id", key: "CX8LW4gH3tGQCGAkdMgdC:eNE6E7cCtjGyztdiKBgLz_id", name: "Owner", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:eRmYpTjwEpfXBhdA7iYNh_id": { __type: "column", id: "eRmYpTjwEpfXBhdA7iYNh_id", key: "CX8LW4gH3tGQCGAkdMgdC:eRmYpTjwEpfXBhdA7iYNh_id", name: "parentCompany", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:fFMJ3E6hAKteqbq4k887T_id": { __type: "column", id: "fFMJ3E6hAKteqbq4k887T_id", key: "CX8LW4gH3tGQCGAkdMgdC:fFMJ3E6hAKteqbq4k887T_id", name: "FindingsFromSCS", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:ga9kRmkkFBehyWknJMWEE_id": { __type: "column", id: "ga9kRmkkFBehyWknJMWEE_id", key: "CX8LW4gH3tGQCGAkdMgdC:ga9kRmkkFBehyWknJMWEE_id", name: "SCSInspections", type: "mjVRPqFPpTjaXN8nzVCMa", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:iQfjzMtqpyjLRkrig3e4g_id": { __type: "column", id: "iQfjzMtqpyjLRkrig3e4g_id", key: "CX8LW4gH3tGQCGAkdMgdC:iQfjzMtqpyjLRkrig3e4g_id", name: "SCS", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:jz3Fij69RyjaTLijYNc9D_id": { __type: "column", id: "jz3Fij69RyjaTLijYNc9D_id", key: "CX8LW4gH3tGQCGAkdMgdC:jz3Fij69RyjaTLijYNc9D_id", name: "Address", type: "aL9G7XQUQpeiCeCKktUmm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:pgEeMcRq6fYJzP7gk3kCb_id": { __type: "column", id: "pgEeMcRq6fYJzP7gk3kCb_id", key: "CX8LW4gH3tGQCGAkdMgdC:pgEeMcRq6fYJzP7gk3kCb_id", name: "UsersWithDashboardAccess", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:zbckCcxUtdjiAicFjAN8y_id": { __type: "column", id: "zbckCcxUtdjiAicFjAN8y_id", key: "CX8LW4gH3tGQCGAkdMgdC:zbckCcxUtdjiAicFjAN8y_id", name: "Notes", type: "h7gyUKELxTrcEhUxc4n4x", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:eRmYpTjwEpfXBhdA7iYNh_id_r": { __type: "column", id: "eRmYpTjwEpfXBhdA7iYNh_id_r", key: "CX8LW4gH3tGQCGAkdMgdC:eRmYpTjwEpfXBhdA7iYNh_id_r", name: "parentCompany_r", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:item_company_wnf7XM_fkey_rA": { __type: "column", id: "item_company_wnf7XM_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:item_company_wnf7XM_fkey_rA", name: "Aggregate of Items", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:item_company_wnf7XM_fkey_rG": { __type: "column", id: "item_company_wnf7XM_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:item_company_wnf7XM_fkey_rG", name: "Group of Items", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:User_pgEeMcRq6fYJzP7gk3kCb_id_fkey_rA": { __type: "column", id: "User_pgEeMcRq6fYJzP7gk3kCb_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:User_pgEeMcRq6fYJzP7gk3kCb_id_fkey_rA", name: "Aggregate of UsersWithDashboardAccess", type: "User_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:User_pgEeMcRq6fYJzP7gk3kCb_id_fkey_rG": { __type: "column", id: "User_pgEeMcRq6fYJzP7gk3kCb_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:User_pgEeMcRq6fYJzP7gk3kCb_id_fkey_rG", name: "Group of UsersWithDashboardAccess", type: "User_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:bebold_HfYk9_company_xamHM_id_fkey_rA": { __type: "column", id: "bebold_HfYk9_company_xamHM_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:bebold_HfYk9_company_xamHM_id_fkey_rA", name: "Aggregate of Quils", type: "bebold_HfYk9_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:bebold_HfYk9_company_xamHM_id_fkey_rG": { __type: "column", id: "bebold_HfYk9_company_xamHM_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:bebold_HfYk9_company_xamHM_id_fkey_rG", name: "Group of Quils", type: "bebold_HfYk9_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:material_xQcLn_company_gEGap_id_fkey_rA": { __type: "column", id: "material_xQcLn_company_gEGap_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:material_xQcLn_company_gEGap_id_fkey_rA", name: "Aggregate of Materials", type: "material_xQcLn_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:material_xQcLn_company_gEGap_id_fkey_rG": { __type: "column", id: "material_xQcLn_company_gEGap_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:material_xQcLn_company_gEGap_id_fkey_rG", name: "Group of Materials", type: "material_xQcLn_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:elevation_i4KNG_company_GNiGm_id_fkey_rA": { __type: "column", id: "elevation_i4KNG_company_GNiGm_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:elevation_i4KNG_company_GNiGm_id_fkey_rA", name: "Aggregate of Elevations", type: "elevation_i4KNG_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:elevation_i4KNG_company_GNiGm_id_fkey_rG": { __type: "column", id: "elevation_i4KNG_company_GNiGm_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:elevation_i4KNG_company_GNiGm_id_fkey_rG", name: "Group of Elevations", type: "elevation_i4KNG_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:usercompany_zqKbX_company_DLnDy_id_fkey_rA": { __type: "column", id: "usercompany_zqKbX_company_DLnDy_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:usercompany_zqKbX_company_DLnDy_id_fkey_rA", name: "Aggregate of Users With Access", type: "usercompany_zqKbX_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:usercompany_zqKbX_company_DLnDy_id_fkey_rG": { __type: "column", id: "usercompany_zqKbX_company_DLnDy_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:usercompany_zqKbX_company_DLnDy_id_fkey_rG", name: "Group of Users With Access", type: "usercompany_zqKbX_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:documentfolder_ThMxm_company_XtMJG_id_fkey_rA": { __type: "column", id: "documentfolder_ThMxm_company_XtMJG_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:documentfolder_ThMxm_company_XtMJG_id_fkey_rA", name: "Aggregate of Folders", type: "documentfolder_ThMxm_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:documentfolder_ThMxm_company_XtMJG_id_fkey_rG": { __type: "column", id: "documentfolder_ThMxm_company_XtMJG_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:documentfolder_ThMxm_company_XtMJG_id_fkey_rG", name: "Group of Folders", type: "documentfolder_ThMxm_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:materialfinding_epHfh_company_fL3Tc_id_fkey_rA": { __type: "column", id: "materialfinding_epHfh_company_fL3Tc_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:materialfinding_epHfh_company_fL3Tc_id_fkey_rA", name: "Aggregate of Materials", type: "materialfinding_epHfh_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:materialfinding_epHfh_company_fL3Tc_id_fkey_rG": { __type: "column", id: "materialfinding_epHfh_company_fL3Tc_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:materialfinding_epHfh_company_fL3Tc_id_fkey_rG", name: "Group of Materials", type: "materialfinding_epHfh_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:CX8LW4gH3tGQCGAkdMgdC_eRmYpTjwEpfXBhdA7iYNh_id_fkey_rA": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_eRmYpTjwEpfXBhdA7iYNh_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:CX8LW4gH3tGQCGAkdMgdC_eRmYpTjwEpfXBhdA7iYNh_id_fkey_rA", name: "Aggregate of childCompanies", type: "CX8LW4gH3tGQCGAkdMgdC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:CX8LW4gH3tGQCGAkdMgdC_eRmYpTjwEpfXBhdA7iYNh_id_fkey_rG": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_eRmYpTjwEpfXBhdA7iYNh_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:CX8LW4gH3tGQCGAkdMgdC_eRmYpTjwEpfXBhdA7iYNh_id_fkey_rG", name: "Group of childCompanies", type: "CX8LW4gH3tGQCGAkdMgdC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:H7MDrWWWYJANwtjzAmtcW_CAMwhi4YE8QQhUTpbQ6fK_id_fkey_rA": { __type: "column", id: "H7MDrWWWYJANwtjzAmtcW_CAMwhi4YE8QQhUTpbQ6fK_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:H7MDrWWWYJANwtjzAmtcW_CAMwhi4YE8QQhUTpbQ6fK_id_fkey_rA", name: "Aggregate of Ratings", type: "H7MDrWWWYJANwtjzAmtcW_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:H7MDrWWWYJANwtjzAmtcW_CAMwhi4YE8QQhUTpbQ6fK_id_fkey_rG": { __type: "column", id: "H7MDrWWWYJANwtjzAmtcW_CAMwhi4YE8QQhUTpbQ6fK_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:H7MDrWWWYJANwtjzAmtcW_CAMwhi4YE8QQhUTpbQ6fK_id_fkey_rG", name: "Group of Ratings", type: "H7MDrWWWYJANwtjzAmtcW_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:M4WbzPAkPnrEFbPJ9EGqb_PWKrXnY9CJYArV8C7mewL_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_PWKrXnY9CJYArV8C7mewL_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:M4WbzPAkPnrEFbPJ9EGqb_PWKrXnY9CJYArV8C7mewL_id_fkey_rA", name: "Aggregate of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:M4WbzPAkPnrEFbPJ9EGqb_PWKrXnY9CJYArV8C7mewL_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_PWKrXnY9CJYArV8C7mewL_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:M4WbzPAkPnrEFbPJ9EGqb_PWKrXnY9CJYArV8C7mewL_id_fkey_rG", name: "Group of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_VqJ7q3Tegw6ycc6Gy6xNE_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_VqJ7q3Tegw6ycc6Gy6xNE_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_VqJ7q3Tegw6ycc6Gy6xNE_id_fkey_rA", name: "Aggregate of Findings for Aggregate", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_VqJ7q3Tegw6ycc6Gy6xNE_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_VqJ7q3Tegw6ycc6Gy6xNE_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_VqJ7q3Tegw6ycc6Gy6xNE_id_fkey_rG", name: "Group of Findings for Aggregate", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_fFMJ3E6hAKteqbq4k887T_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_fFMJ3E6hAKteqbq4k887T_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_fFMJ3E6hAKteqbq4k887T_id_fkey_rA", name: "Aggregate of FindingsFromSCS", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_fFMJ3E6hAKteqbq4k887T_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_fFMJ3E6hAKteqbq4k887T_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:VKa83qTAJLkmqJQJJjpgd_fFMJ3E6hAKteqbq4k887T_id_fkey_rG", name: "Group of FindingsFromSCS", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:WAz8nVENp8mnw38akRh4i_MG7XYprp7RjdzLMixFw4M_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_MG7XYprp7RjdzLMixFw4M_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:WAz8nVENp8mnw38akRh4i_MG7XYprp7RjdzLMixFw4M_id_fkey_rA", name: "Aggregate of Projects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:WAz8nVENp8mnw38akRh4i_MG7XYprp7RjdzLMixFw4M_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_MG7XYprp7RjdzLMixFw4M_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:WAz8nVENp8mnw38akRh4i_MG7XYprp7RjdzLMixFw4M_id_fkey_rG", name: "Group of Projects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:bqaGLpfHfMqGeV78MtxDp_Lzq83V97n4PPYgTEMpp4e_id_fkey_rA": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_Lzq83V97n4PPYgTEMpp4e_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:bqaGLpfHfMqGeV78MtxDp_Lzq83V97n4PPYgTEMpp4e_id_fkey_rA", name: "Aggregate of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:bqaGLpfHfMqGeV78MtxDp_Lzq83V97n4PPYgTEMpp4e_id_fkey_rG": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_Lzq83V97n4PPYgTEMpp4e_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:bqaGLpfHfMqGeV78MtxDp_Lzq83V97n4PPYgTEMpp4e_id_fkey_rG", name: "Group of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:h7gyUKELxTrcEhUxc4n4x_zbckCcxUtdjiAicFjAN8y_id_fkey_rA": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_zbckCcxUtdjiAicFjAN8y_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:h7gyUKELxTrcEhUxc4n4x_zbckCcxUtdjiAicFjAN8y_id_fkey_rA", name: "Aggregate of Notes", type: "h7gyUKELxTrcEhUxc4n4x_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:h7gyUKELxTrcEhUxc4n4x_zbckCcxUtdjiAicFjAN8y_id_fkey_rG": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_zbckCcxUtdjiAicFjAN8y_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:h7gyUKELxTrcEhUxc4n4x_zbckCcxUtdjiAicFjAN8y_id_fkey_rG", name: "Group of Notes", type: "h7gyUKELxTrcEhUxc4n4x_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:h8CVxUkfq7tacMCtcRmdm_VWncg8fNk9T3eUbPLTadr_id_fkey_rA": { __type: "column", id: "h8CVxUkfq7tacMCtcRmdm_VWncg8fNk9T3eUbPLTadr_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:h8CVxUkfq7tacMCtcRmdm_VWncg8fNk9T3eUbPLTadr_id_fkey_rA", name: "Aggregate of teammembers", type: "h8CVxUkfq7tacMCtcRmdm_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:h8CVxUkfq7tacMCtcRmdm_VWncg8fNk9T3eUbPLTadr_id_fkey_rG": { __type: "column", id: "h8CVxUkfq7tacMCtcRmdm_VWncg8fNk9T3eUbPLTadr_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:h8CVxUkfq7tacMCtcRmdm_VWncg8fNk9T3eUbPLTadr_id_fkey_rG", name: "Group of teammembers", type: "h8CVxUkfq7tacMCtcRmdm_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:mjVRPqFPpTjaXN8nzVCMa_ga9kRmkkFBehyWknJMWEE_id_fkey_rA": { __type: "column", id: "mjVRPqFPpTjaXN8nzVCMa_ga9kRmkkFBehyWknJMWEE_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:mjVRPqFPpTjaXN8nzVCMa_ga9kRmkkFBehyWknJMWEE_id_fkey_rA", name: "Aggregate of SCSInspections", type: "mjVRPqFPpTjaXN8nzVCMa_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:mjVRPqFPpTjaXN8nzVCMa_ga9kRmkkFBehyWknJMWEE_id_fkey_rG": { __type: "column", id: "mjVRPqFPpTjaXN8nzVCMa_ga9kRmkkFBehyWknJMWEE_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:mjVRPqFPpTjaXN8nzVCMa_ga9kRmkkFBehyWknJMWEE_id_fkey_rG", name: "Group of SCSInspections", type: "mjVRPqFPpTjaXN8nzVCMa_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_VFMgyiGNmDiXtUBEMyxDk_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_VFMgyiGNmDiXtUBEMyxDk_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_VFMgyiGNmDiXtUBEMyxDk_id_fkey_rA", name: "Aggregate of Contacts", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_VFMgyiGNmDiXtUBEMyxDk_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_VFMgyiGNmDiXtUBEMyxDk_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_VFMgyiGNmDiXtUBEMyxDk_id_fkey_rG", name: "Group of Contacts", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_iQfjzMtqpyjLRkrig3e4g_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_iQfjzMtqpyjLRkrig3e4g_id_fkey_rA", key: "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_iQfjzMtqpyjLRkrig3e4g_id_fkey_rA", name: "Aggregate of SCS", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_iQfjzMtqpyjLRkrig3e4g_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_iQfjzMtqpyjLRkrig3e4g_id_fkey_rG", key: "CX8LW4gH3tGQCGAkdMgdC:pbewznDkW9FqUatbedqPi_iQfjzMtqpyjLRkrig3e4g_id_fkey_rG", name: "Group of SCS", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "D4xDNcRrCtWyURrMNbfUX:id": { __type: "column", id: "id", key: "D4xDNcRrCtWyURrMNbfUX:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "D4xDNcRrCtWyURrMNbfUX:created_at": { __type: "column", id: "created_at", key: "D4xDNcRrCtWyURrMNbfUX:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "D4xDNcRrCtWyURrMNbfUX:updated_at": { __type: "column", id: "updated_at", key: "D4xDNcRrCtWyURrMNbfUX:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "D4xDNcRrCtWyURrMNbfUX:rTyzqKCMfMKtCrLFcLPPt": { __type: "column", id: "rTyzqKCMfMKtCrLFcLPPt", key: "D4xDNcRrCtWyURrMNbfUX:rTyzqKCMfMKtCrLFcLPPt", name: "Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "D4xDNcRrCtWyURrMNbfUX:ChTJMneHqzCrfJAa9rxH7_id": { __type: "column", id: "ChTJMneHqzCrfJAa9rxH7_id", key: "D4xDNcRrCtWyURrMNbfUX:ChTJMneHqzCrfJAa9rxH7_id", name: "QBF_items", type: "ggbUwyRYNLKJQYikaPEWV", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "D4xDNcRrCtWyURrMNbfUX:ggbUwyRYNLKJQYikaPEWV_ChTJMneHqzCrfJAa9rxH7_id_fkey_rA": { __type: "column", id: "ggbUwyRYNLKJQYikaPEWV_ChTJMneHqzCrfJAa9rxH7_id_fkey_rA", key: "D4xDNcRrCtWyURrMNbfUX:ggbUwyRYNLKJQYikaPEWV_ChTJMneHqzCrfJAa9rxH7_id_fkey_rA", name: "Aggregate of QBF_items", type: "ggbUwyRYNLKJQYikaPEWV_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "D4xDNcRrCtWyURrMNbfUX:ggbUwyRYNLKJQYikaPEWV_ChTJMneHqzCrfJAa9rxH7_id_fkey_rG": { __type: "column", id: "ggbUwyRYNLKJQYikaPEWV_ChTJMneHqzCrfJAa9rxH7_id_fkey_rG", key: "D4xDNcRrCtWyURrMNbfUX:ggbUwyRYNLKJQYikaPEWV_ChTJMneHqzCrfJAa9rxH7_id_fkey_rG", name: "Group of QBF_items", type: "ggbUwyRYNLKJQYikaPEWV_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "DR3dHULmyTgdGtLgEhErN:id": { __type: "column", id: "id", key: "DR3dHULmyTgdGtLgEhErN:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "DR3dHULmyTgdGtLgEhErN:created_at": { __type: "column", id: "created_at", key: "DR3dHULmyTgdGtLgEhErN:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "DR3dHULmyTgdGtLgEhErN:updated_at": { __type: "column", id: "updated_at", key: "DR3dHULmyTgdGtLgEhErN:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "DR3dHULmyTgdGtLgEhErN:iqayEEYBHmQmL8pkGtA8y": { __type: "column", id: "iqayEEYBHmQmL8pkGtA8y", key: "DR3dHULmyTgdGtLgEhErN:iqayEEYBHmQmL8pkGtA8y", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "DR3dHULmyTgdGtLgEhErN:hbrN9T9dLiXhLAaMdgAWY_id": { __type: "column", id: "hbrN9T9dLiXhLAaMdgAWY_id", key: "DR3dHULmyTgdGtLgEhErN:hbrN9T9dLiXhLAaMdgAWY_id", name: "Finding", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "DR3dHULmyTgdGtLgEhErN:jipPjpgrfB99jbjLE78LT_id": { __type: "column", id: "jipPjpgrfB99jbjLE78LT_id", key: "DR3dHULmyTgdGtLgEhErN:jipPjpgrfB99jbjLE78LT_id", name: "jipPjpgrfB99jbjLE78LT_id", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "F3MDxQfcXmKcTYhxjTnht:id": { __type: "column", id: "id", key: "F3MDxQfcXmKcTYhxjTnht:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "F3MDxQfcXmKcTYhxjTnht:created_at": { __type: "column", id: "created_at", key: "F3MDxQfcXmKcTYhxjTnht:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "F3MDxQfcXmKcTYhxjTnht:updated_at": { __type: "column", id: "updated_at", key: "F3MDxQfcXmKcTYhxjTnht:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "F3MDxQfcXmKcTYhxjTnht:JTpkgEYTCrqEMU8QGR9Qz": { __type: "column", id: "JTpkgEYTCrqEMU8QGR9Qz", key: "F3MDxQfcXmKcTYhxjTnht:JTpkgEYTCrqEMU8QGR9Qz", name: "Short", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "F3MDxQfcXmKcTYhxjTnht:TgUVVRd6PzH9en6iYpEkw": { __type: "column", id: "TgUVVRd6PzH9en6iYpEkw", key: "F3MDxQfcXmKcTYhxjTnht:TgUVVRd6PzH9en6iYpEkw", name: "Long", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "F3MDxQfcXmKcTYhxjTnht:CQGHMJX74gnd9MgDgRVRU_id": { __type: "column", id: "CQGHMJX74gnd9MgDgRVRU_id", key: "F3MDxQfcXmKcTYhxjTnht:CQGHMJX74gnd9MgDgRVRU_id", name: "addresses", type: "aL9G7XQUQpeiCeCKktUmm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "F3MDxQfcXmKcTYhxjTnht:DgxG3crbhBV3TWNjQ4cqn_id": { __type: "column", id: "DgxG3crbhBV3TWNjQ4cqn_id", key: "F3MDxQfcXmKcTYhxjTnht:DgxG3crbhBV3TWNjQ4cqn_id", name: "Projects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "F3MDxQfcXmKcTYhxjTnht:WAz8nVENp8mnw38akRh4i_DgxG3crbhBV3TWNjQ4cqn_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_DgxG3crbhBV3TWNjQ4cqn_id_fkey_rA", key: "F3MDxQfcXmKcTYhxjTnht:WAz8nVENp8mnw38akRh4i_DgxG3crbhBV3TWNjQ4cqn_id_fkey_rA", name: "Aggregate of Projects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "F3MDxQfcXmKcTYhxjTnht:WAz8nVENp8mnw38akRh4i_DgxG3crbhBV3TWNjQ4cqn_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_DgxG3crbhBV3TWNjQ4cqn_id_fkey_rG", key: "F3MDxQfcXmKcTYhxjTnht:WAz8nVENp8mnw38akRh4i_DgxG3crbhBV3TWNjQ4cqn_id_fkey_rG", name: "Group of Projects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "F3MDxQfcXmKcTYhxjTnht:aL9G7XQUQpeiCeCKktUmm_CQGHMJX74gnd9MgDgRVRU_id_fkey_rA": { __type: "column", id: "aL9G7XQUQpeiCeCKktUmm_CQGHMJX74gnd9MgDgRVRU_id_fkey_rA", key: "F3MDxQfcXmKcTYhxjTnht:aL9G7XQUQpeiCeCKktUmm_CQGHMJX74gnd9MgDgRVRU_id_fkey_rA", name: "Aggregate of addresses", type: "aL9G7XQUQpeiCeCKktUmm_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "F3MDxQfcXmKcTYhxjTnht:aL9G7XQUQpeiCeCKktUmm_CQGHMJX74gnd9MgDgRVRU_id_fkey_rG": { __type: "column", id: "aL9G7XQUQpeiCeCKktUmm_CQGHMJX74gnd9MgDgRVRU_id_fkey_rG", key: "F3MDxQfcXmKcTYhxjTnht:aL9G7XQUQpeiCeCKktUmm_CQGHMJX74gnd9MgDgRVRU_id_fkey_rG", name: "Group of addresses", type: "aL9G7XQUQpeiCeCKktUmm_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "Gi3iEaAyz9YiTcVdcjqTz:id": { __type: "column", id: "id", key: "Gi3iEaAyz9YiTcVdcjqTz:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "Gi3iEaAyz9YiTcVdcjqTz:created_at": { __type: "column", id: "created_at", key: "Gi3iEaAyz9YiTcVdcjqTz:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "Gi3iEaAyz9YiTcVdcjqTz:updated_at": { __type: "column", id: "updated_at", key: "Gi3iEaAyz9YiTcVdcjqTz:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "Gi3iEaAyz9YiTcVdcjqTz:dDrg8CGzLay3DijqiMtJN": { __type: "column", id: "dDrg8CGzLay3DijqiMtJN", key: "Gi3iEaAyz9YiTcVdcjqTz:dDrg8CGzLay3DijqiMtJN", name: "label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "Gi3iEaAyz9YiTcVdcjqTz:RBJGQx6JUcPLqyK4dLYzb_id": { __type: "column", id: "RBJGQx6JUcPLqyK4dLYzb_id", key: "Gi3iEaAyz9YiTcVdcjqTz:RBJGQx6JUcPLqyK4dLYzb_id", name: "Contacts", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "Gi3iEaAyz9YiTcVdcjqTz:pbewznDkW9FqUatbedqPi_RBJGQx6JUcPLqyK4dLYzb_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_RBJGQx6JUcPLqyK4dLYzb_id_fkey_rA", key: "Gi3iEaAyz9YiTcVdcjqTz:pbewznDkW9FqUatbedqPi_RBJGQx6JUcPLqyK4dLYzb_id_fkey_rA", name: "Aggregate of Contacts", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "Gi3iEaAyz9YiTcVdcjqTz:pbewznDkW9FqUatbedqPi_RBJGQx6JUcPLqyK4dLYzb_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_RBJGQx6JUcPLqyK4dLYzb_id_fkey_rG", key: "Gi3iEaAyz9YiTcVdcjqTz:pbewznDkW9FqUatbedqPi_RBJGQx6JUcPLqyK4dLYzb_id_fkey_rG", name: "Group of Contacts", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "H7MDrWWWYJANwtjzAmtcW:id": { __type: "column", id: "id", key: "H7MDrWWWYJANwtjzAmtcW:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "H7MDrWWWYJANwtjzAmtcW:created_at": { __type: "column", id: "created_at", key: "H7MDrWWWYJANwtjzAmtcW:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "H7MDrWWWYJANwtjzAmtcW:updated_at": { __type: "column", id: "updated_at", key: "H7MDrWWWYJANwtjzAmtcW:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "H7MDrWWWYJANwtjzAmtcW:CTnP8dcjFQfXywXHe6wJy": { __type: "column", id: "CTnP8dcjFQfXywXHe6wJy", key: "H7MDrWWWYJANwtjzAmtcW:CTnP8dcjFQfXywXHe6wJy", name: "Description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "H7MDrWWWYJANwtjzAmtcW:TKtGCt8RW6XGJiX3w4t87": { __type: "column", id: "TKtGCt8RW6XGJiX3w4t87", key: "H7MDrWWWYJANwtjzAmtcW:TKtGCt8RW6XGJiX3w4t87", name: "Pass", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "H7MDrWWWYJANwtjzAmtcW:CAMwhi4YE8QQhUTpbQ6fK_id": { __type: "column", id: "CAMwhi4YE8QQhUTpbQ6fK_id", key: "H7MDrWWWYJANwtjzAmtcW:CAMwhi4YE8QQhUTpbQ6fK_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "JBtRwdVDyDJChnMJjGRy3:id": { __type: "column", id: "id", key: "JBtRwdVDyDJChnMJjGRy3:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "JBtRwdVDyDJChnMJjGRy3:created_at": { __type: "column", id: "created_at", key: "JBtRwdVDyDJChnMJjGRy3:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "JBtRwdVDyDJChnMJjGRy3:updated_at": { __type: "column", id: "updated_at", key: "JBtRwdVDyDJChnMJjGRy3:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "JBtRwdVDyDJChnMJjGRy3:nPkdcHxLbeLAFjPFFrRtL": { __type: "column", id: "nPkdcHxLbeLAFjPFFrRtL", key: "JBtRwdVDyDJChnMJjGRy3:nPkdcHxLbeLAFjPFFrRtL", name: "label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "JBtRwdVDyDJChnMJjGRy3:NighghBE44bfPbrMNHn8J_id": { __type: "column", id: "NighghBE44bfPbrMNHn8J_id", key: "JBtRwdVDyDJChnMJjGRy3:NighghBE44bfPbrMNHn8J_id", name: "Projects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "JBtRwdVDyDJChnMJjGRy3:WAz8nVENp8mnw38akRh4i_NighghBE44bfPbrMNHn8J_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_NighghBE44bfPbrMNHn8J_id_fkey_rA", key: "JBtRwdVDyDJChnMJjGRy3:WAz8nVENp8mnw38akRh4i_NighghBE44bfPbrMNHn8J_id_fkey_rA", name: "Aggregate of Projects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "JBtRwdVDyDJChnMJjGRy3:WAz8nVENp8mnw38akRh4i_NighghBE44bfPbrMNHn8J_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_NighghBE44bfPbrMNHn8J_id_fkey_rG", key: "JBtRwdVDyDJChnMJjGRy3:WAz8nVENp8mnw38akRh4i_NighghBE44bfPbrMNHn8J_id_fkey_rG", name: "Group of Projects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "LGchXkUL9iLGA9CBYMKRi:id": { __type: "column", id: "id", key: "LGchXkUL9iLGA9CBYMKRi:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LGchXkUL9iLGA9CBYMKRi:created_at": { __type: "column", id: "created_at", key: "LGchXkUL9iLGA9CBYMKRi:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LGchXkUL9iLGA9CBYMKRi:updated_at": { __type: "column", id: "updated_at", key: "LGchXkUL9iLGA9CBYMKRi:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LKhxWLdTKwprqAEhHcVyz:id": { __type: "column", id: "id", key: "LKhxWLdTKwprqAEhHcVyz:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LKhxWLdTKwprqAEhHcVyz:created_at": { __type: "column", id: "created_at", key: "LKhxWLdTKwprqAEhHcVyz:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LKhxWLdTKwprqAEhHcVyz:updated_at": { __type: "column", id: "updated_at", key: "LKhxWLdTKwprqAEhHcVyz:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LKhxWLdTKwprqAEhHcVyz:DWrJLfyaqLnJHUthXUYRX": { __type: "column", id: "DWrJLfyaqLnJHUthXUYRX", key: "LKhxWLdTKwprqAEhHcVyz:DWrJLfyaqLnJHUthXUYRX", name: "label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "LKhxWLdTKwprqAEhHcVyz:TJ6WJEnMY8itFaU63ThWb_id": { __type: "column", id: "TJ6WJEnMY8itFaU63ThWb_id", key: "LKhxWLdTKwprqAEhHcVyz:TJ6WJEnMY8itFaU63ThWb_id", name: "Contacts", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "LKhxWLdTKwprqAEhHcVyz:pbewznDkW9FqUatbedqPi_TJ6WJEnMY8itFaU63ThWb_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_TJ6WJEnMY8itFaU63ThWb_id_fkey_rA", key: "LKhxWLdTKwprqAEhHcVyz:pbewznDkW9FqUatbedqPi_TJ6WJEnMY8itFaU63ThWb_id_fkey_rA", name: "Aggregate of Contacts", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "LKhxWLdTKwprqAEhHcVyz:pbewznDkW9FqUatbedqPi_TJ6WJEnMY8itFaU63ThWb_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_TJ6WJEnMY8itFaU63ThWb_id_fkey_rG", key: "LKhxWLdTKwprqAEhHcVyz:pbewznDkW9FqUatbedqPi_TJ6WJEnMY8itFaU63ThWb_id_fkey_rG", name: "Group of Contacts", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:id": { __type: "column", id: "id", key: "M4WbzPAkPnrEFbPJ9EGqb:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:created_at": { __type: "column", id: "created_at", key: "M4WbzPAkPnrEFbPJ9EGqb:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:updated_at": { __type: "column", id: "updated_at", key: "M4WbzPAkPnrEFbPJ9EGqb:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:emplyee_nfWwf": { __type: "column", id: "emplyee_nfWwf", key: "M4WbzPAkPnrEFbPJ9EGqb:emplyee_nfWwf", name: "Employee", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:boldmain_ADyxV": { __type: "column", id: "boldmain_ADyxV", key: "M4WbzPAkPnrEFbPJ9EGqb:boldmain_ADyxV", name: "BoldMain", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:files_3FRKg_id": { __type: "column", id: "files_3FRKg_id", key: "M4WbzPAkPnrEFbPJ9EGqb:files_3FRKg_id", name: "Elevation", type: "elevation_i4KNG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:files_3paGX_id": { __type: "column", id: "files_3paGX_id", key: "M4WbzPAkPnrEFbPJ9EGqb:files_3paGX_id", name: "Material", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:files_U6CyD_id": { __type: "column", id: "files_U6CyD_id", key: "M4WbzPAkPnrEFbPJ9EGqb:files_U6CyD_id", name: "Task", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:files_aAmre_id": { __type: "column", id: "files_aAmre_id", key: "M4WbzPAkPnrEFbPJ9EGqb:files_aAmre_id", name: "Vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:migrated_664gVn": { __type: "column", id: "migrated_664gVn", key: "M4WbzPAkPnrEFbPJ9EGqb:migrated_664gVn", name: "Migrated", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:project_YtXRU_id": { __type: "column", id: "project_YtXRU_id", key: "M4WbzPAkPnrEFbPJ9EGqb:project_YtXRU_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:documents_qxQ3m_id": { __type: "column", id: "documents_qxQ3m_id", key: "M4WbzPAkPnrEFbPJ9EGqb:documents_qxQ3m_id", name: "DocumentFolder", type: "documentfolder_ThMxm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:JbzbJ3UtacV3b7E63eKfT": { __type: "column", id: "JbzbJ3UtacV3b7E63eKfT", key: "M4WbzPAkPnrEFbPJ9EGqb:JbzbJ3UtacV3b7E63eKfT", name: "File", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "M4WbzPAkPnrEFbPJ9EGqb:KDxwNpbaACbDt6QfepWff": { __type: "column", id: "KDxwNpbaACbDt6QfepWff", key: "M4WbzPAkPnrEFbPJ9EGqb:KDxwNpbaACbDt6QfepWff", name: "Filename", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "M4WbzPAkPnrEFbPJ9EGqb:PWKrXnY9CJYArV8C7mewL_id": { __type: "column", id: "PWKrXnY9CJYArV8C7mewL_id", key: "M4WbzPAkPnrEFbPJ9EGqb:PWKrXnY9CJYArV8C7mewL_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "PTmztqpCxPbxfALbPA3fU:id": { __type: "column", id: "id", key: "PTmztqpCxPbxfALbPA3fU:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:created_at": { __type: "column", id: "created_at", key: "PTmztqpCxPbxfALbPA3fU:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:updated_at": { __type: "column", id: "updated_at", key: "PTmztqpCxPbxfALbPA3fU:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:RCPyTVemnHNywxA6UXyCW": { __type: "column", id: "RCPyTVemnHNywxA6UXyCW", key: "PTmztqpCxPbxfALbPA3fU:RCPyTVemnHNywxA6UXyCW", name: "title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:mCtARC43mV9kHcXc7xQmC": { __type: "column", id: "mCtARC43mV9kHcXc7xQmC", key: "PTmztqpCxPbxfALbPA3fU:mCtARC43mV9kHcXc7xQmC", name: "description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:nhK3GmjmQdtFpkAVbYANX": { __type: "column", id: "nhK3GmjmQdtFpkAVbYANX", key: "PTmztqpCxPbxfALbPA3fU:nhK3GmjmQdtFpkAVbYANX", name: "startDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:ycXDjDEbUcPWFTrmeKGaq": { __type: "column", id: "ycXDjDEbUcPWFTrmeKGaq", key: "PTmztqpCxPbxfALbPA3fU:ycXDjDEbUcPWFTrmeKGaq", name: "endDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "PTmztqpCxPbxfALbPA3fU:MNrtnjqqnzEyiYRRcg4n4_id": { __type: "column", id: "MNrtnjqqnzEyiYRRcg4n4_id", key: "PTmztqpCxPbxfALbPA3fU:MNrtnjqqnzEyiYRRcg4n4_id", name: "user", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:id": { __type: "column", id: "id", key: "User:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:name": { __type: "column", id: "name", key: "User:name", name: "name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:email": { __type: "column", id: "email", key: "User:email", name: "email", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:phone": { __type: "column", id: "phone", key: "User:phone", name: "phone", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:ops_MbcHi": { __type: "column", id: "ops_MbcHi", key: "User:ops_MbcHi", name: "Ops", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:created_at": { __type: "column", id: "created_at", key: "User:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:given_name": { __type: "column", id: "given_name", key: "User:given_name", name: "given_name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:updated_at": { __type: "column", id: "updated_at", key: "User:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:family_name": { __type: "column", id: "family_name", key: "User:family_name", name: "family_name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:sales_gAmdX": { __type: "column", id: "sales_gAmdX", key: "User:sales_gAmdX", name: "Sales", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:finance_aVbaA": { __type: "column", id: "finance_aVbaA", key: "User:finance_aVbaA", name: "Finance", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:user_4Ybi3_id": { __type: "column", id: "user_4Ybi3_id", key: "User:user_4Ybi3_id", name: "Companies Where Access", type: "usercompany_zqKbX", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:user_VpiJq_id": { __type: "column", id: "user_VpiJq_id", key: "User:user_VpiJq_id", name: "Accepted Projects", type: "workacceptance_hDb7y", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:owner_WaGWR_id": { __type: "column", id: "owner_WaGWR_id", key: "User:owner_WaGWR_id", name: "Tasks", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:owner_hNeb7_id": { __type: "column", id: "owner_hNeb7_id", key: "User:owner_hNeb7_id", name: "VendorsWhereOwner", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:assignee_q6bNt_id": { __type: "column", id: "assignee_q6bNt_id", key: "User:assignee_q6bNt_id", name: "AssignedFindings", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:profile_image_url": { __type: "column", id: "profile_image_url", key: "User:profile_image_url", name: "profile_image_url", type: "image", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:createdby_WUrFh_id": { __type: "column", id: "createdby_WUrFh_id", key: "User:createdby_WUrFh_id", name: "Comments", type: "comment_743d7", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:inspector_aRHW3_id": { __type: "column", id: "inspector_aRHW3_id", key: "User:inspector_aRHW3_id", name: "ProjectsToInspect", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:CJLqE6RiP6qCbUP63PMJR": { __type: "column", id: "CJLqE6RiP6qCbUP63PMJR", key: "User:CJLqE6RiP6qCbUP63PMJR", name: "color", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:dCx9V9cMRrHpQFDJbKyFV": { __type: "column", id: "dCx9V9cMRrHpQFDJbKyFV", key: "User:dCx9V9cMRrHpQFDJbKyFV", name: "BOLD_Employee", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:nTgVNJGHezCxBFPUNALdF": { __type: "column", id: "nTgVNJGHezCxBFPUNALdF", key: "User:nTgVNJGHezCxBFPUNALdF", name: "nTgVNJGHezCxBFPUNALdF", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:xXBwUkyH3KFRLaPBiRpUf": { __type: "column", id: "xXBwUkyH3KFRLaPBiRpUf", key: "User:xXBwUkyH3KFRLaPBiRpUf", name: "canUploadInvoice", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "User:MNrtnjqqnzEyiYRRcg4n4_id": { __type: "column", id: "MNrtnjqqnzEyiYRRcg4n4_id", key: "User:MNrtnjqqnzEyiYRRcg4n4_id", name: "events", type: "PTmztqpCxPbxfALbPA3fU", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:MRwXVNnAzffkQAYfKAfCi_id": { __type: "column", id: "MRwXVNnAzffkQAYfKAfCi_id", key: "User:MRwXVNnAzffkQAYfKAfCi_id", name: "contactFollowUps", type: "hKjjycrzprjLWwT3Gnb8y", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:XUwJRcHg9Mb7xGUKX6NxP_id": { __type: "column", id: "XUwJRcHg9Mb7xGUKX6NxP_id", key: "User:XUwJRcHg9Mb7xGUKX6NxP_id", name: "SalesProjects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:dgPPrVAdTi98qyqmRYd47_id": { __type: "column", id: "dgPPrVAdTi98qyqmRYd47_id", key: "User:dgPPrVAdTi98qyqmRYd47_id", name: "OpsProjects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:eNE6E7cCtjGyztdiKBgLz_id": { __type: "column", id: "eNE6E7cCtjGyztdiKBgLz_id", key: "User:eNE6E7cCtjGyztdiKBgLz_id", name: "CompanyWhereOwner", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:hM48JXwrrzrBcrw8EYVdw_id": { __type: "column", id: "hM48JXwrrzrBcrw8EYVdw_id", key: "User:hM48JXwrrzrBcrw8EYVdw_id", name: "hM48JXwrrzrBcrw8EYVdw_id", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:hb4AAeH8JFagn44dVhiiq_id": { __type: "column", id: "hb4AAeH8JFagn44dVhiiq_id", key: "User:hb4AAeH8JFagn44dVhiiq_id", name: "Contacts", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:iGi3W69wwXdXQnMByQmmY_id": { __type: "column", id: "iGi3W69wwXdXQnMByQmmY_id", key: "User:iGi3W69wwXdXQnMByQmmY_id", name: "ContactProfiles", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:mxDUYr49hEJP3YLBVFk3b_id": { __type: "column", id: "mxDUYr49hEJP3YLBVFk3b_id", key: "User:mxDUYr49hEJP3YLBVFk3b_id", name: "Tasks", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:pgEeMcRq6fYJzP7gk3kCb_id": { __type: "column", id: "pgEeMcRq6fYJzP7gk3kCb_id", key: "User:pgEeMcRq6fYJzP7gk3kCb_id", name: "pgEeMcRq6fYJzP7gk3kCb_id", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:rpiRCK9HBmJVxzX3rLzXE_id": { __type: "column", id: "rpiRCK9HBmJVxzX3rLzXE_id", key: "User:rpiRCK9HBmJVxzX3rLzXE_id", name: "Notes", type: "h7gyUKELxTrcEhUxc4n4x", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:vendor_XgQan_owner_hNeb7_id_fkey_rA": { __type: "column", id: "vendor_XgQan_owner_hNeb7_id_fkey_rA", key: "User:vendor_XgQan_owner_hNeb7_id_fkey_rA", name: "Aggregate of VendorsWhereOwner", type: "vendor_XgQan_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:vendor_XgQan_owner_hNeb7_id_fkey_rG": { __type: "column", id: "vendor_XgQan_owner_hNeb7_id_fkey_rG", key: "User:vendor_XgQan_owner_hNeb7_id_fkey_rG", name: "Group of VendorsWhereOwner", type: "vendor_XgQan_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:usercompany_zqKbX_user_4Ybi3_id_fkey_rA": { __type: "column", id: "usercompany_zqKbX_user_4Ybi3_id_fkey_rA", key: "User:usercompany_zqKbX_user_4Ybi3_id_fkey_rA", name: "Aggregate of Companies Where Access", type: "usercompany_zqKbX_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:usercompany_zqKbX_user_4Ybi3_id_fkey_rG": { __type: "column", id: "usercompany_zqKbX_user_4Ybi3_id_fkey_rG", key: "User:usercompany_zqKbX_user_4Ybi3_id_fkey_rG", name: "Group of Companies Where Access", type: "usercompany_zqKbX_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:comment_743d7_createdby_WUrFh_id_fkey_rA": { __type: "column", id: "comment_743d7_createdby_WUrFh_id_fkey_rA", key: "User:comment_743d7_createdby_WUrFh_id_fkey_rA", name: "Aggregate of Comments", type: "comment_743d7_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:comment_743d7_createdby_WUrFh_id_fkey_rG": { __type: "column", id: "comment_743d7_createdby_WUrFh_id_fkey_rG", key: "User:comment_743d7_createdby_WUrFh_id_fkey_rG", name: "Group of Comments", type: "comment_743d7_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:workacceptance_hDb7y_user_VpiJq_id_fkey_rA": { __type: "column", id: "workacceptance_hDb7y_user_VpiJq_id_fkey_rA", key: "User:workacceptance_hDb7y_user_VpiJq_id_fkey_rA", name: "Aggregate of Accepted Projects", type: "workacceptance_hDb7y_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:workacceptance_hDb7y_user_VpiJq_id_fkey_rG": { __type: "column", id: "workacceptance_hDb7y_user_VpiJq_id_fkey_rG", key: "User:workacceptance_hDb7y_user_VpiJq_id_fkey_rG", name: "Group of Accepted Projects", type: "workacceptance_hDb7y_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:bqaGLpfHfMqGeV78MtxDp_owner_WaGWR_id_fkey_rA": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_owner_WaGWR_id_fkey_rA", key: "User:bqaGLpfHfMqGeV78MtxDp_owner_WaGWR_id_fkey_rA", name: "Aggregate of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:bqaGLpfHfMqGeV78MtxDp_owner_WaGWR_id_fkey_rG": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_owner_WaGWR_id_fkey_rG", key: "User:bqaGLpfHfMqGeV78MtxDp_owner_WaGWR_id_fkey_rG", name: "Group of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:VKa83qTAJLkmqJQJJjpgd_assignee_q6bNt_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_assignee_q6bNt_id_fkey_rA", key: "User:VKa83qTAJLkmqJQJJjpgd_assignee_q6bNt_id_fkey_rA", name: "Aggregate of AssignedFindings", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:VKa83qTAJLkmqJQJJjpgd_assignee_q6bNt_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_assignee_q6bNt_id_fkey_rG", key: "User:VKa83qTAJLkmqJQJJjpgd_assignee_q6bNt_id_fkey_rG", name: "Group of AssignedFindings", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:WAz8nVENp8mnw38akRh4i_inspector_aRHW3_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_inspector_aRHW3_id_fkey_rA", key: "User:WAz8nVENp8mnw38akRh4i_inspector_aRHW3_id_fkey_rA", name: "Aggregate of ProjectsToInspect", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:WAz8nVENp8mnw38akRh4i_inspector_aRHW3_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_inspector_aRHW3_id_fkey_rG", key: "User:WAz8nVENp8mnw38akRh4i_inspector_aRHW3_id_fkey_rG", name: "Group of ProjectsToInspect", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:CX8LW4gH3tGQCGAkdMgdC_eNE6E7cCtjGyztdiKBgLz_id_fkey_rA": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_eNE6E7cCtjGyztdiKBgLz_id_fkey_rA", key: "User:CX8LW4gH3tGQCGAkdMgdC_eNE6E7cCtjGyztdiKBgLz_id_fkey_rA", name: "Aggregate of CompanyWhereOwner", type: "CX8LW4gH3tGQCGAkdMgdC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:CX8LW4gH3tGQCGAkdMgdC_eNE6E7cCtjGyztdiKBgLz_id_fkey_rG": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_eNE6E7cCtjGyztdiKBgLz_id_fkey_rG", key: "User:CX8LW4gH3tGQCGAkdMgdC_eNE6E7cCtjGyztdiKBgLz_id_fkey_rG", name: "Group of CompanyWhereOwner", type: "CX8LW4gH3tGQCGAkdMgdC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:PTmztqpCxPbxfALbPA3fU_MNrtnjqqnzEyiYRRcg4n4_id_fkey_rA": { __type: "column", id: "PTmztqpCxPbxfALbPA3fU_MNrtnjqqnzEyiYRRcg4n4_id_fkey_rA", key: "User:PTmztqpCxPbxfALbPA3fU_MNrtnjqqnzEyiYRRcg4n4_id_fkey_rA", name: "Aggregate of events", type: "PTmztqpCxPbxfALbPA3fU_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:PTmztqpCxPbxfALbPA3fU_MNrtnjqqnzEyiYRRcg4n4_id_fkey_rG": { __type: "column", id: "PTmztqpCxPbxfALbPA3fU_MNrtnjqqnzEyiYRRcg4n4_id_fkey_rG", key: "User:PTmztqpCxPbxfALbPA3fU_MNrtnjqqnzEyiYRRcg4n4_id_fkey_rG", name: "Group of events", type: "PTmztqpCxPbxfALbPA3fU_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:WAz8nVENp8mnw38akRh4i_XUwJRcHg9Mb7xGUKX6NxP_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_XUwJRcHg9Mb7xGUKX6NxP_id_fkey_rA", key: "User:WAz8nVENp8mnw38akRh4i_XUwJRcHg9Mb7xGUKX6NxP_id_fkey_rA", name: "Aggregate of SalesProjects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:WAz8nVENp8mnw38akRh4i_XUwJRcHg9Mb7xGUKX6NxP_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_XUwJRcHg9Mb7xGUKX6NxP_id_fkey_rG", key: "User:WAz8nVENp8mnw38akRh4i_XUwJRcHg9Mb7xGUKX6NxP_id_fkey_rG", name: "Group of SalesProjects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:WAz8nVENp8mnw38akRh4i_dgPPrVAdTi98qyqmRYd47_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_dgPPrVAdTi98qyqmRYd47_id_fkey_rA", key: "User:WAz8nVENp8mnw38akRh4i_dgPPrVAdTi98qyqmRYd47_id_fkey_rA", name: "Aggregate of OpsProjects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:WAz8nVENp8mnw38akRh4i_dgPPrVAdTi98qyqmRYd47_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_dgPPrVAdTi98qyqmRYd47_id_fkey_rG", key: "User:WAz8nVENp8mnw38akRh4i_dgPPrVAdTi98qyqmRYd47_id_fkey_rG", name: "Group of OpsProjects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:bqaGLpfHfMqGeV78MtxDp_mxDUYr49hEJP3YLBVFk3b_id_fkey_rA": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_mxDUYr49hEJP3YLBVFk3b_id_fkey_rA", key: "User:bqaGLpfHfMqGeV78MtxDp_mxDUYr49hEJP3YLBVFk3b_id_fkey_rA", name: "Aggregate of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:bqaGLpfHfMqGeV78MtxDp_mxDUYr49hEJP3YLBVFk3b_id_fkey_rG": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_mxDUYr49hEJP3YLBVFk3b_id_fkey_rG", key: "User:bqaGLpfHfMqGeV78MtxDp_mxDUYr49hEJP3YLBVFk3b_id_fkey_rG", name: "Group of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:h7gyUKELxTrcEhUxc4n4x_rpiRCK9HBmJVxzX3rLzXE_id_fkey_rA": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_rpiRCK9HBmJVxzX3rLzXE_id_fkey_rA", key: "User:h7gyUKELxTrcEhUxc4n4x_rpiRCK9HBmJVxzX3rLzXE_id_fkey_rA", name: "Aggregate of Notes", type: "h7gyUKELxTrcEhUxc4n4x_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:h7gyUKELxTrcEhUxc4n4x_rpiRCK9HBmJVxzX3rLzXE_id_fkey_rG": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_rpiRCK9HBmJVxzX3rLzXE_id_fkey_rG", key: "User:h7gyUKELxTrcEhUxc4n4x_rpiRCK9HBmJVxzX3rLzXE_id_fkey_rG", name: "Group of Notes", type: "h7gyUKELxTrcEhUxc4n4x_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:hKjjycrzprjLWwT3Gnb8y_MRwXVNnAzffkQAYfKAfCi_id_fkey_rA": { __type: "column", id: "hKjjycrzprjLWwT3Gnb8y_MRwXVNnAzffkQAYfKAfCi_id_fkey_rA", key: "User:hKjjycrzprjLWwT3Gnb8y_MRwXVNnAzffkQAYfKAfCi_id_fkey_rA", name: "Aggregate of contactFollowUps", type: "hKjjycrzprjLWwT3Gnb8y_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:hKjjycrzprjLWwT3Gnb8y_MRwXVNnAzffkQAYfKAfCi_id_fkey_rG": { __type: "column", id: "hKjjycrzprjLWwT3Gnb8y_MRwXVNnAzffkQAYfKAfCi_id_fkey_rG", key: "User:hKjjycrzprjLWwT3Gnb8y_MRwXVNnAzffkQAYfKAfCi_id_fkey_rG", name: "Group of contactFollowUps", type: "hKjjycrzprjLWwT3Gnb8y_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:pbewznDkW9FqUatbedqPi_hb4AAeH8JFagn44dVhiiq_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_hb4AAeH8JFagn44dVhiiq_id_fkey_rA", key: "User:pbewznDkW9FqUatbedqPi_hb4AAeH8JFagn44dVhiiq_id_fkey_rA", name: "Aggregate of Contacts", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:pbewznDkW9FqUatbedqPi_hb4AAeH8JFagn44dVhiiq_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_hb4AAeH8JFagn44dVhiiq_id_fkey_rG", key: "User:pbewznDkW9FqUatbedqPi_hb4AAeH8JFagn44dVhiiq_id_fkey_rG", name: "Group of Contacts", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:pbewznDkW9FqUatbedqPi_iGi3W69wwXdXQnMByQmmY_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_iGi3W69wwXdXQnMByQmmY_id_fkey_rA", key: "User:pbewznDkW9FqUatbedqPi_iGi3W69wwXdXQnMByQmmY_id_fkey_rA", name: "Aggregate of ContactProfiles", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "User:pbewznDkW9FqUatbedqPi_iGi3W69wwXdXQnMByQmmY_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_iGi3W69wwXdXQnMByQmmY_id_fkey_rG", key: "User:pbewznDkW9FqUatbedqPi_iGi3W69wwXdXQnMByQmmY_id_fkey_rG", name: "Group of ContactProfiles", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:id": { __type: "column", id: "id", key: "VKa83qTAJLkmqJQJJjpgd:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:created_at": { __type: "column", id: "created_at", key: "VKa83qTAJLkmqJQJJjpgd:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:updated_at": { __type: "column", id: "updated_at", key: "VKa83qTAJLkmqJQJJjpgd:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:status_HLNGU_id": { __type: "column", id: "status_HLNGU_id", key: "VKa83qTAJLkmqJQJJjpgd:status_HLNGU_id", name: "Status", type: "findingstatus_RttXG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:finding_38KX9_id": { __type: "column", id: "finding_38KX9_id", key: "VKa83qTAJLkmqJQJJjpgd:finding_38KX9_id", name: "Materials", type: "materialfinding_epHfh", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:finding_ATGyq_id": { __type: "column", id: "finding_ATGyq_id", key: "VKa83qTAJLkmqJQJJjpgd:finding_ATGyq_id", name: "Material", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:finding_nfz9k_id": { __type: "column", id: "finding_nfz9k_id", key: "VKa83qTAJLkmqJQJJjpgd:finding_nfz9k_id", name: "Comments", type: "comment_743d7", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:assignee_q6bNt_id": { __type: "column", id: "assignee_q6bNt_id", key: "VKa83qTAJLkmqJQJJjpgd:assignee_q6bNt_id", name: "Assignee", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:findings_yaN3Q_id": { __type: "column", id: "findings_yaN3Q_id", key: "VKa83qTAJLkmqJQJJjpgd:findings_yaN3Q_id", name: "findings_yaN3Q_id", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:Yg6JhPb4UJKTbrFkxq3QN": { __type: "column", id: "Yg6JhPb4UJKTbrFkxq3QN", key: "VKa83qTAJLkmqJQJJjpgd:Yg6JhPb4UJKTbrFkxq3QN", name: "Yg6JhPb4UJKTbrFkxq3QN", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:aTzkLUEdGdGqtAgdah4Cm": { __type: "column", id: "aTzkLUEdGdGqtAgdah4Cm", key: "VKa83qTAJLkmqJQJJjpgd:aTzkLUEdGdGqtAgdah4Cm", name: "Closed", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:bLiPYwCJ4Xhdr3DVGFX4t": { __type: "column", id: "bLiPYwCJ4Xhdr3DVGFX4t", key: "VKa83qTAJLkmqJQJJjpgd:bLiPYwCJ4Xhdr3DVGFX4t", name: "Description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:iCfpmRQr77LC36w3W7AEV": { __type: "column", id: "iCfpmRQr77LC36w3W7AEV", key: "VKa83qTAJLkmqJQJJjpgd:iCfpmRQr77LC36w3W7AEV", name: "Location", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:xeWbrYTVkm39rD3k6cpq4": { __type: "column", id: "xeWbrYTVkm39rD3k6cpq4", key: "VKa83qTAJLkmqJQJJjpgd:xeWbrYTVkm39rD3k6cpq4", name: "Notes", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "VKa83qTAJLkmqJQJJjpgd:PdMEX7TCCzNxHaJb3MAEK_id": { __type: "column", id: "PdMEX7TCCzNxHaJb3MAEK_id", key: "VKa83qTAJLkmqJQJJjpgd:PdMEX7TCCzNxHaJb3MAEK_id", name: "L3", type: "ehBQEWABF8NgaTDATpUNR", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:VqJ7q3Tegw6ycc6Gy6xNE_id": { __type: "column", id: "VqJ7q3Tegw6ycc6Gy6xNE_id", key: "VKa83qTAJLkmqJQJJjpgd:VqJ7q3Tegw6ycc6Gy6xNE_id", name: "CompanyForAggregate", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:beUfJNrTPQWRVKrhyiVqT_id": { __type: "column", id: "beUfJNrTPQWRVKrhyiVqT_id", key: "VKa83qTAJLkmqJQJJjpgd:beUfJNrTPQWRVKrhyiVqT_id", name: "L2", type: "ehBQEWABF8NgaTDATpUNR", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:dVyjnUdCmPjgPBKbgQUVc_id": { __type: "column", id: "dVyjnUdCmPjgPBKbgQUVc_id", key: "VKa83qTAJLkmqJQJJjpgd:dVyjnUdCmPjgPBKbgQUVc_id", name: "L1", type: "ehBQEWABF8NgaTDATpUNR", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:fFMJ3E6hAKteqbq4k887T_id": { __type: "column", id: "fFMJ3E6hAKteqbq4k887T_id", key: "VKa83qTAJLkmqJQJJjpgd:fFMJ3E6hAKteqbq4k887T_id", name: "CompanySCS", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:gMAAwCRfiArYktC4hYUTi_id": { __type: "column", id: "gMAAwCRfiArYktC4hYUTi_id", key: "VKa83qTAJLkmqJQJJjpgd:gMAAwCRfiArYktC4hYUTi_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:hbrN9T9dLiXhLAaMdgAWY_id": { __type: "column", id: "hbrN9T9dLiXhLAaMdgAWY_id", key: "VKa83qTAJLkmqJQJJjpgd:hbrN9T9dLiXhLAaMdgAWY_id", name: "Files", type: "DR3dHULmyTgdGtLgEhErN", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:rJfjf6ecEtAanYPjMJRnV_id": { __type: "column", id: "rJfjf6ecEtAanYPjMJRnV_id", key: "VKa83qTAJLkmqJQJJjpgd:rJfjf6ecEtAanYPjMJRnV_id", name: "Urgency", type: "eYfKhTAP7hQrKCnB8FNYf", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:comment_743d7_finding_nfz9k_id_fkey_rA": { __type: "column", id: "comment_743d7_finding_nfz9k_id_fkey_rA", key: "VKa83qTAJLkmqJQJJjpgd:comment_743d7_finding_nfz9k_id_fkey_rA", name: "Aggregate of Comments", type: "comment_743d7_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:comment_743d7_finding_nfz9k_id_fkey_rG": { __type: "column", id: "comment_743d7_finding_nfz9k_id_fkey_rG", key: "VKa83qTAJLkmqJQJJjpgd:comment_743d7_finding_nfz9k_id_fkey_rG", name: "Group of Comments", type: "comment_743d7_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:materialfinding_epHfh_finding_38KX9_id_fkey_rA": { __type: "column", id: "materialfinding_epHfh_finding_38KX9_id_fkey_rA", key: "VKa83qTAJLkmqJQJJjpgd:materialfinding_epHfh_finding_38KX9_id_fkey_rA", name: "Aggregate of Materials", type: "materialfinding_epHfh_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:materialfinding_epHfh_finding_38KX9_id_fkey_rG": { __type: "column", id: "materialfinding_epHfh_finding_38KX9_id_fkey_rG", key: "VKa83qTAJLkmqJQJJjpgd:materialfinding_epHfh_finding_38KX9_id_fkey_rG", name: "Group of Materials", type: "materialfinding_epHfh_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:DR3dHULmyTgdGtLgEhErN_hbrN9T9dLiXhLAaMdgAWY_id_fkey_rA": { __type: "column", id: "DR3dHULmyTgdGtLgEhErN_hbrN9T9dLiXhLAaMdgAWY_id_fkey_rA", key: "VKa83qTAJLkmqJQJJjpgd:DR3dHULmyTgdGtLgEhErN_hbrN9T9dLiXhLAaMdgAWY_id_fkey_rA", name: "Aggregate of Files", type: "DR3dHULmyTgdGtLgEhErN_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "VKa83qTAJLkmqJQJJjpgd:DR3dHULmyTgdGtLgEhErN_hbrN9T9dLiXhLAaMdgAWY_id_fkey_rG": { __type: "column", id: "DR3dHULmyTgdGtLgEhErN_hbrN9T9dLiXhLAaMdgAWY_id_fkey_rG", key: "VKa83qTAJLkmqJQJJjpgd:DR3dHULmyTgdGtLgEhErN_hbrN9T9dLiXhLAaMdgAWY_id_fkey_rG", name: "Group of Files", type: "DR3dHULmyTgdGtLgEhErN_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "W67NVtwNdUtxJKjtHpnYh:id": { __type: "column", id: "id", key: "W67NVtwNdUtxJKjtHpnYh:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "W67NVtwNdUtxJKjtHpnYh:created_at": { __type: "column", id: "created_at", key: "W67NVtwNdUtxJKjtHpnYh:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "W67NVtwNdUtxJKjtHpnYh:updated_at": { __type: "column", id: "updated_at", key: "W67NVtwNdUtxJKjtHpnYh:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "W67NVtwNdUtxJKjtHpnYh:pebfkCiycJbVYAcrnc9af": { __type: "column", id: "pebfkCiycJbVYAcrnc9af", key: "W67NVtwNdUtxJKjtHpnYh:pebfkCiycJbVYAcrnc9af", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "W67NVtwNdUtxJKjtHpnYh:AYP76UbkxgtfXWAeJpBAt_id": { __type: "column", id: "AYP76UbkxgtfXWAeJpBAt_id", key: "W67NVtwNdUtxJKjtHpnYh:AYP76UbkxgtfXWAeJpBAt_id", name: "Inspection", type: "mjVRPqFPpTjaXN8nzVCMa", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:id": { __type: "column", id: "id", key: "WAz8nVENp8mnw38akRh4i:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:created_at": { __type: "column", id: "created_at", key: "WAz8nVENp8mnw38akRh4i:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:updated_at": { __type: "column", id: "updated_at", key: "WAz8nVENp8mnw38akRh4i:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:pages_AbhXT_id": { __type: "column", id: "pages_AbhXT_id", key: "WAz8nVENp8mnw38akRh4i:pages_AbhXT_id", name: "pages", type: "page_fxbxC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_8kYRqD": { __type: "column", id: "project_8kYRqD", key: "WAz8nVENp8mnw38akRh4i:project_8kYRqD", name: "Items", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_37HaU_id": { __type: "column", id: "project_37HaU_id", key: "WAz8nVENp8mnw38akRh4i:project_37HaU_id", name: "Folders", type: "documentfolder_ThMxm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_Wgq6z_id": { __type: "column", id: "project_Wgq6z_id", key: "WAz8nVENp8mnw38akRh4i:project_Wgq6z_id", name: "Workacceptances", type: "workacceptance_hDb7y", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_YtXRU_id": { __type: "column", id: "project_YtXRU_id", key: "WAz8nVENp8mnw38akRh4i:project_YtXRU_id", name: "Documents", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_dParw_id": { __type: "column", id: "project_dParw_id", key: "WAz8nVENp8mnw38akRh4i:project_dParw_id", name: "Workacceptance", type: "workacceptance_hDb7y", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_xahnK_id": { __type: "column", id: "project_xahnK_id", key: "WAz8nVENp8mnw38akRh4i:project_xahnK_id", name: "Tasks", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:scopenotion_x48ky": { __type: "column", id: "scopenotion_x48ky", key: "WAz8nVENp8mnw38akRh4i:scopenotion_x48ky", name: "ScopeNotion", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:inspector_aRHW3_id": { __type: "column", id: "inspector_aRHW3_id", key: "WAz8nVENp8mnw38akRh4i:inspector_aRHW3_id", name: "Inspector", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:project_title_Kc7Dk": { __type: "column", id: "project_title_Kc7Dk", key: "WAz8nVENp8mnw38akRh4i:project_title_Kc7Dk", name: "Project_Title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:C9XWWjaxxtwb4b7cHUcNX": { __type: "column", id: "C9XWWjaxxtwb4b7cHUcNX", key: "WAz8nVENp8mnw38akRh4i:C9XWWjaxxtwb4b7cHUcNX", name: "C9XWWjaxxtwb4b7cHUcNX", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:GbT3AKdCPqUdL4aDRkfet": { __type: "column", id: "GbT3AKdCPqUdL4aDRkfet", key: "WAz8nVENp8mnw38akRh4i:GbT3AKdCPqUdL4aDRkfet", name: "GbT3AKdCPqUdL4aDRkfet", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:GjTpxBHRB4pBLHfwy7zec": { __type: "column", id: "GjTpxBHRB4pBLHfwy7zec", key: "WAz8nVENp8mnw38akRh4i:GjTpxBHRB4pBLHfwy7zec", name: "AwardDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:KXXJAP4wYjRERa8CBXFHV": { __type: "column", id: "KXXJAP4wYjRERa8CBXFHV", key: "WAz8nVENp8mnw38akRh4i:KXXJAP4wYjRERa8CBXFHV", name: "KXXJAP4wYjRERa8CBXFHV", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:MTY7FaeQVgn7xzNp4ntbT": { __type: "column", id: "MTY7FaeQVgn7xzNp4ntbT", key: "WAz8nVENp8mnw38akRh4i:MTY7FaeQVgn7xzNp4ntbT", name: "MTY7FaeQVgn7xzNp4ntbT", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:Ncj333Qw7fq9mdfakeAcJ": { __type: "column", id: "Ncj333Qw7fq9mdfakeAcJ", key: "WAz8nVENp8mnw38akRh4i:Ncj333Qw7fq9mdfakeAcJ", name: "Quote", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:TtWhHzxqaQV9GaPPtVb9r": { __type: "column", id: "TtWhHzxqaQV9GaPPtVb9r", key: "WAz8nVENp8mnw38akRh4i:TtWhHzxqaQV9GaPPtVb9r", name: "Project_State", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:ULCiNNFgX47wgKinXfFcN": { __type: "column", id: "ULCiNNFgX47wgKinXfFcN", key: "WAz8nVENp8mnw38akRh4i:ULCiNNFgX47wgKinXfFcN", name: "Project_Number", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:UhC8X6DfEnfcxBwLPRik8": { __type: "column", id: "UhC8X6DfEnfcxBwLPRik8", key: "WAz8nVENp8mnw38akRh4i:UhC8X6DfEnfcxBwLPRik8", name: "UhC8X6DfEnfcxBwLPRik8", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:V6HkB3hfYAUGpkUbjjBpN": { __type: "column", id: "V6HkB3hfYAUGpkUbjjBpN", key: "WAz8nVENp8mnw38akRh4i:V6HkB3hfYAUGpkUbjjBpN", name: "DeliverableDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:XmMb4eBFVqkqaKRjdPQmK": { __type: "column", id: "XmMb4eBFVqkqaKRjdPQmK", key: "WAz8nVENp8mnw38akRh4i:XmMb4eBFVqkqaKRjdPQmK", name: "StartDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:aNHXnAPri96yf4eRhrMiJ": { __type: "column", id: "aNHXnAPri96yf4eRhrMiJ", key: "WAz8nVENp8mnw38akRh4i:aNHXnAPri96yf4eRhrMiJ", name: "EndMonth", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:b6BThfXKBtTTmeRWcyyRB": { __type: "column", id: "b6BThfXKBtTTmeRWcyyRB", key: "WAz8nVENp8mnw38akRh4i:b6BThfXKBtTTmeRWcyyRB", name: "b6BThfXKBtTTmeRWcyyRB", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:bTfhazJa8A6Dax7VaBCif": { __type: "column", id: "bTfhazJa8A6Dax7VaBCif", key: "WAz8nVENp8mnw38akRh4i:bTfhazJa8A6Dax7VaBCif", name: "End_Date", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:beETJWAMnpUtAJyHP8Y6r": { __type: "column", id: "beETJWAMnpUtAJyHP8Y6r", key: "WAz8nVENp8mnw38akRh4i:beETJWAMnpUtAJyHP8Y6r", name: "beETJWAMnpUtAJyHP8Y6r", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:dWL8tX3en78fRrTzWxKrG": { __type: "column", id: "dWL8tX3en78fRrTzWxKrG", key: "WAz8nVENp8mnw38akRh4i:dWL8tX3en78fRrTzWxKrG", name: "dWL8tX3en78fRrTzWxKrG", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:dmfFUhQnpqyT4gMNnBqdN": { __type: "column", id: "dmfFUhQnpqyT4gMNnBqdN", key: "WAz8nVENp8mnw38akRh4i:dmfFUhQnpqyT4gMNnBqdN", name: "dmfFUhQnpqyT4gMNnBqdN", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:dr3LnYbBFyTtVH6Fw8jHF": { __type: "column", id: "dr3LnYbBFyTtVH6Fw8jHF", key: "WAz8nVENp8mnw38akRh4i:dr3LnYbBFyTtVH6Fw8jHF", name: "dr3LnYbBFyTtVH6Fw8jHF", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:g3JmNGiYqQP3EpKpyFnVp": { __type: "column", id: "g3JmNGiYqQP3EpKpyFnVp", key: "WAz8nVENp8mnw38akRh4i:g3JmNGiYqQP3EpKpyFnVp", name: "QBF_Revenue", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:itp4xtRhtUHGqzkb7qLxx": { __type: "column", id: "itp4xtRhtUHGqzkb7qLxx", key: "WAz8nVENp8mnw38akRh4i:itp4xtRhtUHGqzkb7qLxx", name: "itp4xtRhtUHGqzkb7qLxx", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:tBgpMycjhNKhNP8RKUQ7b": { __type: "column", id: "tBgpMycjhNKhNP8RKUQ7b", key: "WAz8nVENp8mnw38akRh4i:tBgpMycjhNKhNP8RKUQ7b", name: "value", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:DgxG3crbhBV3TWNjQ4cqn_id": { __type: "column", id: "DgxG3crbhBV3TWNjQ4cqn_id", key: "WAz8nVENp8mnw38akRh4i:DgxG3crbhBV3TWNjQ4cqn_id", name: "State", type: "F3MDxQfcXmKcTYhxjTnht", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:E7Rpw6tYbmnXQhDkTeDnb_id": { __type: "column", id: "E7Rpw6tYbmnXQhDkTeDnb_id", key: "WAz8nVENp8mnw38akRh4i:E7Rpw6tYbmnXQhDkTeDnb_id", name: "extraAttachments", type: "wW6fgXz4xNhX9bCGQW48Q", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:MG7XYprp7RjdzLMixFw4M_id": { __type: "column", id: "MG7XYprp7RjdzLMixFw4M_id", key: "WAz8nVENp8mnw38akRh4i:MG7XYprp7RjdzLMixFw4M_id", name: "Client", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:NighghBE44bfPbrMNHn8J_id": { __type: "column", id: "NighghBE44bfPbrMNHn8J_id", key: "WAz8nVENp8mnw38akRh4i:NighghBE44bfPbrMNHn8J_id", name: "ProjectType", type: "JBtRwdVDyDJChnMJjGRy3", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:XUwJRcHg9Mb7xGUKX6NxP_id": { __type: "column", id: "XUwJRcHg9Mb7xGUKX6NxP_id", key: "WAz8nVENp8mnw38akRh4i:XUwJRcHg9Mb7xGUKX6NxP_id", name: "SalesUser", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:XiapfM3KCW8Pwdca3qmHn_id": { __type: "column", id: "XiapfM3KCW8Pwdca3qmHn_id", key: "WAz8nVENp8mnw38akRh4i:XiapfM3KCW8Pwdca3qmHn_id", name: "Notes", type: "h7gyUKELxTrcEhUxc4n4x", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:YVc3DKfkexQFCPHWnfCrT_id": { __type: "column", id: "YVc3DKfkexQFCPHWnfCrT_id", key: "WAz8nVENp8mnw38akRh4i:YVc3DKfkexQFCPHWnfCrT_id", name: "status", type: "b8haXqctge9pMUcpRRYzg", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:dgPPrVAdTi98qyqmRYd47_id": { __type: "column", id: "dgPPrVAdTi98qyqmRYd47_id", key: "WAz8nVENp8mnw38akRh4i:dgPPrVAdTi98qyqmRYd47_id", name: "OpsUser", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:dyaApYXHNPfTDqFxAJHjr_id": { __type: "column", id: "dyaApYXHNPfTDqFxAJHjr_id", key: "WAz8nVENp8mnw38akRh4i:dyaApYXHNPfTDqFxAJHjr_id", name: "QBF_Items", type: "ggbUwyRYNLKJQYikaPEWV", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:gK89LciMmwreL6BprTXt4_id": { __type: "column", id: "gK89LciMmwreL6BprTXt4_id", key: "WAz8nVENp8mnw38akRh4i:gK89LciMmwreL6BprTXt4_id", name: "PointOfContact", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:gMAAwCRfiArYktC4hYUTi_id": { __type: "column", id: "gMAAwCRfiArYktC4hYUTi_id", key: "WAz8nVENp8mnw38akRh4i:gMAAwCRfiArYktC4hYUTi_id", name: "Findings", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:jipPjpgrfB99jbjLE78LT_id": { __type: "column", id: "jipPjpgrfB99jbjLE78LT_id", key: "WAz8nVENp8mnw38akRh4i:jipPjpgrfB99jbjLE78LT_id", name: "Files", type: "DR3dHULmyTgdGtLgEhErN", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:estimatedawarddate_ndUHPP": { __type: "column", id: "estimatedawarddate_ndUHPP", key: "WAz8nVENp8mnw38akRh4i:estimatedawarddate_ndUHPP", name: "EstimatedAwardDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:markedascompletedate_CdFNc": { __type: "column", id: "markedascompletedate_CdFNc", key: "WAz8nVENp8mnw38akRh4i:markedascompletedate_CdFNc", name: "MarkedAsCompleteDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "WAz8nVENp8mnw38akRh4i:item_project_8kYRqD_fkey_rA": { __type: "column", id: "item_project_8kYRqD_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:item_project_8kYRqD_fkey_rA", name: "Aggregate of Items", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:item_project_8kYRqD_fkey_rG": { __type: "column", id: "item_project_8kYRqD_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:item_project_8kYRqD_fkey_rG", name: "Group of Items", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:page_fxbxC_pages_AbhXT_id_fkey_rA": { __type: "column", id: "page_fxbxC_pages_AbhXT_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:page_fxbxC_pages_AbhXT_id_fkey_rA", name: "Aggregate of pages", type: "page_fxbxC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:page_fxbxC_pages_AbhXT_id_fkey_rG": { __type: "column", id: "page_fxbxC_pages_AbhXT_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:page_fxbxC_pages_AbhXT_id_fkey_rG", name: "Group of pages", type: "page_fxbxC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:documentfolder_ThMxm_project_37HaU_id_fkey_rA": { __type: "column", id: "documentfolder_ThMxm_project_37HaU_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:documentfolder_ThMxm_project_37HaU_id_fkey_rA", name: "Aggregate of Folders", type: "documentfolder_ThMxm_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:documentfolder_ThMxm_project_37HaU_id_fkey_rG": { __type: "column", id: "documentfolder_ThMxm_project_37HaU_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:documentfolder_ThMxm_project_37HaU_id_fkey_rG", name: "Group of Folders", type: "documentfolder_ThMxm_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:workacceptance_hDb7y_project_Wgq6z_id_fkey_rA": { __type: "column", id: "workacceptance_hDb7y_project_Wgq6z_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:workacceptance_hDb7y_project_Wgq6z_id_fkey_rA", name: "Aggregate of Workacceptances", type: "workacceptance_hDb7y_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:workacceptance_hDb7y_project_Wgq6z_id_fkey_rG": { __type: "column", id: "workacceptance_hDb7y_project_Wgq6z_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:workacceptance_hDb7y_project_Wgq6z_id_fkey_rG", name: "Group of Workacceptances", type: "workacceptance_hDb7y_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:M4WbzPAkPnrEFbPJ9EGqb_project_YtXRU_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_project_YtXRU_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:M4WbzPAkPnrEFbPJ9EGqb_project_YtXRU_id_fkey_rA", name: "Aggregate of Documents", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:M4WbzPAkPnrEFbPJ9EGqb_project_YtXRU_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_project_YtXRU_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:M4WbzPAkPnrEFbPJ9EGqb_project_YtXRU_id_fkey_rG", name: "Group of Documents", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:bqaGLpfHfMqGeV78MtxDp_project_xahnK_id_fkey_rA": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_project_xahnK_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:bqaGLpfHfMqGeV78MtxDp_project_xahnK_id_fkey_rA", name: "Aggregate of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:bqaGLpfHfMqGeV78MtxDp_project_xahnK_id_fkey_rG": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_project_xahnK_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:bqaGLpfHfMqGeV78MtxDp_project_xahnK_id_fkey_rG", name: "Group of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:DR3dHULmyTgdGtLgEhErN_jipPjpgrfB99jbjLE78LT_id_fkey_rA": { __type: "column", id: "DR3dHULmyTgdGtLgEhErN_jipPjpgrfB99jbjLE78LT_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:DR3dHULmyTgdGtLgEhErN_jipPjpgrfB99jbjLE78LT_id_fkey_rA", name: "Aggregate of Files", type: "DR3dHULmyTgdGtLgEhErN_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:DR3dHULmyTgdGtLgEhErN_jipPjpgrfB99jbjLE78LT_id_fkey_rG": { __type: "column", id: "DR3dHULmyTgdGtLgEhErN_jipPjpgrfB99jbjLE78LT_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:DR3dHULmyTgdGtLgEhErN_jipPjpgrfB99jbjLE78LT_id_fkey_rG", name: "Group of Files", type: "DR3dHULmyTgdGtLgEhErN_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:VKa83qTAJLkmqJQJJjpgd_gMAAwCRfiArYktC4hYUTi_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_gMAAwCRfiArYktC4hYUTi_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:VKa83qTAJLkmqJQJJjpgd_gMAAwCRfiArYktC4hYUTi_id_fkey_rA", name: "Aggregate of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:VKa83qTAJLkmqJQJJjpgd_gMAAwCRfiArYktC4hYUTi_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_gMAAwCRfiArYktC4hYUTi_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:VKa83qTAJLkmqJQJJjpgd_gMAAwCRfiArYktC4hYUTi_id_fkey_rG", name: "Group of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:ggbUwyRYNLKJQYikaPEWV_dyaApYXHNPfTDqFxAJHjr_id_fkey_rA": { __type: "column", id: "ggbUwyRYNLKJQYikaPEWV_dyaApYXHNPfTDqFxAJHjr_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:ggbUwyRYNLKJQYikaPEWV_dyaApYXHNPfTDqFxAJHjr_id_fkey_rA", name: "Aggregate of QBF_Items", type: "ggbUwyRYNLKJQYikaPEWV_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:ggbUwyRYNLKJQYikaPEWV_dyaApYXHNPfTDqFxAJHjr_id_fkey_rG": { __type: "column", id: "ggbUwyRYNLKJQYikaPEWV_dyaApYXHNPfTDqFxAJHjr_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:ggbUwyRYNLKJQYikaPEWV_dyaApYXHNPfTDqFxAJHjr_id_fkey_rG", name: "Group of QBF_Items", type: "ggbUwyRYNLKJQYikaPEWV_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:h7gyUKELxTrcEhUxc4n4x_XiapfM3KCW8Pwdca3qmHn_id_fkey_rA": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_XiapfM3KCW8Pwdca3qmHn_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:h7gyUKELxTrcEhUxc4n4x_XiapfM3KCW8Pwdca3qmHn_id_fkey_rA", name: "Aggregate of Notes", type: "h7gyUKELxTrcEhUxc4n4x_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:h7gyUKELxTrcEhUxc4n4x_XiapfM3KCW8Pwdca3qmHn_id_fkey_rG": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_XiapfM3KCW8Pwdca3qmHn_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:h7gyUKELxTrcEhUxc4n4x_XiapfM3KCW8Pwdca3qmHn_id_fkey_rG", name: "Group of Notes", type: "h7gyUKELxTrcEhUxc4n4x_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:wW6fgXz4xNhX9bCGQW48Q_E7Rpw6tYbmnXQhDkTeDnb_id_fkey_rA": { __type: "column", id: "wW6fgXz4xNhX9bCGQW48Q_E7Rpw6tYbmnXQhDkTeDnb_id_fkey_rA", key: "WAz8nVENp8mnw38akRh4i:wW6fgXz4xNhX9bCGQW48Q_E7Rpw6tYbmnXQhDkTeDnb_id_fkey_rA", name: "Aggregate of extraAttachments", type: "wW6fgXz4xNhX9bCGQW48Q_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "WAz8nVENp8mnw38akRh4i:wW6fgXz4xNhX9bCGQW48Q_E7Rpw6tYbmnXQhDkTeDnb_id_fkey_rG": { __type: "column", id: "wW6fgXz4xNhX9bCGQW48Q_E7Rpw6tYbmnXQhDkTeDnb_id_fkey_rG", key: "WAz8nVENp8mnw38akRh4i:wW6fgXz4xNhX9bCGQW48Q_E7Rpw6tYbmnXQhDkTeDnb_id_fkey_rG", name: "Group of extraAttachments", type: "wW6fgXz4xNhX9bCGQW48Q_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "aEipHd7qALgqeGXxEtfkA:id": { __type: "column", id: "id", key: "aEipHd7qALgqeGXxEtfkA:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aEipHd7qALgqeGXxEtfkA:created_at": { __type: "column", id: "created_at", key: "aEipHd7qALgqeGXxEtfkA:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aEipHd7qALgqeGXxEtfkA:updated_at": { __type: "column", id: "updated_at", key: "aEipHd7qALgqeGXxEtfkA:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aEipHd7qALgqeGXxEtfkA:bAe6tD4NNTqb7bjN6jKWq": { __type: "column", id: "bAe6tD4NNTqb7bjN6jKWq", key: "aEipHd7qALgqeGXxEtfkA:bAe6tD4NNTqb7bjN6jKWq", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aEipHd7qALgqeGXxEtfkA:dpBHmgiTbhjF7mPeRxLWk_id": { __type: "column", id: "dpBHmgiTbhjF7mPeRxLWk_id", key: "aEipHd7qALgqeGXxEtfkA:dpBHmgiTbhjF7mPeRxLWk_id", name: "Companies", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "aEipHd7qALgqeGXxEtfkA:CX8LW4gH3tGQCGAkdMgdC_dpBHmgiTbhjF7mPeRxLWk_id_fkey_rA": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_dpBHmgiTbhjF7mPeRxLWk_id_fkey_rA", key: "aEipHd7qALgqeGXxEtfkA:CX8LW4gH3tGQCGAkdMgdC_dpBHmgiTbhjF7mPeRxLWk_id_fkey_rA", name: "Aggregate of Companies", type: "CX8LW4gH3tGQCGAkdMgdC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "aEipHd7qALgqeGXxEtfkA:CX8LW4gH3tGQCGAkdMgdC_dpBHmgiTbhjF7mPeRxLWk_id_fkey_rG": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_dpBHmgiTbhjF7mPeRxLWk_id_fkey_rG", key: "aEipHd7qALgqeGXxEtfkA:CX8LW4gH3tGQCGAkdMgdC_dpBHmgiTbhjF7mPeRxLWk_id_fkey_rG", name: "Group of Companies", type: "CX8LW4gH3tGQCGAkdMgdC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "aL9G7XQUQpeiCeCKktUmm:id": { __type: "column", id: "id", key: "aL9G7XQUQpeiCeCKktUmm:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:created_at": { __type: "column", id: "created_at", key: "aL9G7XQUQpeiCeCKktUmm:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:updated_at": { __type: "column", id: "updated_at", key: "aL9G7XQUQpeiCeCKktUmm:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:address_7DDiC_id": { __type: "column", id: "address_7DDiC_id", key: "aL9G7XQUQpeiCeCKktUmm:address_7DDiC_id", name: "Vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "aL9G7XQUQpeiCeCKktUmm:GG8Mxbwccf8TAAzfErex3": { __type: "column", id: "GG8Mxbwccf8TAAzfErex3", key: "aL9G7XQUQpeiCeCKktUmm:GG8Mxbwccf8TAAzfErex3", name: "Zipcode", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:R6tKATMBYMX9wei9iLEFb": { __type: "column", id: "R6tKATMBYMX9wei9iLEFb", key: "aL9G7XQUQpeiCeCKktUmm:R6tKATMBYMX9wei9iLEFb", name: "City", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:W3CXUXYiyh8rnqx3DLLpC": { __type: "column", id: "W3CXUXYiyh8rnqx3DLLpC", key: "aL9G7XQUQpeiCeCKktUmm:W3CXUXYiyh8rnqx3DLLpC", name: "W3CXUXYiyh8rnqx3DLLpC", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:fdjHBBhcAaiJiWfVChGV7": { __type: "column", id: "fdjHBBhcAaiJiWfVChGV7", key: "aL9G7XQUQpeiCeCKktUmm:fdjHBBhcAaiJiWfVChGV7", name: "Street", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:ybXVC3xMDH3ygrm9eR8cL": { __type: "column", id: "ybXVC3xMDH3ygrm9eR8cL", key: "aL9G7XQUQpeiCeCKktUmm:ybXVC3xMDH3ygrm9eR8cL", name: "Street2", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "aL9G7XQUQpeiCeCKktUmm:CQGHMJX74gnd9MgDgRVRU_id": { __type: "column", id: "CQGHMJX74gnd9MgDgRVRU_id", key: "aL9G7XQUQpeiCeCKktUmm:CQGHMJX74gnd9MgDgRVRU_id", name: "State", type: "F3MDxQfcXmKcTYhxjTnht", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "aL9G7XQUQpeiCeCKktUmm:jz3Fij69RyjaTLijYNc9D_id": { __type: "column", id: "jz3Fij69RyjaTLijYNc9D_id", key: "aL9G7XQUQpeiCeCKktUmm:jz3Fij69RyjaTLijYNc9D_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "b8haXqctge9pMUcpRRYzg:id": { __type: "column", id: "id", key: "b8haXqctge9pMUcpRRYzg:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "b8haXqctge9pMUcpRRYzg:created_at": { __type: "column", id: "created_at", key: "b8haXqctge9pMUcpRRYzg:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "b8haXqctge9pMUcpRRYzg:updated_at": { __type: "column", id: "updated_at", key: "b8haXqctge9pMUcpRRYzg:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "b8haXqctge9pMUcpRRYzg:level_rnUVC": { __type: "column", id: "level_rnUVC", key: "b8haXqctge9pMUcpRRYzg:level_rnUVC", name: "level", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "b8haXqctge9pMUcpRRYzg:KrHijXL3neNgDqi37MPgJ": { __type: "column", id: "KrHijXL3neNgDqi37MPgJ", key: "b8haXqctge9pMUcpRRYzg:KrHijXL3neNgDqi37MPgJ", name: "label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "b8haXqctge9pMUcpRRYzg:YVc3DKfkexQFCPHWnfCrT_id": { __type: "column", id: "YVc3DKfkexQFCPHWnfCrT_id", key: "b8haXqctge9pMUcpRRYzg:YVc3DKfkexQFCPHWnfCrT_id", name: "Projects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "b8haXqctge9pMUcpRRYzg:WAz8nVENp8mnw38akRh4i_YVc3DKfkexQFCPHWnfCrT_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_YVc3DKfkexQFCPHWnfCrT_id_fkey_rA", key: "b8haXqctge9pMUcpRRYzg:WAz8nVENp8mnw38akRh4i_YVc3DKfkexQFCPHWnfCrT_id_fkey_rA", name: "Aggregate of Projects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "b8haXqctge9pMUcpRRYzg:WAz8nVENp8mnw38akRh4i_YVc3DKfkexQFCPHWnfCrT_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_YVc3DKfkexQFCPHWnfCrT_id_fkey_rG", key: "b8haXqctge9pMUcpRRYzg:WAz8nVENp8mnw38akRh4i_YVc3DKfkexQFCPHWnfCrT_id_fkey_rG", name: "Group of Projects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bebold_HfYk9:id": { __type: "column", id: "id", key: "bebold_HfYk9:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bebold_HfYk9:created_at": { __type: "column", id: "created_at", key: "bebold_HfYk9:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bebold_HfYk9:updated_at": { __type: "column", id: "updated_at", key: "bebold_HfYk9:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bebold_HfYk9:label_m4z6M": { __type: "column", id: "label_m4z6M", key: "bebold_HfYk9:label_m4z6M", name: "Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bebold_HfYk9:bebold_JyKQi": { __type: "column", id: "bebold_JyKQi", key: "bebold_HfYk9:bebold_JyKQi", name: "bebold", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bebold_HfYk9:asbuilt_7xeGR": { __type: "column", id: "asbuilt_7xeGR", key: "bebold_HfYk9:asbuilt_7xeGR", name: "asbuilt", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bebold_HfYk9:content_zTXcH": { __type: "column", id: "content_zTXcH", key: "bebold_HfYk9:content_zTXcH", name: "Content", type: "wysiwyg", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bebold_HfYk9:company_xamHM_id": { __type: "column", id: "company_xamHM_id", key: "bebold_HfYk9:company_xamHM_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bebold_HfYk9:engineering_Gn4en": { __type: "column", id: "engineering_Gn4en", key: "bebold_HfYk9:engineering_Gn4en", name: "engineering", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:id": { __type: "column", id: "id", key: "bqaGLpfHfMqGeV78MtxDp:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:created_at": { __type: "column", id: "created_at", key: "bqaGLpfHfMqGeV78MtxDp:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:updated_at": { __type: "column", id: "updated_at", key: "bqaGLpfHfMqGeV78MtxDp:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:order_9DnL3": { __type: "column", id: "order_9DnL3", key: "bqaGLpfHfMqGeV78MtxDp:order_9DnL3", name: "Order", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:task_CPzY9B": { __type: "column", id: "task_CPzY9B", key: "bqaGLpfHfMqGeV78MtxDp:task_CPzY9B", name: "Items", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:content_kxEyz": { __type: "column", id: "content_kxEyz", key: "bqaGLpfHfMqGeV78MtxDp:content_kxEyz", name: "Content", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:files_U6CyD_id": { __type: "column", id: "files_U6CyD_id", key: "bqaGLpfHfMqGeV78MtxDp:files_U6CyD_id", name: "Files", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:owner_WaGWR_id": { __type: "column", id: "owner_WaGWR_id", key: "bqaGLpfHfMqGeV78MtxDp:owner_WaGWR_id", name: "Owner", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:project_xahnK_id": { __type: "column", id: "project_xahnK_id", key: "bqaGLpfHfMqGeV78MtxDp:project_xahnK_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:VVJWADAmeaXcMreeNAPaK": { __type: "column", id: "VVJWADAmeaXcMreeNAPaK", key: "bqaGLpfHfMqGeV78MtxDp:VVJWADAmeaXcMreeNAPaK", name: "Done", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:rD9Y8dYQhYdyDtCMWkycm": { __type: "column", id: "rD9Y8dYQhYdyDtCMWkycm", key: "bqaGLpfHfMqGeV78MtxDp:rD9Y8dYQhYdyDtCMWkycm", name: "Due_Date", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:rgtxcnH9necnjjVGW4YnC": { __type: "column", id: "rgtxcnH9necnjjVGW4YnC", key: "bqaGLpfHfMqGeV78MtxDp:rgtxcnH9necnjjVGW4YnC", name: "Title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "bqaGLpfHfMqGeV78MtxDp:FC4VmmfmhpL78469rCeeX_id": { __type: "column", id: "FC4VmmfmhpL78469rCeeX_id", key: "bqaGLpfHfMqGeV78MtxDp:FC4VmmfmhpL78469rCeeX_id", name: "Contact", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:Lzq83V97n4PPYgTEMpp4e_id": { __type: "column", id: "Lzq83V97n4PPYgTEMpp4e_id", key: "bqaGLpfHfMqGeV78MtxDp:Lzq83V97n4PPYgTEMpp4e_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:item_task_CPzY9B_fkey_rA": { __type: "column", id: "item_task_CPzY9B_fkey_rA", key: "bqaGLpfHfMqGeV78MtxDp:item_task_CPzY9B_fkey_rA", name: "Aggregate of Items", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:item_task_CPzY9B_fkey_rG": { __type: "column", id: "item_task_CPzY9B_fkey_rG", key: "bqaGLpfHfMqGeV78MtxDp:item_task_CPzY9B_fkey_rG", name: "Group of Items", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:mxDUYr49hEJP3YLBVFk3b_id": { __type: "column", id: "mxDUYr49hEJP3YLBVFk3b_id", key: "bqaGLpfHfMqGeV78MtxDp:mxDUYr49hEJP3YLBVFk3b_id", name: "mxDUYr49hEJP3YLBVFk3b_id", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:M4WbzPAkPnrEFbPJ9EGqb_files_U6CyD_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_U6CyD_id_fkey_rA", key: "bqaGLpfHfMqGeV78MtxDp:M4WbzPAkPnrEFbPJ9EGqb_files_U6CyD_id_fkey_rA", name: "Aggregate of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "bqaGLpfHfMqGeV78MtxDp:M4WbzPAkPnrEFbPJ9EGqb_files_U6CyD_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_U6CyD_id_fkey_rG", key: "bqaGLpfHfMqGeV78MtxDp:M4WbzPAkPnrEFbPJ9EGqb_files_U6CyD_id_fkey_rG", name: "Group of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "certificate_VRpTQ:id": { __type: "column", id: "id", key: "certificate_VRpTQ:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "certificate_VRpTQ:created_at": { __type: "column", id: "created_at", key: "certificate_VRpTQ:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "certificate_VRpTQ:file_WEAXC": { __type: "column", id: "file_WEAXC", key: "certificate_VRpTQ:file_WEAXC", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "certificate_VRpTQ:updated_at": { __type: "column", id: "updated_at", key: "certificate_VRpTQ:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "certificate_VRpTQ:certificates_KMy4M_id": { __type: "column", id: "certificates_KMy4M_id", key: "certificate_VRpTQ:certificates_KMy4M_id", name: "Contact", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "certificate_VRpTQ:certificates_MtWcy_id": { __type: "column", id: "certificates_MtWcy_id", key: "certificate_VRpTQ:certificates_MtWcy_id", name: "Teammember", type: "h8CVxUkfq7tacMCtcRmdm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_743d7:id": { __type: "column", id: "id", key: "comment_743d7:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_743d7:created_at": { __type: "column", id: "created_at", key: "comment_743d7:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_743d7:updated_at": { __type: "column", id: "updated_at", key: "comment_743d7:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_743d7:content_fHkPy": { __type: "column", id: "content_fHkPy", key: "comment_743d7:content_fHkPy", name: "content", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "comment_743d7:files_iipGp_id": { __type: "column", id: "files_iipGp_id", key: "comment_743d7:files_iipGp_id", name: "files", type: "files_UKhqw", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_743d7:finding_nfz9k_id": { __type: "column", id: "finding_nfz9k_id", key: "comment_743d7:finding_nfz9k_id", name: "Finding", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_743d7:createdby_WUrFh_id": { __type: "column", id: "createdby_WUrFh_id", key: "comment_743d7:createdby_WUrFh_id", name: "CreatedBy", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_743d7:files_UKhqw_files_iipGp_id_fkey_rA": { __type: "column", id: "files_UKhqw_files_iipGp_id_fkey_rA", key: "comment_743d7:files_UKhqw_files_iipGp_id_fkey_rA", name: "Aggregate of files", type: "files_UKhqw_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "comment_743d7:files_UKhqw_files_iipGp_id_fkey_rG": { __type: "column", id: "files_UKhqw_files_iipGp_id_fkey_rG", key: "comment_743d7:files_UKhqw_files_iipGp_id_fkey_rG", name: "Group of files", type: "files_UKhqw_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "companystatus_DKnpY:id": { __type: "column", id: "id", key: "companystatus_DKnpY:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "companystatus_DKnpY:created_at": { __type: "column", id: "created_at", key: "companystatus_DKnpY:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "companystatus_DKnpY:updated_at": { __type: "column", id: "updated_at", key: "companystatus_DKnpY:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "companystatus_DKnpY:label_jB4LK": { __type: "column", id: "label_jB4LK", key: "companystatus_DKnpY:label_jB4LK", name: "Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "companystatus_DKnpY:status_dnTrC_id": { __type: "column", id: "status_dnTrC_id", key: "companystatus_DKnpY:status_dnTrC_id", name: "Companies", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "companystatus_DKnpY:CX8LW4gH3tGQCGAkdMgdC_status_dnTrC_id_fkey_rA": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_status_dnTrC_id_fkey_rA", key: "companystatus_DKnpY:CX8LW4gH3tGQCGAkdMgdC_status_dnTrC_id_fkey_rA", name: "Aggregate of Companies", type: "CX8LW4gH3tGQCGAkdMgdC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "companystatus_DKnpY:CX8LW4gH3tGQCGAkdMgdC_status_dnTrC_id_fkey_rG": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_status_dnTrC_id_fkey_rG", key: "companystatus_DKnpY:CX8LW4gH3tGQCGAkdMgdC_status_dnTrC_id_fkey_rG", name: "Group of Companies", type: "CX8LW4gH3tGQCGAkdMgdC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:id": { __type: "column", id: "id", key: "documentfolder_ThMxm:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:created_at": { __type: "column", id: "created_at", key: "documentfolder_ThMxm:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:name_Jy9kw": { __type: "column", id: "name_Jy9kw", key: "documentfolder_ThMxm:name_Jy9kw", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:updated_at": { __type: "column", id: "updated_at", key: "documentfolder_ThMxm:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:order_crVkL": { __type: "column", id: "order_crVkL", key: "documentfolder_ThMxm:order_crVkL", name: "Order", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:boldmain_gJarn": { __type: "column", id: "boldmain_gJarn", key: "documentfolder_ThMxm:boldmain_gJarn", name: "BoldMain", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:employee_7rCT7": { __type: "column", id: "employee_7rCT7", key: "documentfolder_ThMxm:employee_7rCT7", name: "Employee", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:migrated_BeYEP6": { __type: "column", id: "migrated_BeYEP6", key: "documentfolder_ThMxm:migrated_BeYEP6", name: "Migrated", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "documentfolder_ThMxm:company_XtMJG_id": { __type: "column", id: "company_XtMJG_id", key: "documentfolder_ThMxm:company_XtMJG_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:folders_cE7kE_id": { __type: "column", id: "folders_cE7kE_id", key: "documentfolder_ThMxm:folders_cE7kE_id", name: "Vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:folders_ybDWA_id": { __type: "column", id: "folders_ybDWA_id", key: "documentfolder_ThMxm:folders_ybDWA_id", name: "vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:project_37HaU_id": { __type: "column", id: "project_37HaU_id", key: "documentfolder_ThMxm:project_37HaU_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:documents_qxQ3m_id": { __type: "column", id: "documents_qxQ3m_id", key: "documentfolder_ThMxm:documents_qxQ3m_id", name: "Documents", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:vendor_XgQan_folders_ybDWA_id_fkey_rA": { __type: "column", id: "vendor_XgQan_folders_ybDWA_id_fkey_rA", key: "documentfolder_ThMxm:vendor_XgQan_folders_ybDWA_id_fkey_rA", name: "Aggregate of vendor", type: "vendor_XgQan_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:vendor_XgQan_folders_ybDWA_id_fkey_rG": { __type: "column", id: "vendor_XgQan_folders_ybDWA_id_fkey_rG", key: "documentfolder_ThMxm:vendor_XgQan_folders_ybDWA_id_fkey_rG", name: "Group of vendor", type: "vendor_XgQan_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:M4WbzPAkPnrEFbPJ9EGqb_documents_qxQ3m_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_documents_qxQ3m_id_fkey_rA", key: "documentfolder_ThMxm:M4WbzPAkPnrEFbPJ9EGqb_documents_qxQ3m_id_fkey_rA", name: "Aggregate of Documents", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "documentfolder_ThMxm:M4WbzPAkPnrEFbPJ9EGqb_documents_qxQ3m_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_documents_qxQ3m_id_fkey_rG", key: "documentfolder_ThMxm:M4WbzPAkPnrEFbPJ9EGqb_documents_qxQ3m_id_fkey_rG", name: "Group of Documents", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "eYfKhTAP7hQrKCnB8FNYf:id": { __type: "column", id: "id", key: "eYfKhTAP7hQrKCnB8FNYf:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "eYfKhTAP7hQrKCnB8FNYf:created_at": { __type: "column", id: "created_at", key: "eYfKhTAP7hQrKCnB8FNYf:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "eYfKhTAP7hQrKCnB8FNYf:updated_at": { __type: "column", id: "updated_at", key: "eYfKhTAP7hQrKCnB8FNYf:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "eYfKhTAP7hQrKCnB8FNYf:AQLDHCqFbpBC349bBizLQ": { __type: "column", id: "AQLDHCqFbpBC349bBizLQ", key: "eYfKhTAP7hQrKCnB8FNYf:AQLDHCqFbpBC349bBizLQ", name: "Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "eYfKhTAP7hQrKCnB8FNYf:bYecXaz7YyqnYWYGhTAif": { __type: "column", id: "bYecXaz7YyqnYWYGhTAif", key: "eYfKhTAP7hQrKCnB8FNYf:bYecXaz7YyqnYWYGhTAif", name: "Value", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "eYfKhTAP7hQrKCnB8FNYf:rJfjf6ecEtAanYPjMJRnV_id": { __type: "column", id: "rJfjf6ecEtAanYPjMJRnV_id", key: "eYfKhTAP7hQrKCnB8FNYf:rJfjf6ecEtAanYPjMJRnV_id", name: "Findings", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "eYfKhTAP7hQrKCnB8FNYf:VKa83qTAJLkmqJQJJjpgd_rJfjf6ecEtAanYPjMJRnV_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_rJfjf6ecEtAanYPjMJRnV_id_fkey_rA", key: "eYfKhTAP7hQrKCnB8FNYf:VKa83qTAJLkmqJQJJjpgd_rJfjf6ecEtAanYPjMJRnV_id_fkey_rA", name: "Aggregate of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "eYfKhTAP7hQrKCnB8FNYf:VKa83qTAJLkmqJQJJjpgd_rJfjf6ecEtAanYPjMJRnV_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_rJfjf6ecEtAanYPjMJRnV_id_fkey_rG", key: "eYfKhTAP7hQrKCnB8FNYf:VKa83qTAJLkmqJQJJjpgd_rJfjf6ecEtAanYPjMJRnV_id_fkey_rG", name: "Group of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:id": { __type: "column", id: "id", key: "ehBQEWABF8NgaTDATpUNR:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ehBQEWABF8NgaTDATpUNR:created_at": { __type: "column", id: "created_at", key: "ehBQEWABF8NgaTDATpUNR:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ehBQEWABF8NgaTDATpUNR:updated_at": { __type: "column", id: "updated_at", key: "ehBQEWABF8NgaTDATpUNR:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ehBQEWABF8NgaTDATpUNR:krUdwx4pNp4W6a3EHaRT9": { __type: "column", id: "krUdwx4pNp4W6a3EHaRT9", key: "ehBQEWABF8NgaTDATpUNR:krUdwx4pNp4W6a3EHaRT9", name: "Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ehBQEWABF8NgaTDATpUNR:FX6RtWjxXbkbFhq7bK6Ch_id": { __type: "column", id: "FX6RtWjxXbkbFhq7bK6Ch_id", key: "ehBQEWABF8NgaTDATpUNR:FX6RtWjxXbkbFhq7bK6Ch_id", name: "Parent", type: "ehBQEWABF8NgaTDATpUNR", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:PdMEX7TCCzNxHaJb3MAEK_id": { __type: "column", id: "PdMEX7TCCzNxHaJb3MAEK_id", key: "ehBQEWABF8NgaTDATpUNR:PdMEX7TCCzNxHaJb3MAEK_id", name: "Findings L3", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:beUfJNrTPQWRVKrhyiVqT_id": { __type: "column", id: "beUfJNrTPQWRVKrhyiVqT_id", key: "ehBQEWABF8NgaTDATpUNR:beUfJNrTPQWRVKrhyiVqT_id", name: "Findings L2", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:dVyjnUdCmPjgPBKbgQUVc_id": { __type: "column", id: "dVyjnUdCmPjgPBKbgQUVc_id", key: "ehBQEWABF8NgaTDATpUNR:dVyjnUdCmPjgPBKbgQUVc_id", name: "Findings L1", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:FX6RtWjxXbkbFhq7bK6Ch_id_r": { __type: "column", id: "FX6RtWjxXbkbFhq7bK6Ch_id_r", key: "ehBQEWABF8NgaTDATpUNR:FX6RtWjxXbkbFhq7bK6Ch_id_r", name: "Parent_r", type: "ehBQEWABF8NgaTDATpUNR", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_PdMEX7TCCzNxHaJb3MAEK_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_PdMEX7TCCzNxHaJb3MAEK_id_fkey_rA", key: "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_PdMEX7TCCzNxHaJb3MAEK_id_fkey_rA", name: "Aggregate of Findings L3", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_PdMEX7TCCzNxHaJb3MAEK_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_PdMEX7TCCzNxHaJb3MAEK_id_fkey_rG", key: "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_PdMEX7TCCzNxHaJb3MAEK_id_fkey_rG", name: "Group of Findings L3", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_beUfJNrTPQWRVKrhyiVqT_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_beUfJNrTPQWRVKrhyiVqT_id_fkey_rA", key: "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_beUfJNrTPQWRVKrhyiVqT_id_fkey_rA", name: "Aggregate of Findings L2", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_beUfJNrTPQWRVKrhyiVqT_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_beUfJNrTPQWRVKrhyiVqT_id_fkey_rG", key: "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_beUfJNrTPQWRVKrhyiVqT_id_fkey_rG", name: "Group of Findings L2", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_dVyjnUdCmPjgPBKbgQUVc_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_dVyjnUdCmPjgPBKbgQUVc_id_fkey_rA", key: "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_dVyjnUdCmPjgPBKbgQUVc_id_fkey_rA", name: "Aggregate of Findings L1", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_dVyjnUdCmPjgPBKbgQUVc_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_dVyjnUdCmPjgPBKbgQUVc_id_fkey_rG", key: "ehBQEWABF8NgaTDATpUNR:VKa83qTAJLkmqJQJJjpgd_dVyjnUdCmPjgPBKbgQUVc_id_fkey_rG", name: "Group of Findings L1", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:ehBQEWABF8NgaTDATpUNR_FX6RtWjxXbkbFhq7bK6Ch_id_fkey_rA": { __type: "column", id: "ehBQEWABF8NgaTDATpUNR_FX6RtWjxXbkbFhq7bK6Ch_id_fkey_rA", key: "ehBQEWABF8NgaTDATpUNR:ehBQEWABF8NgaTDATpUNR_FX6RtWjxXbkbFhq7bK6Ch_id_fkey_rA", name: "Aggregate of Children", type: "ehBQEWABF8NgaTDATpUNR_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ehBQEWABF8NgaTDATpUNR:ehBQEWABF8NgaTDATpUNR_FX6RtWjxXbkbFhq7bK6Ch_id_fkey_rG": { __type: "column", id: "ehBQEWABF8NgaTDATpUNR_FX6RtWjxXbkbFhq7bK6Ch_id_fkey_rG", key: "ehBQEWABF8NgaTDATpUNR:ehBQEWABF8NgaTDATpUNR_FX6RtWjxXbkbFhq7bK6Ch_id_fkey_rG", name: "Group of Children", type: "ehBQEWABF8NgaTDATpUNR_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:id": { __type: "column", id: "id", key: "elevation_i4KNG:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "elevation_i4KNG:id_r4jJe": { __type: "column", id: "id_r4jJe", key: "elevation_i4KNG:id_r4jJe", name: "ID", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "elevation_i4KNG:created_at": { __type: "column", id: "created_at", key: "elevation_i4KNG:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "elevation_i4KNG:note_E64xP": { __type: "column", id: "note_E64xP", key: "elevation_i4KNG:note_E64xP", name: "Note", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "elevation_i4KNG:updated_at": { __type: "column", id: "updated_at", key: "elevation_i4KNG:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "elevation_i4KNG:files_3FRKg_id": { __type: "column", id: "files_3FRKg_id", key: "elevation_i4KNG:files_3FRKg_id", name: "Files", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:levels_76QMN_id": { __type: "column", id: "levels_76QMN_id", key: "elevation_i4KNG:levels_76QMN_id", name: "Levels", type: "level_EeWec", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:company_GNiGm_id": { __type: "column", id: "company_GNiGm_id", key: "elevation_i4KNG:company_GNiGm_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:elevation_FWXqYH": { __type: "column", id: "elevation_FWXqYH", key: "elevation_i4KNG:elevation_FWXqYH", name: "Items", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:description_PmE86": { __type: "column", id: "description_PmE86", key: "elevation_i4KNG:description_PmE86", name: "Description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "elevation_i4KNG:item_elevation_FWXqYH_fkey_rA": { __type: "column", id: "item_elevation_FWXqYH_fkey_rA", key: "elevation_i4KNG:item_elevation_FWXqYH_fkey_rA", name: "Aggregate of Items", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:item_elevation_FWXqYH_fkey_rG": { __type: "column", id: "item_elevation_FWXqYH_fkey_rG", key: "elevation_i4KNG:item_elevation_FWXqYH_fkey_rG", name: "Group of Items", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:level_EeWec_levels_76QMN_id_fkey_rA": { __type: "column", id: "level_EeWec_levels_76QMN_id_fkey_rA", key: "elevation_i4KNG:level_EeWec_levels_76QMN_id_fkey_rA", name: "Aggregate of Levels", type: "level_EeWec_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:level_EeWec_levels_76QMN_id_fkey_rG": { __type: "column", id: "level_EeWec_levels_76QMN_id_fkey_rG", key: "elevation_i4KNG:level_EeWec_levels_76QMN_id_fkey_rG", name: "Group of Levels", type: "level_EeWec_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:M4WbzPAkPnrEFbPJ9EGqb_files_3FRKg_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_3FRKg_id_fkey_rA", key: "elevation_i4KNG:M4WbzPAkPnrEFbPJ9EGqb_files_3FRKg_id_fkey_rA", name: "Aggregate of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "elevation_i4KNG:M4WbzPAkPnrEFbPJ9EGqb_files_3FRKg_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_3FRKg_id_fkey_rG", key: "elevation_i4KNG:M4WbzPAkPnrEFbPJ9EGqb_files_3FRKg_id_fkey_rG", name: "Group of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "files_UKhqw:id": { __type: "column", id: "id", key: "files_UKhqw:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "files_UKhqw:created_at": { __type: "column", id: "created_at", key: "files_UKhqw:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "files_UKhqw:file_pYyyc": { __type: "column", id: "file_pYyyc", key: "files_UKhqw:file_pYyyc", name: "File", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "files_UKhqw:updated_at": { __type: "column", id: "updated_at", key: "files_UKhqw:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "files_UKhqw:files_iipGp_id": { __type: "column", id: "files_iipGp_id", key: "files_UKhqw:files_iipGp_id", name: "Comment", type: "comment_743d7", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "findingstatus_RttXG:id": { __type: "column", id: "id", key: "findingstatus_RttXG:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "findingstatus_RttXG:created_at": { __type: "column", id: "created_at", key: "findingstatus_RttXG:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "findingstatus_RttXG:updated_at": { __type: "column", id: "updated_at", key: "findingstatus_RttXG:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "findingstatus_RttXG:label_ApV8A": { __type: "column", id: "label_ApV8A", key: "findingstatus_RttXG:label_ApV8A", name: "Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "findingstatus_RttXG:order_BzxF8": { __type: "column", id: "order_BzxF8", key: "findingstatus_RttXG:order_BzxF8", name: "order", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "findingstatus_RttXG:status_HLNGU_id": { __type: "column", id: "status_HLNGU_id", key: "findingstatus_RttXG:status_HLNGU_id", name: "Findings", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "findingstatus_RttXG:display_label_L6Uih": { __type: "column", id: "display_label_L6Uih", key: "findingstatus_RttXG:display_label_L6Uih", name: "Display_Label", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "findingstatus_RttXG:VKa83qTAJLkmqJQJJjpgd_status_HLNGU_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_status_HLNGU_id_fkey_rA", key: "findingstatus_RttXG:VKa83qTAJLkmqJQJJjpgd_status_HLNGU_id_fkey_rA", name: "Aggregate of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "findingstatus_RttXG:VKa83qTAJLkmqJQJJjpgd_status_HLNGU_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_status_HLNGU_id_fkey_rG", key: "findingstatus_RttXG:VKa83qTAJLkmqJQJJjpgd_status_HLNGU_id_fkey_rG", name: "Group of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ggbUwyRYNLKJQYikaPEWV:id": { __type: "column", id: "id", key: "ggbUwyRYNLKJQYikaPEWV:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:created_at": { __type: "column", id: "created_at", key: "ggbUwyRYNLKJQYikaPEWV:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:updated_at": { __type: "column", id: "updated_at", key: "ggbUwyRYNLKJQYikaPEWV:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:unitprice_ekeQ4": { __type: "column", id: "unitprice_ekeQ4", key: "ggbUwyRYNLKJQYikaPEWV:unitprice_ekeQ4", name: "UnitPrice", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:QJh3ThyBt9mtGKaxDJjtK": { __type: "column", id: "QJh3ThyBt9mtGKaxDJjtK", key: "ggbUwyRYNLKJQYikaPEWV:QJh3ThyBt9mtGKaxDJjtK", name: "Quantity", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:YJUbjaeBizcppQWHfHKRt": { __type: "column", id: "YJUbjaeBizcppQWHfHKRt", key: "ggbUwyRYNLKJQYikaPEWV:YJUbjaeBizcppQWHfHKRt", name: "Description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:hMnzBfFrdV7ybVrkJCJGH": { __type: "column", id: "hMnzBfFrdV7ybVrkJCJGH", key: "ggbUwyRYNLKJQYikaPEWV:hMnzBfFrdV7ybVrkJCJGH", name: "UnitCost", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:p7RdqL6qFK6844MFg9mVY": { __type: "column", id: "p7RdqL6qFK6844MFg9mVY", key: "ggbUwyRYNLKJQYikaPEWV:p7RdqL6qFK6844MFg9mVY", name: "Margin", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "ggbUwyRYNLKJQYikaPEWV:ChTJMneHqzCrfJAa9rxH7_id": { __type: "column", id: "ChTJMneHqzCrfJAa9rxH7_id", key: "ggbUwyRYNLKJQYikaPEWV:ChTJMneHqzCrfJAa9rxH7_id", name: "Category", type: "D4xDNcRrCtWyURrMNbfUX", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "ggbUwyRYNLKJQYikaPEWV:dyaApYXHNPfTDqFxAJHjr_id": { __type: "column", id: "dyaApYXHNPfTDqFxAJHjr_id", key: "ggbUwyRYNLKJQYikaPEWV:dyaApYXHNPfTDqFxAJHjr_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h7gyUKELxTrcEhUxc4n4x:id": { __type: "column", id: "id", key: "h7gyUKELxTrcEhUxc4n4x:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h7gyUKELxTrcEhUxc4n4x:created_at": { __type: "column", id: "created_at", key: "h7gyUKELxTrcEhUxc4n4x:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h7gyUKELxTrcEhUxc4n4x:updated_at": { __type: "column", id: "updated_at", key: "h7gyUKELxTrcEhUxc4n4x:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h7gyUKELxTrcEhUxc4n4x:notes_fePhP_id": { __type: "column", id: "notes_fePhP_id", key: "h7gyUKELxTrcEhUxc4n4x:notes_fePhP_id", name: "Vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h7gyUKELxTrcEhUxc4n4x:hyC8iQhzW8TMK6G9HDD3q": { __type: "column", id: "hyC8iQhzW8TMK6G9HDD3q", key: "h7gyUKELxTrcEhUxc4n4x:hyC8iQhzW8TMK6G9HDD3q", name: "Message", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h7gyUKELxTrcEhUxc4n4x:qfQkPr7W6termTD3DyFrd": { __type: "column", id: "qfQkPr7W6termTD3DyFrd", key: "h7gyUKELxTrcEhUxc4n4x:qfQkPr7W6termTD3DyFrd", name: "IsScope", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h7gyUKELxTrcEhUxc4n4x:XiapfM3KCW8Pwdca3qmHn_id": { __type: "column", id: "XiapfM3KCW8Pwdca3qmHn_id", key: "h7gyUKELxTrcEhUxc4n4x:XiapfM3KCW8Pwdca3qmHn_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h7gyUKELxTrcEhUxc4n4x:rpiRCK9HBmJVxzX3rLzXE_id": { __type: "column", id: "rpiRCK9HBmJVxzX3rLzXE_id", key: "h7gyUKELxTrcEhUxc4n4x:rpiRCK9HBmJVxzX3rLzXE_id", name: "Author", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h7gyUKELxTrcEhUxc4n4x:zbckCcxUtdjiAicFjAN8y_id": { __type: "column", id: "zbckCcxUtdjiAicFjAN8y_id", key: "h7gyUKELxTrcEhUxc4n4x:zbckCcxUtdjiAicFjAN8y_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h8CVxUkfq7tacMCtcRmdm:id": { __type: "column", id: "id", key: "h8CVxUkfq7tacMCtcRmdm:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:created_at": { __type: "column", id: "created_at", key: "h8CVxUkfq7tacMCtcRmdm:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:updated_at": { __type: "column", id: "updated_at", key: "h8CVxUkfq7tacMCtcRmdm:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:renewaldate_EYiaD": { __type: "column", id: "renewaldate_EYiaD", key: "h8CVxUkfq7tacMCtcRmdm:renewaldate_EYiaD", name: "renewaldate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:H8d3yNqe6t4mnnEmVAwEe": { __type: "column", id: "H8d3yNqe6t4mnnEmVAwEe", key: "h8CVxUkfq7tacMCtcRmdm:H8d3yNqe6t4mnnEmVAwEe", name: "Title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:N6gmjfk64CJMEtGMbmzEM": { __type: "column", id: "N6gmjfk64CJMEtGMbmzEM", key: "h8CVxUkfq7tacMCtcRmdm:N6gmjfk64CJMEtGMbmzEM", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:bPwAhABW37V8ypA4zd3cH": { __type: "column", id: "bPwAhABW37V8ypA4zd3cH", key: "h8CVxUkfq7tacMCtcRmdm:bPwAhABW37V8ypA4zd3cH", name: "HireDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:certificates_MtWcy_id": { __type: "column", id: "certificates_MtWcy_id", key: "h8CVxUkfq7tacMCtcRmdm:certificates_MtWcy_id", name: "Certificates", type: "certificate_VRpTQ", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h8CVxUkfq7tacMCtcRmdm:dm4AjadceB6TRGP8mTNUU": { __type: "column", id: "dm4AjadceB6TRGP8mTNUU", key: "h8CVxUkfq7tacMCtcRmdm:dm4AjadceB6TRGP8mTNUU", name: "Acknowledgment", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:yaFqWYkEd7yp9VGg67yNa": { __type: "column", id: "yaFqWYkEd7yp9VGg67yNa", key: "h8CVxUkfq7tacMCtcRmdm:yaFqWYkEd7yp9VGg67yNa", name: "Certification", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:certificationdate_xQ38z": { __type: "column", id: "certificationdate_xQ38z", key: "h8CVxUkfq7tacMCtcRmdm:certificationdate_xQ38z", name: "certificationdate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "h8CVxUkfq7tacMCtcRmdm:VWncg8fNk9T3eUbPLTadr_id": { __type: "column", id: "VWncg8fNk9T3eUbPLTadr_id", key: "h8CVxUkfq7tacMCtcRmdm:VWncg8fNk9T3eUbPLTadr_id", name: "company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h8CVxUkfq7tacMCtcRmdm:certificate_VRpTQ_certificates_MtWcy_id_fkey_rA": { __type: "column", id: "certificate_VRpTQ_certificates_MtWcy_id_fkey_rA", key: "h8CVxUkfq7tacMCtcRmdm:certificate_VRpTQ_certificates_MtWcy_id_fkey_rA", name: "Aggregate of Certificates", type: "certificate_VRpTQ_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "h8CVxUkfq7tacMCtcRmdm:certificate_VRpTQ_certificates_MtWcy_id_fkey_rG": { __type: "column", id: "certificate_VRpTQ_certificates_MtWcy_id_fkey_rG", key: "h8CVxUkfq7tacMCtcRmdm:certificate_VRpTQ_certificates_MtWcy_id_fkey_rG", name: "Group of Certificates", type: "certificate_VRpTQ_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "hKjjycrzprjLWwT3Gnb8y:id": { __type: "column", id: "id", key: "hKjjycrzprjLWwT3Gnb8y:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "hKjjycrzprjLWwT3Gnb8y:created_at": { __type: "column", id: "created_at", key: "hKjjycrzprjLWwT3Gnb8y:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "hKjjycrzprjLWwT3Gnb8y:updated_at": { __type: "column", id: "updated_at", key: "hKjjycrzprjLWwT3Gnb8y:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "hKjjycrzprjLWwT3Gnb8y:HUjVcweNmc7pekzVaqnAC": { __type: "column", id: "HUjVcweNmc7pekzVaqnAC", key: "hKjjycrzprjLWwT3Gnb8y:HUjVcweNmc7pekzVaqnAC", name: "type", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "hKjjycrzprjLWwT3Gnb8y:R6F94Gw4QJ6J3AfpiECWj": { __type: "column", id: "R6F94Gw4QJ6J3AfpiECWj", key: "hKjjycrzprjLWwT3Gnb8y:R6F94Gw4QJ6J3AfpiECWj", name: "Date", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "hKjjycrzprjLWwT3Gnb8y:djpmT4eTGeEXMrfCCbGgP": { __type: "column", id: "djpmT4eTGeEXMrfCCbGgP", key: "hKjjycrzprjLWwT3Gnb8y:djpmT4eTGeEXMrfCCbGgP", name: "notes", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "hKjjycrzprjLWwT3Gnb8y:MRwXVNnAzffkQAYfKAfCi_id": { __type: "column", id: "MRwXVNnAzffkQAYfKAfCi_id", key: "hKjjycrzprjLWwT3Gnb8y:MRwXVNnAzffkQAYfKAfCi_id", name: "createdBy", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "hKjjycrzprjLWwT3Gnb8y:YHBbN8qPggPPB48gHPxbj_id": { __type: "column", id: "YHBbN8qPggPPB48gHPxbj_id", key: "hKjjycrzprjLWwT3Gnb8y:YHBbN8qPggPPB48gHPxbj_id", name: "contact", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "highpilepermit_zjYVm:id": { __type: "column", id: "id", key: "highpilepermit_zjYVm:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "highpilepermit_zjYVm:created_at": { __type: "column", id: "created_at", key: "highpilepermit_zjYVm:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "highpilepermit_zjYVm:file_MrFaH": { __type: "column", id: "file_MrFaH", key: "highpilepermit_zjYVm:file_MrFaH", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "highpilepermit_zjYVm:updated_at": { __type: "column", id: "updated_at", key: "highpilepermit_zjYVm:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "highpilepermit_zjYVm:site_AzYFd_id": { __type: "column", id: "site_AzYFd_id", key: "highpilepermit_zjYVm:site_AzYFd_id", name: "site", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:id": { __type: "column", id: "id", key: "item_j4NykC:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:box_7hQHeD": { __type: "column", id: "box_7hQHeD", key: "item_j4NykC:box_7hQHeD", name: "Box", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:created_at": { __type: "column", id: "created_at", key: "item_j4NykC:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:updated_at": { __type: "column", id: "updated_at", key: "item_j4NykC:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:file_Cdg4rf": { __type: "column", id: "file_Cdg4rf", key: "item_j4NykC:file_Cdg4rf", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:name_7iVEGJ": { __type: "column", id: "name_7iVEGJ", key: "item_j4NykC:name_7iVEGJ", name: "name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:task_CPzY9B": { __type: "column", id: "task_CPzY9B", key: "item_j4NykC:task_CPzY9B", name: "Task", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:order_kJAaqj": { __type: "column", id: "order_kJAaqj", key: "item_j4NykC:order_kJAaqj", name: "order", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:folder_gdpAKx": { __type: "column", id: "folder_gdpAKx", key: "item_j4NykC:folder_gdpAKx", name: "folder", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "item_j4NykC:parent_nXrkiT": { __type: "column", id: "parent_nXrkiT", key: "item_j4NykC:parent_nXrkiT", name: "Parent", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:vendor_czK6jT": { __type: "column", id: "vendor_czK6jT", key: "item_j4NykC:vendor_czK6jT", name: "Vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:company_wnf7XM": { __type: "column", id: "company_wnf7XM", key: "item_j4NykC:company_wnf7XM", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:project_8kYRqD": { __type: "column", id: "project_8kYRqD", key: "item_j4NykC:project_8kYRqD", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:material_Y4rVGJ": { __type: "column", id: "material_Y4rVGJ", key: "item_j4NykC:material_Y4rVGJ", name: "Material", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:parent_nXrkiT_r": { __type: "column", id: "parent_nXrkiT_r", key: "item_j4NykC:parent_nXrkiT_r", name: "Parent_r", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:elevation_FWXqYH": { __type: "column", id: "elevation_FWXqYH", key: "item_j4NykC:elevation_FWXqYH", name: "Elevation", type: "elevation_i4KNG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:item_parent_nXrkiT_fkey_rA": { __type: "column", id: "item_parent_nXrkiT_fkey_rA", key: "item_j4NykC:item_parent_nXrkiT_fkey_rA", name: "Aggregate of Children", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "item_j4NykC:item_parent_nXrkiT_fkey_rG": { __type: "column", id: "item_parent_nXrkiT_fkey_rG", key: "item_j4NykC:item_parent_nXrkiT_fkey_rG", name: "Group of Children", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "layoutpdf_W4HBy:id": { __type: "column", id: "id", key: "layoutpdf_W4HBy:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "layoutpdf_W4HBy:created_at": { __type: "column", id: "created_at", key: "layoutpdf_W4HBy:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "layoutpdf_W4HBy:file_rFwzY": { __type: "column", id: "file_rFwzY", key: "layoutpdf_W4HBy:file_rFwzY", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "layoutpdf_W4HBy:updated_at": { __type: "column", id: "updated_at", key: "layoutpdf_W4HBy:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "layoutpdf_W4HBy:site_gHbTG_id": { __type: "column", id: "site_gHbTG_id", key: "layoutpdf_W4HBy:site_gHbTG_id", name: "site", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "level_EeWec:id": { __type: "column", id: "id", key: "level_EeWec:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "level_EeWec:created_at": { __type: "column", id: "created_at", key: "level_EeWec:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "level_EeWec:updated_at": { __type: "column", id: "updated_at", key: "level_EeWec:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "level_EeWec:beams_yjPzB": { __type: "column", id: "beams_yjPzB", key: "level_EeWec:beams_yjPzB", name: "Beams", type: "leveleewectomaterialxqcln_gtWcK", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "level_EeWec:order_McDW3": { __type: "column", id: "order_McDW3", key: "level_EeWec:order_McDW3", name: "Order", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "level_EeWec:frames_m7jdK": { __type: "column", id: "frames_m7jdK", key: "level_EeWec:frames_m7jdK", name: "Frames", type: "leveleewectomaterialxqcln_mLBAG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "level_EeWec:beam_nwfbA_id": { __type: "column", id: "beam_nwfbA_id", key: "level_EeWec:beam_nwfbA_id", name: "Beam", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "level_EeWec:frame_DnVwY_id": { __type: "column", id: "frame_DnVwY_id", key: "level_EeWec:frame_DnVwY_id", name: "Frame", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "level_EeWec:levels_76QMN_id": { __type: "column", id: "levels_76QMN_id", key: "level_EeWec:levels_76QMN_id", name: "Elevation", type: "elevation_i4KNG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "level_EeWec:floor_to_top_of_beam_UPRtT": { __type: "column", id: "floor_to_top_of_beam_UPRtT", key: "level_EeWec:floor_to_top_of_beam_UPRtT", name: "Floor_to_top_of_beam", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "level_EeWec:top_of_beam_to_top_of_beam_kYr8F": { __type: "column", id: "top_of_beam_to_top_of_beam_kYr8F", key: "level_EeWec:top_of_beam_to_top_of_beam_kYr8F", name: "Top_of_beam_to_top_of_beam", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_gtWcK:id": { __type: "column", id: "id", key: "leveleewectomaterialxqcln_gtWcK:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_gtWcK:created_at": { __type: "column", id: "created_at", key: "leveleewectomaterialxqcln_gtWcK:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_gtWcK:updated_at": { __type: "column", id: "updated_at", key: "leveleewectomaterialxqcln_gtWcK:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_gtWcK:beams_yjPzB": { __type: "column", id: "beams_yjPzB", key: "leveleewectomaterialxqcln_gtWcK:beams_yjPzB", name: "beams_yjPzB", type: "level_EeWec", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "leveleewectomaterialxqcln_gtWcK:levels_daFwa": { __type: "column", id: "levels_daFwa", key: "leveleewectomaterialxqcln_gtWcK:levels_daFwa", name: "Beams", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "leveleewectomaterialxqcln_mLBAG:id": { __type: "column", id: "id", key: "leveleewectomaterialxqcln_mLBAG:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_mLBAG:created_at": { __type: "column", id: "created_at", key: "leveleewectomaterialxqcln_mLBAG:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_mLBAG:updated_at": { __type: "column", id: "updated_at", key: "leveleewectomaterialxqcln_mLBAG:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "leveleewectomaterialxqcln_mLBAG:frames_m7jdK": { __type: "column", id: "frames_m7jdK", key: "leveleewectomaterialxqcln_mLBAG:frames_m7jdK", name: "frames_m7jdK", type: "level_EeWec", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "leveleewectomaterialxqcln_mLBAG:frameslevels_NRp9E": { __type: "column", id: "frameslevels_NRp9E", key: "leveleewectomaterialxqcln_mLBAG:frameslevels_NRp9E", name: "Frames", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:id": { __type: "column", id: "id", key: "material_xQcLn:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:created_at": { __type: "column", id: "created_at", key: "material_xQcLn:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:face_nncB8": { __type: "column", id: "face_nncB8", key: "material_xQcLn:face_nncB8", name: "Face", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:item_P4q77": { __type: "column", id: "item_P4q77", key: "material_xQcLn:item_P4q77", name: "item", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:kind_9zDw6": { __type: "column", id: "kind_9zDw6", key: "material_xQcLn:kind_9zDw6", name: "Kind", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:size_V9xjw": { __type: "column", id: "size_V9xjw", key: "material_xQcLn:size_V9xjw", name: "size", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:type_DRVdt": { __type: "column", id: "type_DRVdt", key: "material_xQcLn:type_DRVdt", name: "Type", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:updated_at": { __type: "column", id: "updated_at", key: "material_xQcLn:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:class_MdeWL": { __type: "column", id: "class_MdeWL", key: "material_xQcLn:class_MdeWL", name: "class", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:color_8ThXY": { __type: "column", id: "color_8ThXY", key: "material_xQcLn:color_8ThXY", name: "Color", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:depth_cfN44": { __type: "column", id: "depth_cfN44", key: "material_xQcLn:depth_cfN44", name: "Depth", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:model_Gyh84": { __type: "column", id: "model_Gyh84", key: "material_xQcLn:model_Gyh84", name: "Model", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:notes_zRpNJ": { __type: "column", id: "notes_zRpNJ", key: "material_xQcLn:notes_zRpNJ", name: "Notes", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:other_LyqDp": { __type: "column", id: "other_LyqDp", key: "material_xQcLn:other_LyqDp", name: "Other", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:width_REeRf": { __type: "column", id: "width_REeRf", key: "material_xQcLn:width_REeRf", name: "Width", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:height_nePPt": { __type: "column", id: "height_nePPt", key: "material_xQcLn:height_nePPt", name: "Height", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:length_c4dyh": { __type: "column", id: "length_c4dyh", key: "material_xQcLn:length_c4dyh", name: "Length", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:levels_daFwa": { __type: "column", id: "levels_daFwa", key: "material_xQcLn:levels_daFwa", name: "BeamLevels", type: "leveleewectomaterialxqcln_gtWcK", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:other1_6PJBd": { __type: "column", id: "other1_6PJBd", key: "material_xQcLn:other1_6PJBd", name: "other_1", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:other2_irbVc": { __type: "column", id: "other2_irbVc", key: "material_xQcLn:other2_irbVc", name: "other_2", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:beam_nwfbA_id": { __type: "column", id: "beam_nwfbA_id", key: "material_xQcLn:beam_nwfbA_id", name: "Levels where Beam", type: "level_EeWec", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:files_3paGX_id": { __type: "column", id: "files_3paGX_id", key: "material_xQcLn:files_3paGX_id", name: "Files", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:frame_DnVwY_id": { __type: "column", id: "frame_DnVwY_id", key: "material_xQcLn:frame_DnVwY_id", name: "Levels where frame", type: "level_EeWec", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:material_Y4rVGJ": { __type: "column", id: "material_Y4rVGJ", key: "material_xQcLn:material_Y4rVGJ", name: "Items", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:thickness_RXnWP": { __type: "column", id: "thickness_RXnWP", key: "material_xQcLn:thickness_RXnWP", name: "Thickness", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:company_gEGap_id": { __type: "column", id: "company_gEGap_id", key: "material_xQcLn:company_gEGap_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:finding_ATGyq_id": { __type: "column", id: "finding_ATGyq_id", key: "material_xQcLn:finding_ATGyq_id", name: "finding_ATGyq_id", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:identifier_VndGK": { __type: "column", id: "identifier_VndGK", key: "material_xQcLn:identifier_VndGK", name: "Identifier", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:findings_yaN3Q_id": { __type: "column", id: "findings_yaN3Q_id", key: "material_xQcLn:findings_yaN3Q_id", name: "Findings", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:locks_yesno_iCMNt": { __type: "column", id: "locks_yesno_iCMNt", key: "material_xQcLn:locks_yesno_iCMNt", name: "Locks_Yes_NO", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:material_KYffa_id": { __type: "column", id: "material_KYffa_id", key: "material_xQcLn:material_KYffa_id", name: "material_files_new", type: "materialfilenew_pWTnB", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:material_kFwGY_id": { __type: "column", id: "material_kFwGY_id", key: "material_xQcLn:material_kFwGY_id", name: "FindingsWhereUsed", type: "materialfinding_epHfh", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:frameslevels_NRp9E": { __type: "column", id: "frameslevels_NRp9E", key: "material_xQcLn:frameslevels_NRp9E", name: "FramesLevels", type: "leveleewectomaterialxqcln_mLBAG", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:manufacturer_Vc7Kp": { __type: "column", id: "manufacturer_Vc7Kp", key: "material_xQcLn:manufacturer_Vc7Kp", name: "Manufacturer", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:footplate_depth_PCjqy": { __type: "column", id: "footplate_depth_PCjqy", key: "material_xQcLn:footplate_depth_PCjqy", name: "Footplate_Depth", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:footplate_holes_LBC6M": { __type: "column", id: "footplate_holes_LBC6M", key: "material_xQcLn:footplate_holes_LBC6M", name: "Footplate_Holes", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:footplate_width_Y6hCx": { __type: "column", id: "footplate_width_Y6hCx", key: "material_xQcLn:footplate_width_Y6hCx", name: "Footplate_Width", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:materialfiles_4YVGQ_id": { __type: "column", id: "materialfiles_4YVGQ_id", key: "material_xQcLn:materialfiles_4YVGQ_id", name: "material_files", type: "materialfile_qUHdN", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:end_connector_type_AAFt9": { __type: "column", id: "end_connector_type_AAFt9", key: "material_xQcLn:end_connector_type_AAFt9", name: "End_Connector_Type", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:footplate_thickness_VxaT9": { __type: "column", id: "footplate_thickness_VxaT9", key: "material_xQcLn:footplate_thickness_VxaT9", name: "Footplate_Thickness", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:bracing_panel_brakdown_yCp6c": { __type: "column", id: "bracing_panel_brakdown_yCp6c", key: "material_xQcLn:bracing_panel_brakdown_yCp6c", name: "Bracing_Panel_Brakdown", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:item_material_Y4rVGJ_fkey_rA": { __type: "column", id: "item_material_Y4rVGJ_fkey_rA", key: "material_xQcLn:item_material_Y4rVGJ_fkey_rA", name: "Aggregate of Items", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:item_material_Y4rVGJ_fkey_rG": { __type: "column", id: "item_material_Y4rVGJ_fkey_rG", key: "material_xQcLn:item_material_Y4rVGJ_fkey_rG", name: "Group of Items", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:column_dimensions_depth_J8hCh": { __type: "column", id: "column_dimensions_depth_J8hCh", key: "material_xQcLn:column_dimensions_depth_J8hCh", name: "Column_Dimensions_Depth", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:column_dimensions_width_XMcyB": { __type: "column", id: "column_dimensions_width_XMcyB", key: "material_xQcLn:column_dimensions_width_XMcyB", name: "Column_Dimensions_Width", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:diagonal_bracing_length_YjttN": { __type: "column", id: "diagonal_bracing_length_YjttN", key: "material_xQcLn:diagonal_bracing_length_YjttN", name: "Diagonal_Bracing_Length", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:horizontal_bracing_length_GVFAm": { __type: "column", id: "horizontal_bracing_length_GVFAm", key: "material_xQcLn:horizontal_bracing_length_GVFAm", name: "Horizontal_Bracing_Length", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:diagonal_bracing_thickness_eiCCc": { __type: "column", id: "diagonal_bracing_thickness_eiCCc", key: "material_xQcLn:diagonal_bracing_thickness_eiCCc", name: "Diagonal_Bracing_Thickness", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:diagonal_bracing_dimensions_FERbc": { __type: "column", id: "diagonal_bracing_dimensions_FERbc", key: "material_xQcLn:diagonal_bracing_dimensions_FERbc", name: "Diagonal_Bracing_Dimensions", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:level_EeWec_beam_nwfbA_id_fkey_rA": { __type: "column", id: "level_EeWec_beam_nwfbA_id_fkey_rA", key: "material_xQcLn:level_EeWec_beam_nwfbA_id_fkey_rA", name: "Aggregate of Levels where Beam", type: "level_EeWec_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:level_EeWec_beam_nwfbA_id_fkey_rG": { __type: "column", id: "level_EeWec_beam_nwfbA_id_fkey_rG", key: "material_xQcLn:level_EeWec_beam_nwfbA_id_fkey_rG", name: "Group of Levels where Beam", type: "level_EeWec_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:horizontal_bracing_thickness_eyxrX": { __type: "column", id: "horizontal_bracing_thickness_eyxrX", key: "material_xQcLn:horizontal_bracing_thickness_eyxrX", name: "Horizontal_Bracing_Thickness", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "material_xQcLn:level_EeWec_frame_DnVwY_id_fkey_rA": { __type: "column", id: "level_EeWec_frame_DnVwY_id_fkey_rA", key: "material_xQcLn:level_EeWec_frame_DnVwY_id_fkey_rA", name: "Aggregate of Levels where frame", type: "level_EeWec_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:level_EeWec_frame_DnVwY_id_fkey_rG": { __type: "column", id: "level_EeWec_frame_DnVwY_id_fkey_rG", key: "material_xQcLn:level_EeWec_frame_DnVwY_id_fkey_rG", name: "Group of Levels where frame", type: "level_EeWec_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:M4WbzPAkPnrEFbPJ9EGqb_files_3paGX_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_3paGX_id_fkey_rA", key: "material_xQcLn:M4WbzPAkPnrEFbPJ9EGqb_files_3paGX_id_fkey_rA", name: "Aggregate of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:M4WbzPAkPnrEFbPJ9EGqb_files_3paGX_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_3paGX_id_fkey_rG", key: "material_xQcLn:M4WbzPAkPnrEFbPJ9EGqb_files_3paGX_id_fkey_rG", name: "Group of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:VKa83qTAJLkmqJQJJjpgd_findings_yaN3Q_id_fkey_rA": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_findings_yaN3Q_id_fkey_rA", key: "material_xQcLn:VKa83qTAJLkmqJQJJjpgd_findings_yaN3Q_id_fkey_rA", name: "Aggregate of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:VKa83qTAJLkmqJQJJjpgd_findings_yaN3Q_id_fkey_rG": { __type: "column", id: "VKa83qTAJLkmqJQJJjpgd_findings_yaN3Q_id_fkey_rG", key: "material_xQcLn:VKa83qTAJLkmqJQJJjpgd_findings_yaN3Q_id_fkey_rG", name: "Group of Findings", type: "VKa83qTAJLkmqJQJJjpgd_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:materialfilenew_pWTnB_material_KYffa_id_fkey_rA": { __type: "column", id: "materialfilenew_pWTnB_material_KYffa_id_fkey_rA", key: "material_xQcLn:materialfilenew_pWTnB_material_KYffa_id_fkey_rA", name: "Aggregate of material_files_new", type: "materialfilenew_pWTnB_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:materialfilenew_pWTnB_material_KYffa_id_fkey_rG": { __type: "column", id: "materialfilenew_pWTnB_material_KYffa_id_fkey_rG", key: "material_xQcLn:materialfilenew_pWTnB_material_KYffa_id_fkey_rG", name: "Group of material_files_new", type: "materialfilenew_pWTnB_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:materialfinding_epHfh_material_kFwGY_id_fkey_rA": { __type: "column", id: "materialfinding_epHfh_material_kFwGY_id_fkey_rA", key: "material_xQcLn:materialfinding_epHfh_material_kFwGY_id_fkey_rA", name: "Aggregate of FindingsWhereUsed", type: "materialfinding_epHfh_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:materialfinding_epHfh_material_kFwGY_id_fkey_rG": { __type: "column", id: "materialfinding_epHfh_material_kFwGY_id_fkey_rG", key: "material_xQcLn:materialfinding_epHfh_material_kFwGY_id_fkey_rG", name: "Group of FindingsWhereUsed", type: "materialfinding_epHfh_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:materialfile_qUHdN_materialfiles_4YVGQ_id_fkey_rA": { __type: "column", id: "materialfile_qUHdN_materialfiles_4YVGQ_id_fkey_rA", key: "material_xQcLn:materialfile_qUHdN_materialfiles_4YVGQ_id_fkey_rA", name: "Aggregate of material_files", type: "materialfile_qUHdN_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:materialfile_qUHdN_materialfiles_4YVGQ_id_fkey_rG": { __type: "column", id: "materialfile_qUHdN_materialfiles_4YVGQ_id_fkey_rG", key: "material_xQcLn:materialfile_qUHdN_materialfiles_4YVGQ_id_fkey_rG", name: "Group of material_files", type: "materialfile_qUHdN_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:leveleewectomaterialxqcln_gtWcK_levels_daFwa_fkey_rA": { __type: "column", id: "leveleewectomaterialxqcln_gtWcK_levels_daFwa_fkey_rA", key: "material_xQcLn:leveleewectomaterialxqcln_gtWcK_levels_daFwa_fkey_rA", name: "Aggregate of BeamLevels", type: "leveleewectomaterialxqcln_gtWcK_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:leveleewectomaterialxqcln_gtWcK_levels_daFwa_fkey_rG": { __type: "column", id: "leveleewectomaterialxqcln_gtWcK_levels_daFwa_fkey_rG", key: "material_xQcLn:leveleewectomaterialxqcln_gtWcK_levels_daFwa_fkey_rG", name: "Group of BeamLevels", type: "leveleewectomaterialxqcln_gtWcK_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:leveleewectomaterialxqcln_mLBAG_frameslevels_NRp9E_fkey_rA": { __type: "column", id: "leveleewectomaterialxqcln_mLBAG_frameslevels_NRp9E_fkey_rA", key: "material_xQcLn:leveleewectomaterialxqcln_mLBAG_frameslevels_NRp9E_fkey_rA", name: "Aggregate of FramesLevels", type: "leveleewectomaterialxqcln_mLBAG_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "material_xQcLn:leveleewectomaterialxqcln_mLBAG_frameslevels_NRp9E_fkey_rG": { __type: "column", id: "leveleewectomaterialxqcln_mLBAG_frameslevels_NRp9E_fkey_rG", key: "material_xQcLn:leveleewectomaterialxqcln_mLBAG_frameslevels_NRp9E_fkey_rG", name: "Group of FramesLevels", type: "leveleewectomaterialxqcln_mLBAG_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "materialfilenew_pWTnB:id": { __type: "column", id: "id", key: "materialfilenew_pWTnB:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfilenew_pWTnB:created_at": { __type: "column", id: "created_at", key: "materialfilenew_pWTnB:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfilenew_pWTnB:file_cVHTf": { __type: "column", id: "file_cVHTf", key: "materialfilenew_pWTnB:file_cVHTf", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "materialfilenew_pWTnB:updated_at": { __type: "column", id: "updated_at", key: "materialfilenew_pWTnB:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfilenew_pWTnB:columnid_VFE37": { __type: "column", id: "columnid_VFE37", key: "materialfilenew_pWTnB:columnid_VFE37", name: "column_id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfilenew_pWTnB:material_KYffa_id": { __type: "column", id: "material_KYffa_id", key: "materialfilenew_pWTnB:material_KYffa_id", name: "material", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "materialfinding_epHfh:id": { __type: "column", id: "id", key: "materialfinding_epHfh:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfinding_epHfh:created_at": { __type: "column", id: "created_at", key: "materialfinding_epHfh:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfinding_epHfh:updated_at": { __type: "column", id: "updated_at", key: "materialfinding_epHfh:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfinding_epHfh:status_L3M8A": { __type: "column", id: "status_L3M8A", key: "materialfinding_epHfh:status_L3M8A", name: "Status", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "materialfinding_epHfh:company_fL3Tc_id": { __type: "column", id: "company_fL3Tc_id", key: "materialfinding_epHfh:company_fL3Tc_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "materialfinding_epHfh:finding_38KX9_id": { __type: "column", id: "finding_38KX9_id", key: "materialfinding_epHfh:finding_38KX9_id", name: "Finding", type: "VKa83qTAJLkmqJQJJjpgd", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "materialfinding_epHfh:material_kFwGY_id": { __type: "column", id: "material_kFwGY_id", key: "materialfinding_epHfh:material_kFwGY_id", name: "Material", type: "material_xQcLn", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "mjVRPqFPpTjaXN8nzVCMa:id": { __type: "column", id: "id", key: "mjVRPqFPpTjaXN8nzVCMa:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "mjVRPqFPpTjaXN8nzVCMa:created_at": { __type: "column", id: "created_at", key: "mjVRPqFPpTjaXN8nzVCMa:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "mjVRPqFPpTjaXN8nzVCMa:updated_at": { __type: "column", id: "updated_at", key: "mjVRPqFPpTjaXN8nzVCMa:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "mjVRPqFPpTjaXN8nzVCMa:Wf6qYY3tGmrjLAU4pVr76": { __type: "column", id: "Wf6qYY3tGmrjLAU4pVr76", key: "mjVRPqFPpTjaXN8nzVCMa:Wf6qYY3tGmrjLAU4pVr76", name: "Closed", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "mjVRPqFPpTjaXN8nzVCMa:pLDwfMicfxWYPizD7HJe7": { __type: "column", id: "pLDwfMicfxWYPizD7HJe7", key: "mjVRPqFPpTjaXN8nzVCMa:pLDwfMicfxWYPizD7HJe7", name: "Date", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "mjVRPqFPpTjaXN8nzVCMa:AYP76UbkxgtfXWAeJpBAt_id": { __type: "column", id: "AYP76UbkxgtfXWAeJpBAt_id", key: "mjVRPqFPpTjaXN8nzVCMa:AYP76UbkxgtfXWAeJpBAt_id", name: "Todos", type: "W67NVtwNdUtxJKjtHpnYh", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "mjVRPqFPpTjaXN8nzVCMa:QzrV7TxqEgdGRbcYf7fyN_id": { __type: "column", id: "QzrV7TxqEgdGRbcYf7fyN_id", key: "mjVRPqFPpTjaXN8nzVCMa:QzrV7TxqEgdGRbcYf7fyN_id", name: "SCS", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "mjVRPqFPpTjaXN8nzVCMa:ga9kRmkkFBehyWknJMWEE_id": { __type: "column", id: "ga9kRmkkFBehyWknJMWEE_id", key: "mjVRPqFPpTjaXN8nzVCMa:ga9kRmkkFBehyWknJMWEE_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "mjVRPqFPpTjaXN8nzVCMa:W67NVtwNdUtxJKjtHpnYh_AYP76UbkxgtfXWAeJpBAt_id_fkey_rA": { __type: "column", id: "W67NVtwNdUtxJKjtHpnYh_AYP76UbkxgtfXWAeJpBAt_id_fkey_rA", key: "mjVRPqFPpTjaXN8nzVCMa:W67NVtwNdUtxJKjtHpnYh_AYP76UbkxgtfXWAeJpBAt_id_fkey_rA", name: "Aggregate of Todos", type: "W67NVtwNdUtxJKjtHpnYh_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "mjVRPqFPpTjaXN8nzVCMa:W67NVtwNdUtxJKjtHpnYh_AYP76UbkxgtfXWAeJpBAt_id_fkey_rG": { __type: "column", id: "W67NVtwNdUtxJKjtHpnYh_AYP76UbkxgtfXWAeJpBAt_id_fkey_rG", key: "mjVRPqFPpTjaXN8nzVCMa:W67NVtwNdUtxJKjtHpnYh_AYP76UbkxgtfXWAeJpBAt_id_fkey_rG", name: "Group of Todos", type: "W67NVtwNdUtxJKjtHpnYh_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "page_fxbxC:id": { __type: "column", id: "id", key: "page_fxbxC:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "page_fxbxC:created_at": { __type: "column", id: "created_at", key: "page_fxbxC:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "page_fxbxC:updated_at": { __type: "column", id: "updated_at", key: "page_fxbxC:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "page_fxbxC:order_WPzTe": { __type: "column", id: "order_WPzTe", key: "page_fxbxC:order_WPzTe", name: "Order", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "page_fxbxC:content_a3bHF": { __type: "column", id: "content_a3bHF", key: "page_fxbxC:content_a3bHF", name: "Content", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "page_fxbxC:pagename_mR3xU": { __type: "column", id: "pagename_mR3xU", key: "page_fxbxC:pagename_mR3xU", name: "PageName", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "page_fxbxC:pages_AbhXT_id": { __type: "column", id: "pages_AbhXT_id", key: "page_fxbxC:pages_AbhXT_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "page_fxbxC:fullwidth_brP9j": { __type: "column", id: "fullwidth_brP9j", key: "page_fxbxC:fullwidth_brP9j", name: "FullWidth", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pagetemplate_aY44T:id": { __type: "column", id: "id", key: "pagetemplate_aY44T:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pagetemplate_aY44T:created_at": { __type: "column", id: "created_at", key: "pagetemplate_aY44T:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pagetemplate_aY44T:updated_at": { __type: "column", id: "updated_at", key: "pagetemplate_aY44T:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pagetemplate_aY44T:content_gUEBY": { __type: "column", id: "content_gUEBY", key: "pagetemplate_aY44T:content_gUEBY", name: "Content", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pagetemplate_aY44T:pagename_FaRgG": { __type: "column", id: "pagename_FaRgG", key: "pagetemplate_aY44T:pagename_FaRgG", name: "PageName", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pagetemplate_aY44T:description_V6xFe": { __type: "column", id: "description_V6xFe", key: "pagetemplate_aY44T:description_V6xFe", name: "Description", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "parentcompanytag_tNWGG:id": { __type: "column", id: "id", key: "parentcompanytag_tNWGG:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "parentcompanytag_tNWGG:created_at": { __type: "column", id: "created_at", key: "parentcompanytag_tNWGG:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "parentcompanytag_tNWGG:name_N6LDt": { __type: "column", id: "name_N6LDt", key: "parentcompanytag_tNWGG:name_N6LDt", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "parentcompanytag_tNWGG:updated_at": { __type: "column", id: "updated_at", key: "parentcompanytag_tNWGG:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "parentcompanytag_tNWGG:companies_8aBkF_id": { __type: "column", id: "companies_8aBkF_id", key: "parentcompanytag_tNWGG:companies_8aBkF_id", name: "Companies", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "parentcompanytag_tNWGG:CX8LW4gH3tGQCGAkdMgdC_companies_8aBkF_id_fkey_rA": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_companies_8aBkF_id_fkey_rA", key: "parentcompanytag_tNWGG:CX8LW4gH3tGQCGAkdMgdC_companies_8aBkF_id_fkey_rA", name: "Aggregate of Companies", type: "CX8LW4gH3tGQCGAkdMgdC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "parentcompanytag_tNWGG:CX8LW4gH3tGQCGAkdMgdC_companies_8aBkF_id_fkey_rG": { __type: "column", id: "CX8LW4gH3tGQCGAkdMgdC_companies_8aBkF_id_fkey_rG", key: "parentcompanytag_tNWGG:CX8LW4gH3tGQCGAkdMgdC_companies_8aBkF_id_fkey_rG", name: "Group of Companies", type: "CX8LW4gH3tGQCGAkdMgdC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:id": { __type: "column", id: "id", key: "pbewznDkW9FqUatbedqPi:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:created_at": { __type: "column", id: "created_at", key: "pbewznDkW9FqUatbedqPi:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:updated_at": { __type: "column", id: "updated_at", key: "pbewznDkW9FqUatbedqPi:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:contacts_8XEp9_id": { __type: "column", id: "contacts_8XEp9_id", key: "pbewznDkW9FqUatbedqPi:contacts_8XEp9_id", name: "Vendor", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:AQprV4VhqtnGNpeXjgdHb": { __type: "column", id: "AQprV4VhqtnGNpeXjgdHb", key: "pbewznDkW9FqUatbedqPi:AQprV4VhqtnGNpeXjgdHb", name: "FollowupDate", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:B3DYM7bJQcNDXHTrwUKcC": { __type: "column", id: "B3DYM7bJQcNDXHTrwUKcC", key: "pbewznDkW9FqUatbedqPi:B3DYM7bJQcNDXHTrwUKcC", name: "lastName", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:DbDt43C8ixgDjyd73Vy9L": { __type: "column", id: "DbDt43C8ixgDjyd73Vy9L", key: "pbewznDkW9FqUatbedqPi:DbDt43C8ixgDjyd73Vy9L", name: "RSA", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:Hex8zgV3VzLnCbwh3Y7jX": { __type: "column", id: "Hex8zgV3VzLnCbwh3Y7jX", key: "pbewznDkW9FqUatbedqPi:Hex8zgV3VzLnCbwh3Y7jX", name: "DashboardAccess", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:JkNX4qE8yptBxTPhiAFcy": { __type: "column", id: "JkNX4qE8yptBxTPhiAFcy", key: "pbewznDkW9FqUatbedqPi:JkNX4qE8yptBxTPhiAFcy", name: "email", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:W8ArnTzaEzL4EHmnLhNUx": { __type: "column", id: "W8ArnTzaEzL4EHmnLhNUx", key: "pbewznDkW9FqUatbedqPi:W8ArnTzaEzL4EHmnLhNUx", name: "phone", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:c9bcWcPhhPFVrcmDbeGzb": { __type: "column", id: "c9bcWcPhhPFVrcmDbeGzb", key: "pbewznDkW9FqUatbedqPi:c9bcWcPhhPFVrcmDbeGzb", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:certificates_KMy4M_id": { __type: "column", id: "certificates_KMy4M_id", key: "pbewznDkW9FqUatbedqPi:certificates_KMy4M_id", name: "Certificates", type: "certificate_VRpTQ", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:hhKyBaMQrNye4dFKmCT9H": { __type: "column", id: "hhKyBaMQrNye4dFKmCT9H", key: "pbewznDkW9FqUatbedqPi:hhKyBaMQrNye4dFKmCT9H", name: "hhKyBaMQrNye4dFKmCT9H", type: "number", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:kpa9pdFWTNAXehXTEUtig": { __type: "column", id: "kpa9pdFWTNAXehXTEUtig", key: "pbewznDkW9FqUatbedqPi:kpa9pdFWTNAXehXTEUtig", name: "title", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:pBKLnbAUPVMEk7aa7bbi7": { __type: "column", id: "pBKLnbAUPVMEk7aa7bbi7", key: "pbewznDkW9FqUatbedqPi:pBKLnbAUPVMEk7aa7bbi7", name: "Cell", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:rpAfGRhC3eWMar4e4fiNB": { __type: "column", id: "rpAfGRhC3eWMar4e4fiNB", key: "pbewznDkW9FqUatbedqPi:rpAfGRhC3eWMar4e4fiNB", name: "FirstName", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "pbewznDkW9FqUatbedqPi:primarycontact_HrWhg_id": { __type: "column", id: "primarycontact_HrWhg_id", key: "pbewznDkW9FqUatbedqPi:primarycontact_HrWhg_id", name: "Vendors", type: "vendor_XgQan", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:FC4VmmfmhpL78469rCeeX_id": { __type: "column", id: "FC4VmmfmhpL78469rCeeX_id", key: "pbewznDkW9FqUatbedqPi:FC4VmmfmhpL78469rCeeX_id", name: "Tasks", type: "bqaGLpfHfMqGeV78MtxDp", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:QzrV7TxqEgdGRbcYf7fyN_id": { __type: "column", id: "QzrV7TxqEgdGRbcYf7fyN_id", key: "pbewznDkW9FqUatbedqPi:QzrV7TxqEgdGRbcYf7fyN_id", name: "SCSInspections", type: "mjVRPqFPpTjaXN8nzVCMa", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:RBJGQx6JUcPLqyK4dLYzb_id": { __type: "column", id: "RBJGQx6JUcPLqyK4dLYzb_id", key: "pbewznDkW9FqUatbedqPi:RBJGQx6JUcPLqyK4dLYzb_id", name: "type", type: "Gi3iEaAyz9YiTcVdcjqTz", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:TJ6WJEnMY8itFaU63ThWb_id": { __type: "column", id: "TJ6WJEnMY8itFaU63ThWb_id", key: "pbewznDkW9FqUatbedqPi:TJ6WJEnMY8itFaU63ThWb_id", name: "status", type: "LKhxWLdTKwprqAEhHcVyz", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:VFMgyiGNmDiXtUBEMyxDk_id": { __type: "column", id: "VFMgyiGNmDiXtUBEMyxDk_id", key: "pbewznDkW9FqUatbedqPi:VFMgyiGNmDiXtUBEMyxDk_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:YHBbN8qPggPPB48gHPxbj_id": { __type: "column", id: "YHBbN8qPggPPB48gHPxbj_id", key: "pbewznDkW9FqUatbedqPi:YHBbN8qPggPPB48gHPxbj_id", name: "followups", type: "hKjjycrzprjLWwT3Gnb8y", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:gK89LciMmwreL6BprTXt4_id": { __type: "column", id: "gK89LciMmwreL6BprTXt4_id", key: "pbewznDkW9FqUatbedqPi:gK89LciMmwreL6BprTXt4_id", name: "Projects", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:hM48JXwrrzrBcrw8EYVdw_id": { __type: "column", id: "hM48JXwrrzrBcrw8EYVdw_id", key: "pbewznDkW9FqUatbedqPi:hM48JXwrrzrBcrw8EYVdw_id", name: "User", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:hb4AAeH8JFagn44dVhiiq_id": { __type: "column", id: "hb4AAeH8JFagn44dVhiiq_id", key: "pbewznDkW9FqUatbedqPi:hb4AAeH8JFagn44dVhiiq_id", name: "SalesUser", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:iGi3W69wwXdXQnMByQmmY_id": { __type: "column", id: "iGi3W69wwXdXQnMByQmmY_id", key: "pbewznDkW9FqUatbedqPi:iGi3W69wwXdXQnMByQmmY_id", name: "UserforProfile", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:iQfjzMtqpyjLRkrig3e4g_id": { __type: "column", id: "iQfjzMtqpyjLRkrig3e4g_id", key: "pbewznDkW9FqUatbedqPi:iQfjzMtqpyjLRkrig3e4g_id", name: "CompanyWhereSCS", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:vendor_XgQan_primarycontact_HrWhg_id_fkey_rA": { __type: "column", id: "vendor_XgQan_primarycontact_HrWhg_id_fkey_rA", key: "pbewznDkW9FqUatbedqPi:vendor_XgQan_primarycontact_HrWhg_id_fkey_rA", name: "Aggregate of Vendors", type: "vendor_XgQan_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:vendor_XgQan_primarycontact_HrWhg_id_fkey_rG": { __type: "column", id: "vendor_XgQan_primarycontact_HrWhg_id_fkey_rG", key: "pbewznDkW9FqUatbedqPi:vendor_XgQan_primarycontact_HrWhg_id_fkey_rG", name: "Group of Vendors", type: "vendor_XgQan_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:certificate_VRpTQ_certificates_KMy4M_id_fkey_rA": { __type: "column", id: "certificate_VRpTQ_certificates_KMy4M_id_fkey_rA", key: "pbewznDkW9FqUatbedqPi:certificate_VRpTQ_certificates_KMy4M_id_fkey_rA", name: "Aggregate of Certificates", type: "certificate_VRpTQ_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:certificate_VRpTQ_certificates_KMy4M_id_fkey_rG": { __type: "column", id: "certificate_VRpTQ_certificates_KMy4M_id_fkey_rG", key: "pbewznDkW9FqUatbedqPi:certificate_VRpTQ_certificates_KMy4M_id_fkey_rG", name: "Group of Certificates", type: "certificate_VRpTQ_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:WAz8nVENp8mnw38akRh4i_gK89LciMmwreL6BprTXt4_id_fkey_rA": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_gK89LciMmwreL6BprTXt4_id_fkey_rA", key: "pbewznDkW9FqUatbedqPi:WAz8nVENp8mnw38akRh4i_gK89LciMmwreL6BprTXt4_id_fkey_rA", name: "Aggregate of Projects", type: "WAz8nVENp8mnw38akRh4i_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:WAz8nVENp8mnw38akRh4i_gK89LciMmwreL6BprTXt4_id_fkey_rG": { __type: "column", id: "WAz8nVENp8mnw38akRh4i_gK89LciMmwreL6BprTXt4_id_fkey_rG", key: "pbewznDkW9FqUatbedqPi:WAz8nVENp8mnw38akRh4i_gK89LciMmwreL6BprTXt4_id_fkey_rG", name: "Group of Projects", type: "WAz8nVENp8mnw38akRh4i_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:bqaGLpfHfMqGeV78MtxDp_FC4VmmfmhpL78469rCeeX_id_fkey_rA": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_FC4VmmfmhpL78469rCeeX_id_fkey_rA", key: "pbewznDkW9FqUatbedqPi:bqaGLpfHfMqGeV78MtxDp_FC4VmmfmhpL78469rCeeX_id_fkey_rA", name: "Aggregate of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:bqaGLpfHfMqGeV78MtxDp_FC4VmmfmhpL78469rCeeX_id_fkey_rG": { __type: "column", id: "bqaGLpfHfMqGeV78MtxDp_FC4VmmfmhpL78469rCeeX_id_fkey_rG", key: "pbewznDkW9FqUatbedqPi:bqaGLpfHfMqGeV78MtxDp_FC4VmmfmhpL78469rCeeX_id_fkey_rG", name: "Group of Tasks", type: "bqaGLpfHfMqGeV78MtxDp_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:hKjjycrzprjLWwT3Gnb8y_YHBbN8qPggPPB48gHPxbj_id_fkey_rA": { __type: "column", id: "hKjjycrzprjLWwT3Gnb8y_YHBbN8qPggPPB48gHPxbj_id_fkey_rA", key: "pbewznDkW9FqUatbedqPi:hKjjycrzprjLWwT3Gnb8y_YHBbN8qPggPPB48gHPxbj_id_fkey_rA", name: "Aggregate of followups", type: "hKjjycrzprjLWwT3Gnb8y_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:hKjjycrzprjLWwT3Gnb8y_YHBbN8qPggPPB48gHPxbj_id_fkey_rG": { __type: "column", id: "hKjjycrzprjLWwT3Gnb8y_YHBbN8qPggPPB48gHPxbj_id_fkey_rG", key: "pbewznDkW9FqUatbedqPi:hKjjycrzprjLWwT3Gnb8y_YHBbN8qPggPPB48gHPxbj_id_fkey_rG", name: "Group of followups", type: "hKjjycrzprjLWwT3Gnb8y_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:mjVRPqFPpTjaXN8nzVCMa_QzrV7TxqEgdGRbcYf7fyN_id_fkey_rA": { __type: "column", id: "mjVRPqFPpTjaXN8nzVCMa_QzrV7TxqEgdGRbcYf7fyN_id_fkey_rA", key: "pbewznDkW9FqUatbedqPi:mjVRPqFPpTjaXN8nzVCMa_QzrV7TxqEgdGRbcYf7fyN_id_fkey_rA", name: "Aggregate of SCSInspections", type: "mjVRPqFPpTjaXN8nzVCMa_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "pbewznDkW9FqUatbedqPi:mjVRPqFPpTjaXN8nzVCMa_QzrV7TxqEgdGRbcYf7fyN_id_fkey_rG": { __type: "column", id: "mjVRPqFPpTjaXN8nzVCMa_QzrV7TxqEgdGRbcYf7fyN_id_fkey_rG", key: "pbewznDkW9FqUatbedqPi:mjVRPqFPpTjaXN8nzVCMa_QzrV7TxqEgdGRbcYf7fyN_id_fkey_rG", name: "Group of SCSInspections", type: "mjVRPqFPpTjaXN8nzVCMa_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "permit_QzKAc:id": { __type: "column", id: "id", key: "permit_QzKAc:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "permit_QzKAc:created_at": { __type: "column", id: "created_at", key: "permit_QzKAc:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "permit_QzKAc:file_DyYN7": { __type: "column", id: "file_DyYN7", key: "permit_QzKAc:file_DyYN7", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "permit_QzKAc:updated_at": { __type: "column", id: "updated_at", key: "permit_QzKAc:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "permit_QzKAc:site_ktawR_id": { __type: "column", id: "site_ktawR_id", key: "permit_QzKAc:site_ktawR_id", name: "site", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "projectview_R89tKn:id": { __type: "column", id: "id", key: "projectview_R89tKn:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "projectview_R89tKn:created_at": { __type: "column", id: "created_at", key: "projectview_R89tKn:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "projectview_R89tKn:updated_at": { __type: "column", id: "updated_at", key: "projectview_R89tKn:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "projectview_R89tKn:name_V6way4": { __type: "column", id: "name_V6way4", key: "projectview_R89tKn:name_V6way4", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "projectview_R89tKn:sort_FNTVGH": { __type: "column", id: "sort_FNTVGH", key: "projectview_R89tKn:sort_FNTVGH", name: "Sort", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "projectview_R89tKn:filter_hectmy": { __type: "column", id: "filter_hectmy", key: "projectview_R89tKn:filter_hectmy", name: "Filter", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "projectview_R89tKn:logicalop_W3gV67": { __type: "column", id: "logicalop_W3gV67", key: "projectview_R89tKn:logicalop_W3gV67", name: "logicalop", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "racksafetyawareness_936Rw:id": { __type: "column", id: "id", key: "racksafetyawareness_936Rw:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "racksafetyawareness_936Rw:created_at": { __type: "column", id: "created_at", key: "racksafetyawareness_936Rw:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "racksafetyawareness_936Rw:file_db7F9": { __type: "column", id: "file_db7F9", key: "racksafetyawareness_936Rw:file_db7F9", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "racksafetyawareness_936Rw:updated_at": { __type: "column", id: "updated_at", key: "racksafetyawareness_936Rw:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "racksafetyawarenessexternal_QNFEQ:id": { __type: "column", id: "id", key: "racksafetyawarenessexternal_QNFEQ:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "racksafetyawarenessexternal_QNFEQ:created_at": { __type: "column", id: "created_at", key: "racksafetyawarenessexternal_QNFEQ:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "racksafetyawarenessexternal_QNFEQ:file_xTGDq": { __type: "column", id: "file_xTGDq", key: "racksafetyawarenessexternal_QNFEQ:file_xTGDq", name: "file", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "racksafetyawarenessexternal_QNFEQ:updated_at": { __type: "column", id: "updated_at", key: "racksafetyawarenessexternal_QNFEQ:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "usercompany_zqKbX:id": { __type: "column", id: "id", key: "usercompany_zqKbX:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "usercompany_zqKbX:created_at": { __type: "column", id: "created_at", key: "usercompany_zqKbX:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "usercompany_zqKbX:updated_at": { __type: "column", id: "updated_at", key: "usercompany_zqKbX:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "usercompany_zqKbX:user_4Ybi3_id": { __type: "column", id: "user_4Ybi3_id", key: "usercompany_zqKbX:user_4Ybi3_id", name: "User", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "usercompany_zqKbX:company_DLnDy_id": { __type: "column", id: "company_DLnDy_id", key: "usercompany_zqKbX:company_DLnDy_id", name: "Company", type: "CX8LW4gH3tGQCGAkdMgdC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:id": { __type: "column", id: "id", key: "vendor_XgQan:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:created_at": { __type: "column", id: "created_at", key: "vendor_XgQan:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:name_wQn7z": { __type: "column", id: "name_wQn7z", key: "vendor_XgQan:name_wQn7z", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:updated_at": { __type: "column", id: "updated_at", key: "vendor_XgQan:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:notes_eJtJR": { __type: "column", id: "notes_eJtJR", key: "vendor_XgQan:notes_eJtJR", name: "notes_eJtJR", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:phone_dYMMa": { __type: "column", id: "phone_dYMMa", key: "vendor_XgQan:phone_dYMMa", name: "Phone", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:vendor_czK6jT": { __type: "column", id: "vendor_czK6jT", key: "vendor_XgQan:vendor_czK6jT", name: "Items", type: "item_j4NykC", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:website_8NNTQ": { __type: "column", id: "website_8NNTQ", key: "vendor_XgQan:website_8NNTQ", name: "Website", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "vendor_XgQan:files_aAmre_id": { __type: "column", id: "files_aAmre_id", key: "vendor_XgQan:files_aAmre_id", name: "Files", type: "M4WbzPAkPnrEFbPJ9EGqb", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:notes_fePhP_id": { __type: "column", id: "notes_fePhP_id", key: "vendor_XgQan:notes_fePhP_id", name: "notes", type: "h7gyUKELxTrcEhUxc4n4x", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:owner_hNeb7_id": { __type: "column", id: "owner_hNeb7_id", key: "vendor_XgQan:owner_hNeb7_id", name: "Owner", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:address_7DDiC_id": { __type: "column", id: "address_7DDiC_id", key: "vendor_XgQan:address_7DDiC_id", name: "Address", type: "aL9G7XQUQpeiCeCKktUmm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:folders_cE7kE_id": { __type: "column", id: "folders_cE7kE_id", key: "vendor_XgQan:folders_cE7kE_id", name: "Folders", type: "documentfolder_ThMxm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:folders_ybDWA_id": { __type: "column", id: "folders_ybDWA_id", key: "vendor_XgQan:folders_ybDWA_id", name: "folders_ybDWA_id", type: "documentfolder_ThMxm", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:contacts_8XEp9_id": { __type: "column", id: "contacts_8XEp9_id", key: "vendor_XgQan:contacts_8XEp9_id", name: "Contacts", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:primarycontact_HrWhg_id": { __type: "column", id: "primarycontact_HrWhg_id", key: "vendor_XgQan:primarycontact_HrWhg_id", name: "PrimaryContact", type: "pbewznDkW9FqUatbedqPi", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:item_vendor_czK6jT_fkey_rA": { __type: "column", id: "item_vendor_czK6jT_fkey_rA", key: "vendor_XgQan:item_vendor_czK6jT_fkey_rA", name: "Aggregate of Items", type: "item_j4NykC_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:item_vendor_czK6jT_fkey_rG": { __type: "column", id: "item_vendor_czK6jT_fkey_rG", key: "vendor_XgQan:item_vendor_czK6jT_fkey_rG", name: "Group of Items", type: "item_j4NykC_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:M4WbzPAkPnrEFbPJ9EGqb_files_aAmre_id_fkey_rA": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_aAmre_id_fkey_rA", key: "vendor_XgQan:M4WbzPAkPnrEFbPJ9EGqb_files_aAmre_id_fkey_rA", name: "Aggregate of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:M4WbzPAkPnrEFbPJ9EGqb_files_aAmre_id_fkey_rG": { __type: "column", id: "M4WbzPAkPnrEFbPJ9EGqb_files_aAmre_id_fkey_rG", key: "vendor_XgQan:M4WbzPAkPnrEFbPJ9EGqb_files_aAmre_id_fkey_rG", name: "Group of Files", type: "M4WbzPAkPnrEFbPJ9EGqb_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:h7gyUKELxTrcEhUxc4n4x_notes_fePhP_id_fkey_rA": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_notes_fePhP_id_fkey_rA", key: "vendor_XgQan:h7gyUKELxTrcEhUxc4n4x_notes_fePhP_id_fkey_rA", name: "Aggregate of notes", type: "h7gyUKELxTrcEhUxc4n4x_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:h7gyUKELxTrcEhUxc4n4x_notes_fePhP_id_fkey_rG": { __type: "column", id: "h7gyUKELxTrcEhUxc4n4x_notes_fePhP_id_fkey_rG", key: "vendor_XgQan:h7gyUKELxTrcEhUxc4n4x_notes_fePhP_id_fkey_rG", name: "Group of notes", type: "h7gyUKELxTrcEhUxc4n4x_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:documentfolder_ThMxm_folders_cE7kE_id_fkey_rA": { __type: "column", id: "documentfolder_ThMxm_folders_cE7kE_id_fkey_rA", key: "vendor_XgQan:documentfolder_ThMxm_folders_cE7kE_id_fkey_rA", name: "Aggregate of Folders", type: "documentfolder_ThMxm_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:documentfolder_ThMxm_folders_cE7kE_id_fkey_rG": { __type: "column", id: "documentfolder_ThMxm_folders_cE7kE_id_fkey_rG", key: "vendor_XgQan:documentfolder_ThMxm_folders_cE7kE_id_fkey_rG", name: "Group of Folders", type: "documentfolder_ThMxm_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:pbewznDkW9FqUatbedqPi_contacts_8XEp9_id_fkey_rA": { __type: "column", id: "pbewznDkW9FqUatbedqPi_contacts_8XEp9_id_fkey_rA", key: "vendor_XgQan:pbewznDkW9FqUatbedqPi_contacts_8XEp9_id_fkey_rA", name: "Aggregate of Contacts", type: "pbewznDkW9FqUatbedqPi_Aggregate", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "vendor_XgQan:pbewznDkW9FqUatbedqPi_contacts_8XEp9_id_fkey_rG": { __type: "column", id: "pbewznDkW9FqUatbedqPi_contacts_8XEp9_id_fkey_rG", key: "vendor_XgQan:pbewznDkW9FqUatbedqPi_contacts_8XEp9_id_fkey_rG", name: "Group of Contacts", type: "pbewznDkW9FqUatbedqPi_Group", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "wW6fgXz4xNhX9bCGQW48Q:id": { __type: "column", id: "id", key: "wW6fgXz4xNhX9bCGQW48Q:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "wW6fgXz4xNhX9bCGQW48Q:created_at": { __type: "column", id: "created_at", key: "wW6fgXz4xNhX9bCGQW48Q:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "wW6fgXz4xNhX9bCGQW48Q:updated_at": { __type: "column", id: "updated_at", key: "wW6fgXz4xNhX9bCGQW48Q:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "wW6fgXz4xNhX9bCGQW48Q:nB9NGRNHXJP8QVkpDMy8f": { __type: "column", id: "nB9NGRNHXJP8QVkpDMy8f", key: "wW6fgXz4xNhX9bCGQW48Q:nB9NGRNHXJP8QVkpDMy8f", name: "File", type: "file", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "wW6fgXz4xNhX9bCGQW48Q:prrTdeE933x7dj9ECGWYa": { __type: "column", id: "prrTdeE933x7dj9ECGWYa", key: "wW6fgXz4xNhX9bCGQW48Q:prrTdeE933x7dj9ECGWYa", name: "Name", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "wW6fgXz4xNhX9bCGQW48Q:E7Rpw6tYbmnXQhDkTeDnb_id": { __type: "column", id: "E7Rpw6tYbmnXQhDkTeDnb_id", key: "wW6fgXz4xNhX9bCGQW48Q:E7Rpw6tYbmnXQhDkTeDnb_id", name: "project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "workacceptance_hDb7y:id": { __type: "column", id: "id", key: "workacceptance_hDb7y:id", name: "id", type: "text", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "workacceptance_hDb7y:created_at": { __type: "column", id: "created_at", key: "workacceptance_hDb7y:created_at", name: "created_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "workacceptance_hDb7y:updated_at": { __type: "column", id: "updated_at", key: "workacceptance_hDb7y:updated_at", name: "updated_at", type: "date", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "workacceptance_hDb7y:user_VpiJq_id": { __type: "column", id: "user_VpiJq_id", key: "workacceptance_hDb7y:user_VpiJq_id", name: "User", type: "User", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "workacceptance_hDb7y:response_GBYAr": { __type: "column", id: "response_GBYAr", key: "workacceptance_hDb7y:response_GBYAr", name: "Response", type: "boolean", operators: [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], }, "workacceptance_hDb7y:project_Wgq6z_id": { __type: "column", id: "project_Wgq6z_id", key: "workacceptance_hDb7y:project_Wgq6z_id", name: "Project", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, "workacceptance_hDb7y:project_dParw_id": { __type: "column", id: "project_dParw_id", key: "workacceptance_hDb7y:project_dParw_id", name: "project_dParw_id", type: "WAz8nVENp8mnw38akRh4i", operators: ["eq", "neq", "in", "not_in", "null", "not_null"], }, }; export const $$tables = { CX8LW4gH3tGQCGAkdMgdC: "Company", D4xDNcRrCtWyURrMNbfUX: "QBF_category", DR3dHULmyTgdGtLgEhErN: "FindingFile", F3MDxQfcXmKcTYhxjTnht: "USAstates", Gi3iEaAyz9YiTcVdcjqTz: "ContactType", H7MDrWWWYJANwtjzAmtcW: "RatingScale", JBtRwdVDyDJChnMJjGRy3: "ProjectType", LGchXkUL9iLGA9CBYMKRi: "Client", LKhxWLdTKwprqAEhHcVyz: "ContactStatus", M4WbzPAkPnrEFbPJ9EGqb: "Document", PTmztqpCxPbxfALbPA3fU: "Event", User: "User", VKa83qTAJLkmqJQJJjpgd: "Finding", W67NVtwNdUtxJKjtHpnYh: "SCSInspection_Todo", WAz8nVENp8mnw38akRh4i: "Project", aEipHd7qALgqeGXxEtfkA: "CompanyType", aL9G7XQUQpeiCeCKktUmm: "Address", b8haXqctge9pMUcpRRYzg: "ProjectStatus", bebold_HfYk9: "Quill_slot", bqaGLpfHfMqGeV78MtxDp: "Task", certificate_VRpTQ: "Certificate", comment_743d7: "comment", companystatus_DKnpY: "CompanyStatus", documentfolder_ThMxm: "DocumentFolder", eYfKhTAP7hQrKCnB8FNYf: "UrgencyType", ehBQEWABF8NgaTDATpUNR: "InspectionTemplate", elevation_i4KNG: "Elevation", files_UKhqw: "File", findingstatus_RttXG: "FindingStatus", ggbUwyRYNLKJQYikaPEWV: "QBF_item", h7gyUKELxTrcEhUxc4n4x: "Note", h8CVxUkfq7tacMCtcRmdm: "teammember", hKjjycrzprjLWwT3Gnb8y: "ContactFollowup", highpilepermit_zjYVm: "HighPilePermit", item_j4NykC: "item", layoutpdf_W4HBy: "layoutPDF", level_EeWec: "Level", leveleewectomaterialxqcln_gtWcK: "Beams_To_BeamLevels", leveleewectomaterialxqcln_mLBAG: "Frames_To_FramesLevels", material_xQcLn: "material", materialfilenew_pWTnB: "MaterialFieldFileNew", materialfinding_epHfh: "MaterialFinding", mjVRPqFPpTjaXN8nzVCMa: "SCSInspection", page_fxbxC: "Page", pagetemplate_aY44T: "PageTemplate", parentcompanytag_tNWGG: "ParentCompanyTag", pbewznDkW9FqUatbedqPi: "Contact", permit_QzKAc: "permit", projectview_R89tKn: "ProjectView", racksafetyawareness_936Rw: "RackSafetyAwarenessInternal", racksafetyawarenessexternal_QNFEQ: "RackSafetyAwarenessExternal", usercompany_zqKbX: "UserCompany", vendor_XgQan: "vendor", wW6fgXz4xNhX9bCGQW48Q: "MultiProjectAttachments", workacceptance_hDb7y: "WorkAcceptance", }; it("should return a column2", () => { const $$makeColumn = $$columnFactory($$columns2 as any, $$tables); const column = $$makeColumn( "column|WAz8nVENp8mnw38akRh4i|MG7XYprp7RjdzLMixFw4M_id:CX8LW4gH3tGQCGAkdMgdC|companies_8aBkF_id:parentcompanytag_tNWGG|name_N6LDt", ); expect(column).toMatchInlineSnapshot(` { "__type": "column", "id": [ "MG7XYprp7RjdzLMixFw4M_id:CX8LW4gH3tGQCGAkdMgdC", "companies_8aBkF_id:parentcompanytag_tNWGG", "name_N6LDt", ], "key": "WAz8nVENp8mnw38akRh4i|MG7XYprp7RjdzLMixFw4M_id:CX8LW4gH3tGQCGAkdMgdC|companies_8aBkF_id:parentcompanytag_tNWGG|name_N6LDt", "name": [ "Client:Company", "ParentCompanyTag:ParentCompanyTag", "Name", ], "operators": [ "eq", "neq", "gt", "lt", "gte", "lte", "like", "ilike", "in", "not_in", "null", "not_null", ], "parents": [], "type": "text", } `); });