@rxdrag/rxcms-models 0.1.2 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/fields/EnquiryFields.d.ts +12 -1
- package/dist/fields/ProductFields.d.ts +3 -0
- package/dist/fields/WebsiteSettingsFields.d.ts +8 -0
- package/dist/index.d.ts +0 -1
- package/dist/index.mjs +40 -443
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/Enquiry.d.ts +12 -1
- package/dist/interfaces/EnquiryBoolExp.d.ts +10 -1
- package/dist/interfaces/EnquiryDistinctExp.d.ts +12 -1
- package/dist/interfaces/EnquiryInput.d.ts +12 -1
- package/dist/interfaces/EnquiryOrderBy.d.ts +12 -1
- package/dist/interfaces/IdComparisonExp.d.ts +1 -0
- package/dist/interfaces/Product.d.ts +3 -0
- package/dist/interfaces/ProductBoolExp.d.ts +4 -0
- package/dist/interfaces/ProductDistinctExp.d.ts +3 -0
- package/dist/interfaces/ProductInput.d.ts +3 -0
- package/dist/interfaces/ProductOrderBy.d.ts +3 -0
- package/dist/interfaces/User.d.ts +2 -2
- package/dist/interfaces/UserBoolExp.d.ts +2 -2
- package/dist/interfaces/UserDistinctExp.d.ts +2 -2
- package/dist/interfaces/UserInput.d.ts +2 -2
- package/dist/interfaces/UserOrderBy.d.ts +2 -2
- package/dist/interfaces/WebsiteSettings.d.ts +8 -0
- package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +8 -0
- package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +8 -0
- package/dist/interfaces/WebsiteSettingsInput.d.ts +8 -0
- package/dist/interfaces/WebsiteSettingsOrderBy.d.ts +8 -0
- package/dist/interfaces/WebsiteUser.d.ts +2 -2
- package/dist/interfaces/{WebSiteUserBoolExp.d.ts → WebsiteUserBoolExp.d.ts} +4 -4
- package/dist/interfaces/{WebSiteUserDistinctExp.d.ts → WebsiteUserDistinctExp.d.ts} +2 -2
- package/dist/interfaces/{WebSiteUserOrderBy.d.ts → WebsiteUserOrderBy.d.ts} +1 -1
- package/package.json +2 -3
- package/dist/hooks/index.d.ts +0 -110
- package/dist/hooks/useDeleteAbility.d.ts +0 -8
- package/dist/hooks/useDeleteAbilityById.d.ts +0 -8
- package/dist/hooks/useDeleteCustomer.d.ts +0 -8
- package/dist/hooks/useDeleteCustomerById.d.ts +0 -8
- package/dist/hooks/useDeleteEnquiry.d.ts +0 -8
- package/dist/hooks/useDeleteEnquiryById.d.ts +0 -8
- package/dist/hooks/useDeleteLang.d.ts +0 -8
- package/dist/hooks/useDeleteLangById.d.ts +0 -8
- package/dist/hooks/useDeleteMedia.d.ts +0 -8
- package/dist/hooks/useDeleteMediaById.d.ts +0 -8
- package/dist/hooks/useDeleteMediaFolder.d.ts +0 -8
- package/dist/hooks/useDeleteMediaFolderById.d.ts +0 -8
- package/dist/hooks/useDeletePage.d.ts +0 -8
- package/dist/hooks/useDeletePageById.d.ts +0 -8
- package/dist/hooks/useDeletePost.d.ts +0 -8
- package/dist/hooks/useDeletePostById.d.ts +0 -8
- package/dist/hooks/useDeletePostCategory.d.ts +0 -8
- package/dist/hooks/useDeletePostCategoryById.d.ts +0 -8
- package/dist/hooks/useDeleteProduct.d.ts +0 -8
- package/dist/hooks/useDeleteProductById.d.ts +0 -8
- package/dist/hooks/useDeleteProductCategory.d.ts +0 -8
- package/dist/hooks/useDeleteProductCategoryById.d.ts +0 -8
- package/dist/hooks/useDeleteRole.d.ts +0 -8
- package/dist/hooks/useDeleteRoleById.d.ts +0 -8
- package/dist/hooks/useDeleteSlug.d.ts +0 -8
- package/dist/hooks/useDeleteSlugById.d.ts +0 -8
- package/dist/hooks/useDeleteTag.d.ts +0 -8
- package/dist/hooks/useDeleteTagById.d.ts +0 -8
- package/dist/hooks/useDeleteTemplate.d.ts +0 -8
- package/dist/hooks/useDeleteTemplateById.d.ts +0 -8
- package/dist/hooks/useDeleteTemplateCategory.d.ts +0 -8
- package/dist/hooks/useDeleteTemplateCategoryById.d.ts +0 -8
- package/dist/hooks/useDeleteTheme.d.ts +0 -8
- package/dist/hooks/useDeleteThemeById.d.ts +0 -8
- package/dist/hooks/useDeleteUser.d.ts +0 -8
- package/dist/hooks/useDeleteUserById.d.ts +0 -8
- package/dist/hooks/useDeleteWebsite.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteById.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteMeta.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteMetaById.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteSettings.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteSettingsById.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteType.d.ts +0 -8
- package/dist/hooks/useDeleteWebsiteTypeById.d.ts +0 -8
- package/dist/hooks/useUpsertOneAbility.d.ts +0 -8
- package/dist/hooks/useUpsertOneCustomer.d.ts +0 -8
- package/dist/hooks/useUpsertOneEnquiry.d.ts +0 -8
- package/dist/hooks/useUpsertOneLang.d.ts +0 -8
- package/dist/hooks/useUpsertOneMedia.d.ts +0 -8
- package/dist/hooks/useUpsertOneMediaFolder.d.ts +0 -8
- package/dist/hooks/useUpsertOnePage.d.ts +0 -8
- package/dist/hooks/useUpsertOnePost.d.ts +0 -8
- package/dist/hooks/useUpsertOnePostCategory.d.ts +0 -8
- package/dist/hooks/useUpsertOneProduct.d.ts +0 -8
- package/dist/hooks/useUpsertOneProductCategory.d.ts +0 -8
- package/dist/hooks/useUpsertOneRole.d.ts +0 -8
- package/dist/hooks/useUpsertOneSlug.d.ts +0 -8
- package/dist/hooks/useUpsertOneTag.d.ts +0 -8
- package/dist/hooks/useUpsertOneTemplate.d.ts +0 -8
- package/dist/hooks/useUpsertOneTemplateCategory.d.ts +0 -8
- package/dist/hooks/useUpsertOneTheme.d.ts +0 -8
- package/dist/hooks/useUpsertOneUser.d.ts +0 -8
- package/dist/hooks/useUpsertOneWebsite.d.ts +0 -8
- package/dist/hooks/useUpsertOneWebsiteMeta.d.ts +0 -8
- package/dist/hooks/useUpsertOneWebsiteSettings.d.ts +0 -8
- package/dist/hooks/useUpsertOneWebsiteType.d.ts +0 -8
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../src/interfaces/User.ts","../src/interfaces/RoleInput.ts","../src/interfaces/MediaFolderInput.ts","../src/interfaces/ProductCategoryInput.ts","../src/interfaces/TagInput.ts","../src/interfaces/PostCategoryInput.ts","../src/interfaces/PostInput.ts","../src/interfaces/PageInput.ts","../src/interfaces/SlugInput.ts","../src/interfaces/ProductInput.ts","../src/interfaces/MediaInput.ts","../src/interfaces/WebsiteTypeInput.ts","../src/interfaces/TemplateCategoryInput.ts","../src/interfaces/TemplateInput.ts","../src/interfaces/ThemeInput.ts","../src/interfaces/WebsiteInput.ts","../src/interfaces/UserInput.ts","../src/interfaces/UserDistinctExp.ts","../src/interfaces/Role.ts","../src/interfaces/RoleDistinctExp.ts","../src/interfaces/Ability.ts","../src/interfaces/AbilityInput.ts","../src/interfaces/AbilityDistinctExp.ts","../src/interfaces/AbilityType.ts","../src/interfaces/Media.ts","../src/interfaces/MediaDistinctExp.ts","../src/interfaces/MediaType.ts","../src/interfaces/Website.ts","../src/interfaces/WebsiteDistinctExp.ts","../src/interfaces/Lang.ts","../src/interfaces/LangInput.ts","../src/interfaces/LangDistinctExp.ts","../src/interfaces/WebsiteType.ts","../src/interfaces/WebsiteTypeDistinctExp.ts","../src/interfaces/Page.ts","../src/interfaces/PageDistinctExp.ts","../src/interfaces/Post.ts","../src/interfaces/PostDistinctExp.ts","../src/interfaces/Product.ts","../src/interfaces/ProductDistinctExp.ts","../src/interfaces/Slug.ts","../src/interfaces/SlugDistinctExp.ts","../src/interfaces/Enquiry.ts","../src/interfaces/CustomerInput.ts","../src/interfaces/EnquiryInput.ts","../src/interfaces/EnquiryDistinctExp.ts","../src/interfaces/WebsiteMeta.ts","../src/interfaces/WebsiteMetaInput.ts","../src/interfaces/WebsiteMetaDistinctExp.ts","../src/interfaces/WebsiteSettings.ts","../src/interfaces/WebsiteSettingsInput.ts","../src/interfaces/WebsiteSettingsDistinctExp.ts","../src/interfaces/Template.ts","../src/interfaces/TemplateDistinctExp.ts","../src/interfaces/TemplateCategory.ts","../src/interfaces/TemplateCategoryDistinctExp.ts","../src/interfaces/Theme.ts","../src/interfaces/ThemeDistinctExp.ts","../src/interfaces/MediaFolder.ts","../src/interfaces/MediaFolderDistinctExp.ts","../src/interfaces/WebsiteTypeStatus.ts","../src/interfaces/PostCategory.ts","../src/interfaces/PostCategoryDistinctExp.ts","../src/interfaces/Tag.ts","../src/interfaces/TagDistinctExp.ts","../src/interfaces/PublishableStatus.ts","../src/interfaces/Customer.ts","../src/interfaces/CustomerDistinctExp.ts","../src/interfaces/UserType.ts","../src/interfaces/TemplateType.ts","../src/interfaces/ProductCategory.ts","../src/interfaces/ProductCategoryDistinctExp.ts","../src/interfaces/ExtendFieldType.ts","../src/interfaces/ComponentType.ts","../src/entries/userEntry.ts","../src/entries/roleEntry.ts","../src/entries/abilityEntry.ts","../src/entries/mediaEntry.ts","../src/entries/websiteEntry.ts","../src/entries/langEntry.ts","../src/entries/websiteTypeEntry.ts","../src/entries/pageEntry.ts","../src/entries/postEntry.ts","../src/entries/productEntry.ts","../src/entries/slugEntry.ts","../src/entries/enquiryEntry.ts","../src/entries/websiteMetaEntry.ts","../src/entries/websiteSettingsEntry.ts","../src/entries/templateEntry.ts","../src/entries/templateCategoryEntry.ts","../src/entries/themeEntry.ts","../src/entries/mediaFolderEntry.ts","../src/entries/postCategoryEntry.ts","../src/entries/tagEntry.ts","../src/entries/customerEntry.ts","../src/entries/productCategoryEntry.ts","../src/hooks/useUserList.ts","../src/hooks/useOneUser.ts","../src/hooks/useUpsertOneUser.ts","../src/hooks/useDeleteUserById.ts","../src/hooks/useDeleteUser.ts","../src/hooks/useRoleList.ts","../src/hooks/useOneRole.ts","../src/hooks/useUpsertOneRole.ts","../src/hooks/useDeleteRoleById.ts","../src/hooks/useDeleteRole.ts","../src/hooks/useAbilityList.ts","../src/hooks/useOneAbility.ts","../src/hooks/useUpsertOneAbility.ts","../src/hooks/useDeleteAbilityById.ts","../src/hooks/useDeleteAbility.ts","../src/hooks/useMediaList.ts","../src/hooks/useOneMedia.ts","../src/hooks/useUpsertOneMedia.ts","../src/hooks/useDeleteMediaById.ts","../src/hooks/useDeleteMedia.ts","../src/hooks/useWebsiteList.ts","../src/hooks/useOneWebsite.ts","../src/hooks/useUpsertOneWebsite.ts","../src/hooks/useDeleteWebsiteById.ts","../src/hooks/useDeleteWebsite.ts","../src/hooks/useLangList.ts","../src/hooks/useOneLang.ts","../src/hooks/useUpsertOneLang.ts","../src/hooks/useDeleteLangById.ts","../src/hooks/useDeleteLang.ts","../src/hooks/useWebsiteTypeList.ts","../src/hooks/useOneWebsiteType.ts","../src/hooks/useUpsertOneWebsiteType.ts","../src/hooks/useDeleteWebsiteTypeById.ts","../src/hooks/useDeleteWebsiteType.ts","../src/hooks/usePageList.ts","../src/hooks/useOnePage.ts","../src/hooks/useUpsertOnePage.ts","../src/hooks/useDeletePageById.ts","../src/hooks/useDeletePage.ts","../src/hooks/usePostList.ts","../src/hooks/useOnePost.ts","../src/hooks/useUpsertOnePost.ts","../src/hooks/useDeletePostById.ts","../src/hooks/useDeletePost.ts","../src/hooks/useProductList.ts","../src/hooks/useOneProduct.ts","../src/hooks/useUpsertOneProduct.ts","../src/hooks/useDeleteProductById.ts","../src/hooks/useDeleteProduct.ts","../src/hooks/useSlugList.ts","../src/hooks/useOneSlug.ts","../src/hooks/useUpsertOneSlug.ts","../src/hooks/useDeleteSlugById.ts","../src/hooks/useDeleteSlug.ts","../src/hooks/useEnquiryList.ts","../src/hooks/useOneEnquiry.ts","../src/hooks/useUpsertOneEnquiry.ts","../src/hooks/useDeleteEnquiryById.ts","../src/hooks/useDeleteEnquiry.ts","../src/hooks/useWebsiteMetaList.ts","../src/hooks/useOneWebsiteMeta.ts","../src/hooks/useUpsertOneWebsiteMeta.ts","../src/hooks/useDeleteWebsiteMetaById.ts","../src/hooks/useDeleteWebsiteMeta.ts","../src/hooks/useWebsiteSettingsList.ts","../src/hooks/useOneWebsiteSettings.ts","../src/hooks/useUpsertOneWebsiteSettings.ts","../src/hooks/useDeleteWebsiteSettingsById.ts","../src/hooks/useDeleteWebsiteSettings.ts","../src/hooks/useTemplateList.ts","../src/hooks/useOneTemplate.ts","../src/hooks/useUpsertOneTemplate.ts","../src/hooks/useDeleteTemplateById.ts","../src/hooks/useDeleteTemplate.ts","../src/hooks/useTemplateCategoryList.ts","../src/hooks/useOneTemplateCategory.ts","../src/hooks/useUpsertOneTemplateCategory.ts","../src/hooks/useDeleteTemplateCategoryById.ts","../src/hooks/useDeleteTemplateCategory.ts","../src/hooks/useThemeList.ts","../src/hooks/useOneTheme.ts","../src/hooks/useUpsertOneTheme.ts","../src/hooks/useDeleteThemeById.ts","../src/hooks/useDeleteTheme.ts","../src/hooks/useMediaFolderList.ts","../src/hooks/useOneMediaFolder.ts","../src/hooks/useUpsertOneMediaFolder.ts","../src/hooks/useDeleteMediaFolderById.ts","../src/hooks/useDeleteMediaFolder.ts","../src/hooks/usePostCategoryList.ts","../src/hooks/useOnePostCategory.ts","../src/hooks/useUpsertOnePostCategory.ts","../src/hooks/useDeletePostCategoryById.ts","../src/hooks/useDeletePostCategory.ts","../src/hooks/useTagList.ts","../src/hooks/useOneTag.ts","../src/hooks/useUpsertOneTag.ts","../src/hooks/useDeleteTagById.ts","../src/hooks/useDeleteTag.ts","../src/hooks/useCustomerList.ts","../src/hooks/useOneCustomer.ts","../src/hooks/useUpsertOneCustomer.ts","../src/hooks/useDeleteCustomerById.ts","../src/hooks/useDeleteCustomer.ts","../src/hooks/useProductCategoryList.ts","../src/hooks/useOneProductCategory.ts","../src/hooks/useUpsertOneProductCategory.ts","../src/hooks/useDeleteProductCategoryById.ts","../src/hooks/useDeleteProductCategory.ts","../src/fields/UserFields.ts","../src/fields/RoleFields.ts","../src/fields/AbilityFields.ts","../src/fields/MediaFields.ts","../src/fields/WebsiteFields.ts","../src/fields/LangFields.ts","../src/fields/WebsiteTypeFields.ts","../src/fields/PageFields.ts","../src/fields/PostFields.ts","../src/fields/ProductFields.ts","../src/fields/SlugFields.ts","../src/fields/EnquiryFields.ts","../src/fields/WebsiteMetaFields.ts","../src/fields/WebsiteSettingsFields.ts","../src/fields/TemplateFields.ts","../src/fields/TemplateCategoryFields.ts","../src/fields/ThemeFields.ts","../src/fields/MediaFolderFields.ts","../src/fields/WebsitePartFields.ts","../src/fields/WebsiteContentFields.ts","../src/fields/PostCategoryFields.ts","../src/fields/TagFields.ts","../src/fields/SeoMetaFields.ts","../src/fields/OgMetaFields.ts","../src/fields/PublishableFields.ts","../src/fields/PersonFields.ts","../src/fields/CustomerFields.ts","../src/fields/BaseEntityFields.ts","../src/fields/MultiLangableFields.ts","../src/fields/WebsiteUserFields.ts","../src/fields/CustomizeMediaFields.ts","../src/fields/ProductCategoryFields.ts"],"sourcesContent":["import { Role } from './Role';\r\nimport { Media } from './Media';\r\nimport { Product } from './Product';\r\nimport { Post } from './Post';\r\nimport { Website } from './Website';\r\nimport { Aggregate } from './Aggregate';\r\nimport { WebSiteUser } from './WebsiteUser';\r\n\r\n\r\nexport const UserEntityName = 'User';\r\n\r\nexport const UserEntityLabel = '';\r\n\r\nexport interface User extends WebSiteUser {\r\n id?: string;\r\n loginName?: string;\r\n name?: string;\r\n mobileNumber?: string;\r\n isSupperAdmin?: boolean;\r\n password?: unknown;\r\n createdAt?: Date;\r\n updatedAt?: Date;\r\n roles?: Role[];\r\n avatar?: Media;\r\n products?: Product[];\r\n posts?: Post[];\r\n websites?: Website[];\r\n belongsTo?: Website;\r\n rolesAggregate?: Aggregate;\r\n productsAggregate?: Aggregate;\r\n postsAggregate?: Aggregate;\r\n websitesAggregate?: Aggregate;\r\n}","import { Role } from './Role';\nimport { UserInput } from './UserInput';\nimport { userToInput } from './UserInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nexport interface RoleInput {\n id?: string;\n name?: string;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n users?: SetHasMany<UserInput>;\n}\n\nexport const roleToInputCascade: (entity: Role) => RoleInput = (entity) => {\n return {\n ...entity,\n users: entity.users ? processHasManyClear({ sync: entity.users?.map(ent => userToInput(ent)) }) : undefined, \n };\n};\n\nexport const roleToInput: (entity: Role) => RoleInput = (entity) => {\n return {\n ...entity,\n users: convertHasManyToInput(entity.users), \n };\n};","import { MediaFolder } from './MediaFolder';\nimport { MediaInput } from './MediaInput';\nimport { mediaToInput } from './MediaInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 媒体分类\n * \n */\nexport interface MediaFolderInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: SetHasMany<MediaFolderInput>;\n parent?: SetHasOne<MediaFolderInput>;\n medias?: SetHasMany<MediaInput>;\n}\n\nexport const mediaFolderToInputCascade: (entity: MediaFolder) => MediaFolderInput = (entity) => {\n return {\n ...entity,\n children: entity.children ? processHasManyClear({ sync: entity.children?.map(ent => mediaFolderToInput(ent)) }) : undefined,\n parent: entity.parent ? processHasOneClear({ sync: mediaFolderToInput(entity.parent) }) : undefined,\n medias: entity.medias ? processHasManyClear({ sync: entity.medias?.map(ent => mediaToInput(ent)) }) : undefined, \n };\n};\n\nexport const mediaFolderToInput: (entity: MediaFolder) => MediaFolderInput = (entity) => {\n return {\n ...entity,\n children: convertHasManyToInput(entity.children),\n parent: convertHasOneToInput(entity.parent),\n medias: convertHasManyToInput(entity.medias), \n };\n};","import { ProductCategory } from './ProductCategory';\nimport { ProductInput } from './ProductInput';\nimport { productToInput } from './ProductInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface ProductCategoryInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: SetHasMany<ProductCategoryInput>;\n parent?: SetHasOne<ProductCategoryInput>;\n products?: SetHasMany<ProductInput>;\n}\n\nexport const productCategoryToInputCascade: (entity: ProductCategory) => ProductCategoryInput = (entity) => {\n return {\n ...entity,\n children: entity.children ? processHasManyClear({ sync: entity.children?.map(ent => productCategoryToInput(ent)) }) : undefined,\n parent: entity.parent ? processHasOneClear({ sync: productCategoryToInput(entity.parent) }) : undefined,\n products: entity.products ? processHasManyClear({ sync: entity.products?.map(ent => productToInput(ent)) }) : undefined, \n };\n};\n\nexport const productCategoryToInput: (entity: ProductCategory) => ProductCategoryInput = (entity) => {\n return {\n ...entity,\n children: convertHasManyToInput(entity.children),\n parent: convertHasOneToInput(entity.parent),\n products: convertHasManyToInput(entity.products), \n };\n};","import { Tag } from './Tag';\nimport { PostInput } from './PostInput';\nimport { ProductInput } from './ProductInput';\nimport { postToInput } from './PostInput';\nimport { productToInput } from './ProductInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 文章标签\n * \n */\nexport interface TagInput extends WebsitePart {\n id?: string;\n /**\n * 名称\n */\n name?: string;\n color?: string;\n posts?: SetHasMany<PostInput>;\n products?: SetHasMany<ProductInput>;\n}\n\nexport const tagToInputCascade: (entity: Tag) => TagInput = (entity) => {\n return {\n ...entity,\n posts: entity.posts ? processHasManyClear({ sync: entity.posts?.map(ent => postToInput(ent)) }) : undefined,\n products: entity.products ? processHasManyClear({ sync: entity.products?.map(ent => productToInput(ent)) }) : undefined, \n };\n};\n\nexport const tagToInput: (entity: Tag) => TagInput = (entity) => {\n return {\n ...entity,\n posts: convertHasManyToInput(entity.posts),\n products: convertHasManyToInput(entity.products), \n };\n};","import { PostCategory } from './PostCategory';\nimport { PostInput } from './PostInput';\nimport { postToInput } from './PostInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 文章分类\n * \n */\nexport interface PostCategoryInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: SetHasMany<PostCategoryInput>;\n posts?: SetHasMany<PostInput>;\n parent?: SetHasOne<PostCategoryInput>;\n}\n\nexport const postCategoryToInputCascade: (entity: PostCategory) => PostCategoryInput = (entity) => {\n return {\n ...entity,\n children: entity.children ? processHasManyClear({ sync: entity.children?.map(ent => postCategoryToInput(ent)) }) : undefined,\n posts: entity.posts ? processHasManyClear({ sync: entity.posts?.map(ent => postToInput(ent)) }) : undefined,\n parent: entity.parent ? processHasOneClear({ sync: postCategoryToInput(entity.parent) }) : undefined, \n };\n};\n\nexport const postCategoryToInput: (entity: PostCategory) => PostCategoryInput = (entity) => {\n return {\n ...entity,\n children: convertHasManyToInput(entity.children),\n posts: convertHasManyToInput(entity.posts),\n parent: convertHasOneToInput(entity.parent), \n };\n};","import { Post } from './Post';\nimport { SlugInput } from './SlugInput';\nimport { TagInput } from './TagInput';\nimport { UserInput } from './UserInput';\nimport { MediaInput } from './MediaInput';\nimport { PostCategoryInput } from './PostCategoryInput';\nimport { slugToInput } from './SlugInput';\nimport { tagToInput } from './TagInput';\nimport { userToInput } from './UserInput';\nimport { mediaToInput } from './MediaInput';\nimport { postCategoryToInput } from './PostCategoryInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { Publishable } from './Publishable';\n\n/**\n * 文章\n * \n */\nexport interface PostInput extends Publishable {\n id?: string;\n seqValue?: number;\n /**\n * 置顶\n */\n pinToTop?: boolean;\n authorEmail?: string;\n summary?: string;\n slug?: SetHasOne<SlugInput>;\n tags?: SetHasMany<TagInput>;\n author?: SetHasOne<UserInput>;\n cover?: SetHasOne<MediaInput>;\n category?: SetHasOne<PostCategoryInput>;\n}\n\nexport const postToInputCascade: (entity: Post) => PostInput = (entity) => {\n return {\n ...entity,\n slug: entity.slug ? processHasOneClear({ sync: slugToInput(entity.slug) }) : undefined,\n tags: entity.tags ? processHasManyClear({ sync: entity.tags?.map(ent => tagToInput(ent)) }) : undefined,\n author: entity.author ? processHasOneClear({ sync: userToInput(entity.author) }) : undefined,\n cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : undefined,\n category: entity.category ? processHasOneClear({ sync: postCategoryToInput(entity.category) }) : undefined, \n };\n};\n\nexport const postToInput: (entity: Post) => PostInput = (entity) => {\n return {\n ...entity,\n slug: convertHasOneToInput(entity.slug),\n tags: convertHasManyToInput(entity.tags),\n author: convertHasOneToInput(entity.author),\n cover: convertHasOneToInput(entity.cover),\n category: convertHasOneToInput(entity.category), \n };\n};","import { Page } from './Page';\nimport { SlugInput } from './SlugInput';\nimport { slugToInput } from './SlugInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsiteContent } from './WebsiteContent';\n\nexport interface PageInput extends WebsiteContent {\n id?: string;\n title?: string;\n content?: any;\n /**\n * 备注\n */\n remark?: string;\n langAbbr?: string;\n slug?: SetHasOne<SlugInput>;\n}\n\nexport const pageToInputCascade: (entity: Page) => PageInput = (entity) => {\n return {\n ...entity,\n slug: entity.slug ? processHasOneClear({ sync: slugToInput(entity.slug) }) : undefined, \n };\n};\n\nexport const pageToInput: (entity: Page) => PageInput = (entity) => {\n return {\n ...entity,\n slug: convertHasOneToInput(entity.slug), \n };\n};","import { Slug } from './Slug';\nimport { PostInput } from './PostInput';\nimport { ProductInput } from './ProductInput';\nimport { PageInput } from './PageInput';\nimport { postToInput } from './PostInput';\nimport { productToInput } from './ProductInput';\nimport { pageToInput } from './PageInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface SlugInput extends WebsitePart {\n id?: string;\n uniqueName?: string;\n post?: SetHasOne<PostInput>;\n product?: SetHasOne<ProductInput>;\n page?: SetHasOne<PageInput>;\n}\n\nexport const slugToInputCascade: (entity: Slug) => SlugInput = (entity) => {\n return {\n ...entity,\n post: entity.post ? processHasOneClear({ sync: postToInput(entity.post) }) : undefined,\n product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : undefined,\n page: entity.page ? processHasOneClear({ sync: pageToInput(entity.page) }) : undefined, \n };\n};\n\nexport const slugToInput: (entity: Slug) => SlugInput = (entity) => {\n return {\n ...entity,\n post: convertHasOneToInput(entity.post),\n product: convertHasOneToInput(entity.product),\n page: convertHasOneToInput(entity.page), \n };\n};","import { Product } from './Product';\nimport { ProductCategoryInput } from './ProductCategoryInput';\nimport { MediaInput } from './MediaInput';\nimport { SlugInput } from './SlugInput';\nimport { TagInput } from './TagInput';\nimport { UserInput } from './UserInput';\nimport { MediaAddon } from './MediaAddon';\nimport { productCategoryToInput } from './ProductCategoryInput';\nimport { mediaToInput } from './MediaInput';\nimport { slugToInput } from './SlugInput';\nimport { tagToInput } from './TagInput';\nimport { userToInput } from './UserInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { Publishable } from './Publishable';\n\nexport interface ProductInput extends Publishable {\n id?: string;\n published?: boolean;\n summary?: string;\n category?: SetHasOne<ProductCategoryInput>;\n medias?: SetHasMany<MediaInput & MediaAddon>;\n slug?: SetHasOne<SlugInput>;\n tags?: SetHasMany<TagInput>;\n creator?: SetHasOne<UserInput>;\n}\n\nexport const productToInputCascade: (entity: Product) => ProductInput = (entity) => {\n return {\n ...entity,\n category: entity.category ? processHasOneClear({ sync: productCategoryToInput(entity.category) }) : undefined,\n medias: entity.medias ? processHasManyClear({ sync: entity.medias?.map(ent => mediaToInput(ent)) }) : undefined,\n slug: entity.slug ? processHasOneClear({ sync: slugToInput(entity.slug) }) : undefined,\n tags: entity.tags ? processHasManyClear({ sync: entity.tags?.map(ent => tagToInput(ent)) }) : undefined,\n creator: entity.creator ? processHasOneClear({ sync: userToInput(entity.creator) }) : undefined, \n };\n};\n\nexport const productToInput: (entity: Product) => ProductInput = (entity) => {\n return {\n ...entity,\n category: convertHasOneToInput(entity.category),\n medias: convertHasManyToInput(entity.medias),\n slug: convertHasOneToInput(entity.slug),\n tags: convertHasManyToInput(entity.tags),\n creator: convertHasOneToInput(entity.creator), \n };\n};","import { Media } from './Media';\nimport { MediaType } from './MediaType';\nimport { FileRef } from './FileRef';\nimport { MediaFolderInput } from './MediaFolderInput';\nimport { UserInput } from './UserInput';\nimport { ProductInput } from './ProductInput';\nimport { MediaAddon } from './MediaAddon';\nimport { mediaFolderToInput } from './MediaFolderInput';\nimport { userToInput } from './UserInput';\nimport { productToInput } from './ProductInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { CustomizeMedia } from './CustomizeMedia';\n\nexport interface MediaInput extends CustomizeMedia {\n id?: string;\n name?: string;\n size?: number;\n mimeType?: string;\n extName?: string;\n file?: FileRef;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n mediaType?: MediaType;\n folder?: SetHasOne<MediaFolderInput>;\n avatarOfUser?: SetHasOne<UserInput>;\n usedByProducts?: SetHasMany<ProductInput & MediaAddon>;\n}\n\nexport const mediaToInputCascade: (entity: Media) => MediaInput = (entity) => {\n const {file, ...rest} = entity;\n return {\n ...rest,\n folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : undefined,\n avatarOfUser: entity.avatarOfUser ? processHasOneClear({ sync: userToInput(entity.avatarOfUser) }) : undefined,\n usedByProducts: entity.usedByProducts ? processHasManyClear({ sync: entity.usedByProducts?.map(ent => productToInput(ent)) }) : undefined, \n };\n};\n\nexport const mediaToInput: (entity: Media) => MediaInput = (entity) => {\n const {file, ...rest} = entity;\n return {\n ...rest,\n folder: convertHasOneToInput(entity.folder),\n avatarOfUser: convertHasOneToInput(entity.avatarOfUser),\n usedByProducts: convertHasManyToInput(entity.usedByProducts), \n };\n};","import { WebsiteType } from './WebsiteType';\nimport { WebsiteTypeStatus } from './WebsiteTypeStatus';\nimport { WebsiteInput } from './WebsiteInput';\nimport { websiteToInput } from './WebsiteInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\n/**\n * 站点类型\n * \n */\nexport interface WebsiteTypeInput {\n id?: string;\n /**\n * 网站类型名称\n */\n name?: string;\n /**\n * 显示名称\n */\n displayName?: string;\n pricePerMonth?: number;\n pricePerYear?: number;\n /**\n * 备注\n */\n remark?: string;\n createdAt?: Date;\n updatedAt?: Date;\n status?: WebsiteTypeStatus;\n /**\n * 等级\n */\n level?: number;\n websites?: SetHasMany<WebsiteInput>;\n}\n\nexport const websiteTypeToInputCascade: (entity: WebsiteType) => WebsiteTypeInput = (entity) => {\n return {\n ...entity,\n websites: entity.websites ? processHasManyClear({ sync: entity.websites?.map(ent => websiteToInput(ent)) }) : undefined, \n };\n};\n\nexport const websiteTypeToInput: (entity: WebsiteType) => WebsiteTypeInput = (entity) => {\n return {\n ...entity,\n websites: convertHasManyToInput(entity.websites), \n };\n};","import { TemplateCategory } from './TemplateCategory';\nimport { TemplateInput } from './TemplateInput';\nimport { ThemeInput } from './ThemeInput';\nimport { templateToInput } from './TemplateInput';\nimport { themeToInput } from './ThemeInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface TemplateCategoryInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n templates?: SetHasMany<TemplateInput>;\n theme?: SetHasOne<ThemeInput>;\n}\n\nexport const templateCategoryToInputCascade: (entity: TemplateCategory) => TemplateCategoryInput = (entity) => {\n return {\n ...entity,\n templates: entity.templates ? processHasManyClear({ sync: entity.templates?.map(ent => templateToInput(ent)) }) : undefined,\n theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : undefined, \n };\n};\n\nexport const templateCategoryToInput: (entity: TemplateCategory) => TemplateCategoryInput = (entity) => {\n return {\n ...entity,\n templates: convertHasManyToInput(entity.templates),\n theme: convertHasOneToInput(entity.theme), \n };\n};","import { Template } from './Template';\nimport { TemplateType } from './TemplateType';\nimport { TemplateCategoryInput } from './TemplateCategoryInput';\nimport { ThemeInput } from './ThemeInput';\nimport { templateCategoryToInput } from './TemplateCategoryInput';\nimport { themeToInput } from './ThemeInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface TemplateInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n content?: any;\n /**\n * 模板类型\n */\n templateType?: TemplateType;\n category?: SetHasOne<TemplateCategoryInput>;\n theme?: SetHasOne<ThemeInput>;\n}\n\nexport const templateToInputCascade: (entity: Template) => TemplateInput = (entity) => {\n return {\n ...entity,\n category: entity.category ? processHasOneClear({ sync: templateCategoryToInput(entity.category) }) : undefined,\n theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : undefined, \n };\n};\n\nexport const templateToInput: (entity: Template) => TemplateInput = (entity) => {\n return {\n ...entity,\n category: convertHasOneToInput(entity.category),\n theme: convertHasOneToInput(entity.theme), \n };\n};","import { Theme } from './Theme';\nimport { ThemeSettings } from './ThemeSettings';\nimport { TemplateInput } from './TemplateInput';\nimport { TemplateCategoryInput } from './TemplateCategoryInput';\nimport { templateToInput } from './TemplateInput';\nimport { templateCategoryToInput } from './TemplateCategoryInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface ThemeInput extends WebsitePart {\n id?: string;\n name?: string;\n styles?: any;\n settings?: ThemeSettings;\n templates?: SetHasMany<TemplateInput>;\n themlateCategories?: SetHasMany<TemplateCategoryInput>;\n}\n\nexport const themeToInputCascade: (entity: Theme) => ThemeInput = (entity) => {\n return {\n ...entity,\n templates: entity.templates ? processHasManyClear({ sync: entity.templates?.map(ent => templateToInput(ent)) }) : undefined,\n themlateCategories: entity.themlateCategories ? processHasManyClear({ sync: entity.themlateCategories?.map(ent => templateCategoryToInput(ent)) }) : undefined, \n };\n};\n\nexport const themeToInput: (entity: Theme) => ThemeInput = (entity) => {\n return {\n ...entity,\n templates: convertHasManyToInput(entity.templates),\n themlateCategories: convertHasManyToInput(entity.themlateCategories), \n };\n};","import { Website } from './Website';\nimport { WebsiteTypeInput } from './WebsiteTypeInput';\nimport { ThemeInput } from './ThemeInput';\nimport { PageInput } from './PageInput';\nimport { UserInput } from './UserInput';\nimport { websiteTypeToInput } from './WebsiteTypeInput';\nimport { themeToInput } from './ThemeInput';\nimport { pageToInput } from './PageInput';\nimport { userToInput } from './UserInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\n/**\n * 站点\n * 网站实体\n */\nexport interface WebsiteInput {\n id?: string;\n /**\n * 站点名称\n */\n name?: string;\n /**\n * 站点备注\n */\n remark?: string;\n /**\n * 创建者ID\n */\n createdBy?: string;\n /**\n * 创建时间\n */\n createdAt?: Date;\n /**\n * 最近打开时间\n */\n lastOpenTime?: Date;\n /**\n * 更新时间\n */\n updatedAt?: Date;\n /**\n * 更新者ID\n */\n updatedBy?: string;\n websiteType?: SetHasOne<WebsiteTypeInput>;\n selectedTheme?: SetHasOne<ThemeInput>;\n homePage?: SetHasOne<PageInput>;\n owner?: SetHasOne<UserInput>;\n users?: SetHasMany<UserInput>;\n}\n\nexport const websiteToInputCascade: (entity: Website) => WebsiteInput = (entity) => {\n return {\n ...entity,\n websiteType: entity.websiteType ? processHasOneClear({ sync: websiteTypeToInput(entity.websiteType) }) : undefined,\n selectedTheme: entity.selectedTheme ? processHasOneClear({ sync: themeToInput(entity.selectedTheme) }) : undefined,\n homePage: entity.homePage ? processHasOneClear({ sync: pageToInput(entity.homePage) }) : undefined,\n owner: entity.owner ? processHasOneClear({ sync: userToInput(entity.owner) }) : undefined,\n users: entity.users ? processHasManyClear({ sync: entity.users?.map(ent => userToInput(ent)) }) : undefined, \n };\n};\n\nexport const websiteToInput: (entity: Website) => WebsiteInput = (entity) => {\n return {\n ...entity,\n websiteType: convertHasOneToInput(entity.websiteType),\n selectedTheme: convertHasOneToInput(entity.selectedTheme),\n homePage: convertHasOneToInput(entity.homePage),\n owner: convertHasOneToInput(entity.owner),\n users: convertHasManyToInput(entity.users), \n };\n};","import { User } from './User';\r\nimport { RoleInput } from './RoleInput';\r\nimport { MediaInput } from './MediaInput';\r\nimport { ProductInput } from './ProductInput';\r\nimport { PostInput } from './PostInput';\r\nimport { WebsiteInput } from './WebsiteInput';\r\nimport { roleToInput } from './RoleInput';\r\nimport { mediaToInput } from './MediaInput';\r\nimport { productToInput } from './ProductInput';\r\nimport { postToInput } from './PostInput';\r\nimport { websiteToInput } from './WebsiteInput';\r\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\r\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\r\nimport { WebSiteUser } from './WebsiteUser';\r\n\r\nexport interface UserInput extends WebSiteUser {\r\n id?: string;\r\n loginName?: string;\r\n name?: string;\r\n mobileNumber?: string;\r\n isSupperAdmin?: boolean;\r\n password?: unknown;\r\n createdAt?: Date;\r\n updatedAt?: Date;\r\n roles?: SetHasMany<RoleInput>;\r\n avatar?: SetHasOne<MediaInput>;\r\n products?: SetHasMany<ProductInput>;\r\n posts?: SetHasMany<PostInput>;\r\n websites?: SetHasMany<WebsiteInput>;\r\n belongsTo?: SetHasOne<WebsiteInput>;\r\n}\r\n\r\nexport const userToInputCascade: (entity: User) => UserInput = (entity) => {\r\n return {\r\n ...entity,\r\n roles: entity.roles ? processHasManyClear({ sync: entity.roles?.map(ent => roleToInput(ent)) }) : undefined,\r\n avatar: entity.avatar ? processHasOneClear({ sync: mediaToInput(entity.avatar) }) : undefined,\r\n products: entity.products ? processHasManyClear({ sync: entity.products?.map(ent => productToInput(ent)) }) : undefined,\r\n posts: entity.posts ? processHasManyClear({ sync: entity.posts?.map(ent => postToInput(ent)) }) : undefined,\r\n websites: entity.websites ? processHasManyClear({ sync: entity.websites?.map(ent => websiteToInput(ent)) }) : undefined,\r\n belongsTo: entity.belongsTo ? processHasOneClear({ sync: websiteToInput(entity.belongsTo) }) : undefined,\r\n };\r\n};\r\n\r\nexport const userToInput: (entity: User) => UserInput = (entity) => {\r\n return {\r\n ...entity,\r\n roles: convertHasManyToInput(entity.roles),\r\n avatar: convertHasOneToInput(entity.avatar),\r\n products: convertHasManyToInput(entity.products),\r\n posts: convertHasManyToInput(entity.posts),\r\n websites: convertHasManyToInput(entity.websites),\r\n belongsTo: convertHasOneToInput(entity.belongsTo),\r\n };\r\n};","import { WebSiteUserDistinctExp } from './WebSiteUserDistinctExp';\n\nexport enum UserDistinctEnum {\n id = 'id',\n loginName = 'loginName',\n name = 'name',\n mobileNumber = 'mobileNumber',\n isSupperAdmin = 'isSupperAdmin',\n password = 'password',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n /**\n * 职位\n */\n postion = 'postion',\n /**\n * 自我介绍\n */\n profile = 'profile',\n userType = 'userType',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\nexport type UserDistinctExp = UserDistinctEnum| WebSiteUserDistinctExp;","import { User } from './User';\nimport { Aggregate } from './Aggregate';\n\nexport const RoleEntityName = 'Role';\n\nexport const RoleEntityLabel = '';\n\nexport interface Role {\n id?: string;\n name?: string;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n users?: User[];\n usersAggregate?: Aggregate;\n}","export enum RoleDistinctEnum {\n id = 'id',\n name = 'name',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n}\n\nexport type RoleDistinctExp = RoleDistinctEnum;","import { AbilityType } from './AbilityType';\n\n\nexport const AbilityEntityName = 'Ability';\n\nexport const AbilityEntityLabel = '';\n\nexport interface Ability {\n id?: string;\n entityUuid?: string;\n columnUuid?: string;\n can?: boolean;\n expression?: string;\n abilityType?: AbilityType;\n roleId?: string;\n\n}","import { Ability } from './Ability';\nimport { AbilityType } from './AbilityType';\n\nexport interface AbilityInput {\n id?: string;\n entityUuid?: string;\n columnUuid?: string;\n can?: boolean;\n expression?: string;\n abilityType?: AbilityType;\n roleId?: string;\n}\n\nexport const abilityToInputCascade: (entity: Ability) => AbilityInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const abilityToInput: (entity: Ability) => AbilityInput = (entity) => {\n return {\n ...entity,\n \n };\n};","export enum AbilityDistinctEnum {\n id = 'id',\n entityUuid = 'entityUuid',\n columnUuid = 'columnUuid',\n can = 'can',\n expression = 'expression',\n abilityType = 'abilityType',\n roleId = 'roleId',\n}\n\nexport type AbilityDistinctExp = AbilityDistinctEnum;","export enum AbilityType {\n /**\n * label: undefined\n */\n create = 'create',\n\n /**\n * label: undefined\n */\n read = 'read',\n\n /**\n * label: undefined\n */\n update = 'update',\n\n /**\n * label: undefined\n */\n delete = 'delete',\n\n}\n","import { MediaType } from './MediaType';\nimport { FileRef } from './FileRef';\nimport { MediaFolder } from './MediaFolder';\nimport { User } from './User';\nimport { Product } from './Product';\nimport { MediaAddon } from './MediaAddon';\nimport { Aggregate } from './Aggregate';\nimport { CustomizeMedia } from './CustomizeMedia';\n\n\nexport const MediaEntityName = 'Media';\n\nexport const MediaEntityLabel = '';\n\nexport interface Media extends CustomizeMedia {\n id?: string;\n name?: string;\n size?: number;\n mimeType?: string;\n extName?: string;\n file?: FileRef;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n mediaType?: MediaType;\n folder?: MediaFolder;\n avatarOfUser?: User;\n usedByProducts?: (Product & MediaAddon)[];\n usedByProductsAggregate?: Aggregate;\n}","import { CustomizeMediaDistinctExp } from './CustomizeMediaDistinctExp';\n\nexport enum MediaDistinctEnum {\n id = 'id',\n name = 'name',\n size = 'size',\n mimeType = 'mimeType',\n extName = 'extName',\n file = 'file',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n mediaType = 'mediaType',\n /**\n * 网站Id\n */\n websiteId = 'websiteId',\n}\n\nexport type MediaDistinctExp = MediaDistinctEnum| CustomizeMediaDistinctExp;","export enum MediaType {\n /**\n * label: undefined\n */\n image = 'image',\n\n /**\n * label: undefined\n */\n video = 'video',\n\n /**\n * label: undefined\n */\n document = 'document',\n\n}\n","import { WebsiteType } from './WebsiteType';\nimport { Theme } from './Theme';\nimport { Page } from './Page';\nimport { User } from './User';\nimport { Aggregate } from './Aggregate';\n\nexport const WebsiteEntityName = 'Website';\n\nexport const WebsiteEntityLabel = '站点';\n\n/**\n * 站点\n * 网站实体\n */\nexport interface Website {\n id?: string;\n /**\n * 站点名称\n */\n name?: string;\n /**\n * 站点备注\n */\n remark?: string;\n /**\n * 创建者ID\n */\n createdBy?: string;\n /**\n * 创建时间\n */\n createdAt?: Date;\n /**\n * 最近打开时间\n */\n lastOpenTime?: Date;\n /**\n * 更新时间\n */\n updatedAt?: Date;\n /**\n * 更新者ID\n */\n updatedBy?: string;\n websiteType?: WebsiteType;\n selectedTheme?: Theme;\n homePage?: Page;\n owner?: User;\n users?: User[];\n usersAggregate?: Aggregate;\n}","export enum WebsiteDistinctEnum {\n id = 'id',\n /**\n * 站点名称\n */\n name = 'name',\n /**\n * 站点备注\n */\n remark = 'remark',\n /**\n * 创建者ID\n */\n createdBy = 'createdBy',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 最近打开时间\n */\n lastOpenTime = 'lastOpenTime',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 更新者ID\n */\n updatedBy = 'updatedBy',\n}\n\nexport type WebsiteDistinctExp = WebsiteDistinctEnum;","import { WebsitePart } from './WebsitePart';\n\n\nexport const LangEntityName = 'Lang';\n\nexport const LangEntityLabel = '语言';\n\n/**\n * 语言\n * \n */\nexport interface Lang extends WebsitePart {\n id?: string;\n /**\n * 缩写\n */\n abbr?: string;\n /**\n * 英文名称\n */\n enName?: string;\n /**\n * 本地名称\n */\n localName?: string;\n /**\n * 国旗图标\n */\n icon?: string;\n /**\n * 备注\n */\n remark?: string;\n\n}","import { Lang } from './Lang';\n\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 语言\n * \n */\nexport interface LangInput extends WebsitePart {\n id?: string;\n /**\n * 缩写\n */\n abbr?: string;\n /**\n * 英文名称\n */\n enName?: string;\n /**\n * 本地名称\n */\n localName?: string;\n /**\n * 国旗图标\n */\n icon?: string;\n /**\n * 备注\n */\n remark?: string;\n}\n\nexport const langToInputCascade: (entity: Lang) => LangInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const langToInput: (entity: Lang) => LangInput = (entity) => {\n return {\n ...entity,\n \n };\n};","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum LangDistinctEnum {\n id = 'id',\n /**\n * 缩写\n */\n abbr = 'abbr',\n /**\n * 英文名称\n */\n enName = 'enName',\n /**\n * 本地名称\n */\n localName = 'localName',\n /**\n * 国旗图标\n */\n icon = 'icon',\n /**\n * 备注\n */\n remark = 'remark',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n}\n\nexport type LangDistinctExp = LangDistinctEnum| WebsitePartDistinctExp;","import { WebsiteTypeStatus } from './WebsiteTypeStatus';\nimport { Website } from './Website';\nimport { Aggregate } from './Aggregate';\n\nexport const WebsiteTypeEntityName = 'WebsiteType';\n\nexport const WebsiteTypeEntityLabel = '站点类型';\n\n/**\n * 站点类型\n * \n */\nexport interface WebsiteType {\n id?: string;\n /**\n * 网站类型名称\n */\n name?: string;\n /**\n * 显示名称\n */\n displayName?: string;\n pricePerMonth?: number;\n pricePerYear?: number;\n /**\n * 备注\n */\n remark?: string;\n createdAt?: Date;\n updatedAt?: Date;\n status?: WebsiteTypeStatus;\n /**\n * 等级\n */\n level?: number;\n websites?: Website[];\n websitesAggregate?: Aggregate;\n}","export enum WebsiteTypeDistinctEnum {\n id = 'id',\n /**\n * 网站类型名称\n */\n name = 'name',\n /**\n * 显示名称\n */\n displayName = 'displayName',\n pricePerMonth = 'pricePerMonth',\n pricePerYear = 'pricePerYear',\n /**\n * 备注\n */\n remark = 'remark',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n status = 'status',\n /**\n * 等级\n */\n level = 'level',\n}\n\nexport type WebsiteTypeDistinctExp = WebsiteTypeDistinctEnum;","import { Slug } from './Slug';\nimport { WebsiteContent } from './WebsiteContent';\n\n\nexport const PageEntityName = 'Page';\n\nexport const PageEntityLabel = '';\n\nexport interface Page extends WebsiteContent {\n id?: string;\n title?: string;\n content?: any;\n /**\n * 备注\n */\n remark?: string;\n langAbbr?: string;\n slug?: Slug;\n\n}","import { WebsiteContentDistinctExp } from './WebsiteContentDistinctExp';\n\nexport enum PageDistinctEnum {\n id = 'id',\n title = 'title',\n content = 'content',\n /**\n * 备注\n */\n remark = 'remark',\n langAbbr = 'langAbbr',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\nexport type PageDistinctExp = PageDistinctEnum| WebsiteContentDistinctExp;","import { Slug } from './Slug';\nimport { Tag } from './Tag';\nimport { User } from './User';\nimport { Media } from './Media';\nimport { PostCategory } from './PostCategory';\nimport { Aggregate } from './Aggregate';\nimport { Publishable } from './Publishable';\n\n\nexport const PostEntityName = 'Post';\n\nexport const PostEntityLabel = '文章';\n\n/**\n * 文章\n * \n */\nexport interface Post extends Publishable {\n id?: string;\n seqValue?: number;\n /**\n * 置顶\n */\n pinToTop?: boolean;\n authorEmail?: string;\n summary?: string;\n slug?: Slug;\n tags?: Tag[];\n author?: User;\n cover?: Media;\n category?: PostCategory;\n tagsAggregate?: Aggregate;\n}","import { PublishableDistinctExp } from './PublishableDistinctExp';\n\nexport enum PostDistinctEnum {\n id = 'id',\n seqValue = 'seqValue',\n /**\n * 置顶\n */\n pinToTop = 'pinToTop',\n authorEmail = 'authorEmail',\n summary = 'summary',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\nexport type PostDistinctExp = PostDistinctEnum| PublishableDistinctExp;","import { ProductCategory } from './ProductCategory';\nimport { Media } from './Media';\nimport { Slug } from './Slug';\nimport { Tag } from './Tag';\nimport { User } from './User';\nimport { MediaAddon } from './MediaAddon';\nimport { Aggregate } from './Aggregate';\nimport { Publishable } from './Publishable';\n\n\nexport const ProductEntityName = 'Product';\n\nexport const ProductEntityLabel = '';\n\nexport interface Product extends Publishable {\n id?: string;\n published?: boolean;\n summary?: string;\n category?: ProductCategory;\n medias?: (Media & MediaAddon)[];\n slug?: Slug;\n tags?: Tag[];\n creator?: User;\n mediasAggregate?: Aggregate;\n tagsAggregate?: Aggregate;\n}","import { PublishableDistinctExp } from './PublishableDistinctExp';\n\nexport enum ProductDistinctEnum {\n id = 'id',\n published = 'published',\n summary = 'summary',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\nexport type ProductDistinctExp = ProductDistinctEnum| PublishableDistinctExp;","import { Post } from './Post';\nimport { Product } from './Product';\nimport { Page } from './Page';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const SlugEntityName = 'Slug';\n\nexport const SlugEntityLabel = '';\n\nexport interface Slug extends WebsitePart {\n id?: string;\n uniqueName?: string;\n post?: Post;\n product?: Product;\n page?: Page;\n\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum SlugDistinctEnum {\n id = 'id',\n uniqueName = 'uniqueName',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type SlugDistinctExp = SlugDistinctEnum| WebsitePartDistinctExp;","import { Customer } from './Customer';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const EnquiryEntityName = 'Enquiry';\n\nexport const EnquiryEntityLabel = '';\n\nexport interface Enquiry extends WebsitePart {\n id?: string;\n title?: string;\n content?: string;\n customer?: Customer;\n\n}","import { Customer } from './Customer';\nimport { EnquiryInput } from './EnquiryInput';\nimport { enquiryToInput } from './EnquiryInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\nimport { Person } from './Person';\n\nexport interface CustomerInput extends WebsitePart,Person {\n id?: string;\n enquires?: SetHasMany<EnquiryInput>;\n}\n\nexport const customerToInputCascade: (entity: Customer) => CustomerInput = (entity) => {\n return {\n ...entity,\n enquires: entity.enquires ? processHasManyClear({ sync: entity.enquires?.map(ent => enquiryToInput(ent)) }) : undefined, \n };\n};\n\nexport const customerToInput: (entity: Customer) => CustomerInput = (entity) => {\n return {\n ...entity,\n enquires: convertHasManyToInput(entity.enquires), \n };\n};","import { Enquiry } from './Enquiry';\nimport { CustomerInput } from './CustomerInput';\nimport { customerToInput } from './CustomerInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface EnquiryInput extends WebsitePart {\n id?: string;\n title?: string;\n content?: string;\n customer?: SetHasOne<CustomerInput>;\n}\n\nexport const enquiryToInputCascade: (entity: Enquiry) => EnquiryInput = (entity) => {\n return {\n ...entity,\n customer: entity.customer ? processHasOneClear({ sync: customerToInput(entity.customer) }) : undefined, \n };\n};\n\nexport const enquiryToInput: (entity: Enquiry) => EnquiryInput = (entity) => {\n return {\n ...entity,\n customer: convertHasOneToInput(entity.customer), \n };\n};","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum EnquiryDistinctEnum {\n id = 'id',\n title = 'title',\n content = 'content',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type EnquiryDistinctExp = EnquiryDistinctEnum| WebsitePartDistinctExp;","export const WebsiteMetaEntityName = 'WebsiteMeta';\n\nexport const WebsiteMetaEntityLabel = '';\n\nexport interface WebsiteMeta {\n id?: string;\n\n}","import { WebsiteMeta } from './WebsiteMeta';\n\nexport interface WebsiteMetaInput {\n id?: string;\n}\n\nexport const websiteMetaToInputCascade: (entity: WebsiteMeta) => WebsiteMetaInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const websiteMetaToInput: (entity: WebsiteMeta) => WebsiteMetaInput = (entity) => {\n return {\n ...entity,\n \n };\n};","export enum WebsiteMetaDistinctEnum {\n id = 'id',\n}\n\nexport type WebsiteMetaDistinctExp = WebsiteMetaDistinctEnum;","import { WebsitePart } from './WebsitePart';\n\n\nexport const WebsiteSettingsEntityName = 'WebsiteSettings';\n\nexport const WebsiteSettingsEntityLabel = '';\n\nexport interface WebsiteSettings extends WebsitePart {\n id?: string;\n /**\n * 邮件配置\n */\n smtpConfig?: string;\n\n}","import { WebsiteSettings } from './WebsiteSettings';\n\nimport { WebsitePart } from './WebsitePart';\n\nexport interface WebsiteSettingsInput extends WebsitePart {\n id?: string;\n /**\n * 邮件配置\n */\n smtpConfig?: string;\n}\n\nexport const websiteSettingsToInputCascade: (entity: WebsiteSettings) => WebsiteSettingsInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const websiteSettingsToInput: (entity: WebsiteSettings) => WebsiteSettingsInput = (entity) => {\n return {\n ...entity,\n \n };\n};","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum WebsiteSettingsDistinctEnum {\n id = 'id',\n /**\n * 邮件配置\n */\n smtpConfig = 'smtpConfig',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type WebsiteSettingsDistinctExp = WebsiteSettingsDistinctEnum| WebsitePartDistinctExp;","import { TemplateType } from './TemplateType';\nimport { TemplateCategory } from './TemplateCategory';\nimport { Theme } from './Theme';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const TemplateEntityName = 'Template';\n\nexport const TemplateEntityLabel = '';\n\nexport interface Template extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n content?: any;\n /**\n * 模板类型\n */\n templateType?: TemplateType;\n category?: TemplateCategory;\n theme?: Theme;\n\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum TemplateDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n content = 'content',\n /**\n * 模板类型\n */\n templateType = 'templateType',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type TemplateDistinctExp = TemplateDistinctEnum| WebsitePartDistinctExp;","import { Template } from './Template';\nimport { Theme } from './Theme';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const TemplateCategoryEntityName = 'TemplateCategory';\n\nexport const TemplateCategoryEntityLabel = '';\n\nexport interface TemplateCategory extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n templates?: Template[];\n theme?: Theme;\n templatesAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum TemplateCategoryDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type TemplateCategoryDistinctExp = TemplateCategoryDistinctEnum| WebsitePartDistinctExp;","import { ThemeSettings } from './ThemeSettings';\nimport { Template } from './Template';\nimport { TemplateCategory } from './TemplateCategory';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const ThemeEntityName = 'Theme';\n\nexport const ThemeEntityLabel = '';\n\nexport interface Theme extends WebsitePart {\n id?: string;\n name?: string;\n styles?: any;\n settings?: ThemeSettings;\n templates?: Template[];\n themlateCategories?: TemplateCategory[];\n templatesAggregate?: Aggregate;\n themlateCategoriesAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum ThemeDistinctEnum {\n id = 'id',\n name = 'name',\n styles = 'styles',\n settings = 'settings',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type ThemeDistinctExp = ThemeDistinctEnum| WebsitePartDistinctExp;","import { Media } from './Media';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const MediaFolderEntityName = 'MediaFolder';\n\nexport const MediaFolderEntityLabel = '媒体分类';\n\n/**\n * 媒体分类\n * \n */\nexport interface MediaFolder extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: MediaFolder[];\n parent?: MediaFolder;\n medias?: Media[];\n childrenAggregate?: Aggregate;\n mediasAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum MediaFolderDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type MediaFolderDistinctExp = MediaFolderDistinctEnum| WebsitePartDistinctExp;","export enum WebsiteTypeStatus {\n /**\n * label: 正常\n */\n normal = 'normal',\n\n /**\n * label: 过期\n */\n expried = 'expried',\n\n}\n","import { Post } from './Post';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const PostCategoryEntityName = 'PostCategory';\n\nexport const PostCategoryEntityLabel = '文章分类';\n\n/**\n * 文章分类\n * \n */\nexport interface PostCategory extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: PostCategory[];\n posts?: Post[];\n parent?: PostCategory;\n childrenAggregate?: Aggregate;\n postsAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum PostCategoryDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type PostCategoryDistinctExp = PostCategoryDistinctEnum| WebsitePartDistinctExp;","import { Post } from './Post';\nimport { Product } from './Product';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const TagEntityName = 'Tag';\n\nexport const TagEntityLabel = '文章标签';\n\n/**\n * 文章标签\n * \n */\nexport interface Tag extends WebsitePart {\n id?: string;\n /**\n * 名称\n */\n name?: string;\n color?: string;\n posts?: Post[];\n products?: Product[];\n postsAggregate?: Aggregate;\n productsAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum TagDistinctEnum {\n id = 'id',\n /**\n * 名称\n */\n name = 'name',\n color = 'color',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type TagDistinctExp = TagDistinctEnum| WebsitePartDistinctExp;","export enum PublishableStatus {\n /**\n * label: 草稿\n */\n draft = 'draft',\n\n /**\n * label: 已发布\n */\n published = 'published',\n\n /**\n * label: 下架\n */\n cancelled = 'cancelled',\n\n}\n","import { Enquiry } from './Enquiry';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\nimport { Person } from './Person';\n\n\nexport const CustomerEntityName = 'Customer';\n\nexport const CustomerEntityLabel = '';\n\nexport interface Customer extends WebsitePart,Person {\n id?: string;\n enquires?: Enquiry[];\n enquiresAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\nimport { PersonDistinctExp } from './PersonDistinctExp';\n\nexport enum CustomerDistinctEnum {\n id = 'id',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\nexport type CustomerDistinctExp = CustomerDistinctEnum| WebsitePartDistinctExp| PersonDistinctExp;","export enum UserType {\n /**\n * label: undefined\n */\n saasUser = 'saasUser',\n\n /**\n * label: undefined\n */\n websiteUser = 'websiteUser',\n\n /**\n * label: undefined\n */\n systemAdmin = 'systemAdmin',\n\n}\n","export enum TemplateType {\n /**\n * label: 区块\n */\n Block = 'Block',\n\n /**\n * label: 文章分类\n */\n PostCategory = 'PostCategory',\n\n /**\n * label: 文章\n */\n Post = 'Post',\n\n /**\n * label: 产品分离\n */\n ProductCategory = 'ProductCategory',\n\n /**\n * label: 产品\n */\n Product = 'Product',\n\n /**\n * label: 页面\n */\n Page = 'Page',\n\n /**\n * label: 框架\n */\n Frame = 'Frame',\n\n /**\n * label: undefined\n */\n SearchList = 'SearchList',\n\n}\n","import { Product } from './Product';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const ProductCategoryEntityName = 'ProductCategory';\n\nexport const ProductCategoryEntityLabel = '';\n\nexport interface ProductCategory extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: ProductCategory[];\n parent?: ProductCategory;\n products?: Product[];\n childrenAggregate?: Aggregate;\n productsAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum ProductCategoryDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type ProductCategoryDistinctExp = ProductCategoryDistinctEnum| WebsitePartDistinctExp;","export enum ExtendFieldType {\n /**\n * label: undefined\n */\n String = 'String',\n\n /**\n * label: undefined\n */\n Number = 'Number',\n\n /**\n * label: undefined\n */\n Boolean = 'Boolean',\n\n /**\n * label: undefined\n */\n Json = 'Json',\n\n /**\n * label: undefined\n */\n Date = 'Date',\n\n}\n","export enum ComponentType {\n /**\n * label: undefined\n */\n Input = 'Input',\n\n /**\n * label: undefined\n */\n Textarea = 'Textarea',\n\n /**\n * label: undefined\n */\n Select = 'Select',\n\n /**\n * label: undefined\n */\n Checkbox = 'Checkbox',\n\n /**\n * label: undefined\n */\n Radio = 'Radio',\n\n /**\n * label: undefined\n */\n DatePicker = 'DatePicker',\n\n /**\n * label: undefined\n */\n Switch = 'Switch',\n\n /**\n * label: undefined\n */\n RichText = 'RichText',\n\n}\n","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { UserEntityLabel, UserEntityName, userToInput } from \"../interfaces\";\nexport const userEntry: EntityEntry = {\n entityName: UserEntityName,\n entityLabel: UserEntityLabel,\n toInput: userToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { RoleEntityLabel, RoleEntityName, roleToInput } from \"../interfaces\";\nexport const roleEntry: EntityEntry = {\n entityName: RoleEntityName,\n entityLabel: RoleEntityLabel,\n toInput: roleToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { AbilityEntityLabel, AbilityEntityName, abilityToInput } from \"../interfaces\";\nexport const abilityEntry: EntityEntry = {\n entityName: AbilityEntityName,\n entityLabel: AbilityEntityLabel,\n toInput: abilityToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { MediaEntityLabel, MediaEntityName, mediaToInput } from \"../interfaces\";\nexport const mediaEntry: EntityEntry = {\n entityName: MediaEntityName,\n entityLabel: MediaEntityLabel,\n toInput: mediaToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteEntityLabel, WebsiteEntityName, websiteToInput } from \"../interfaces\";\nexport const websiteEntry: EntityEntry = {\n entityName: WebsiteEntityName,\n entityLabel: WebsiteEntityLabel,\n toInput: websiteToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { LangEntityLabel, LangEntityName, langToInput } from \"../interfaces\";\nexport const langEntry: EntityEntry = {\n entityName: LangEntityName,\n entityLabel: LangEntityLabel,\n toInput: langToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteTypeEntityLabel, WebsiteTypeEntityName, websiteTypeToInput } from \"../interfaces\";\nexport const websiteTypeEntry: EntityEntry = {\n entityName: WebsiteTypeEntityName,\n entityLabel: WebsiteTypeEntityLabel,\n toInput: websiteTypeToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { PageEntityLabel, PageEntityName, pageToInput } from \"../interfaces\";\nexport const pageEntry: EntityEntry = {\n entityName: PageEntityName,\n entityLabel: PageEntityLabel,\n toInput: pageToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { PostEntityLabel, PostEntityName, postToInput } from \"../interfaces\";\nexport const postEntry: EntityEntry = {\n entityName: PostEntityName,\n entityLabel: PostEntityLabel,\n toInput: postToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { ProductEntityLabel, ProductEntityName, productToInput } from \"../interfaces\";\nexport const productEntry: EntityEntry = {\n entityName: ProductEntityName,\n entityLabel: ProductEntityLabel,\n toInput: productToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { SlugEntityLabel, SlugEntityName, slugToInput } from \"../interfaces\";\nexport const slugEntry: EntityEntry = {\n entityName: SlugEntityName,\n entityLabel: SlugEntityLabel,\n toInput: slugToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { EnquiryEntityLabel, EnquiryEntityName, enquiryToInput } from \"../interfaces\";\nexport const enquiryEntry: EntityEntry = {\n entityName: EnquiryEntityName,\n entityLabel: EnquiryEntityLabel,\n toInput: enquiryToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteMetaEntityLabel, WebsiteMetaEntityName, websiteMetaToInput } from \"../interfaces\";\nexport const websiteMetaEntry: EntityEntry = {\n entityName: WebsiteMetaEntityName,\n entityLabel: WebsiteMetaEntityLabel,\n toInput: websiteMetaToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteSettingsEntityLabel, WebsiteSettingsEntityName, websiteSettingsToInput } from \"../interfaces\";\nexport const websiteSettingsEntry: EntityEntry = {\n entityName: WebsiteSettingsEntityName,\n entityLabel: WebsiteSettingsEntityLabel,\n toInput: websiteSettingsToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { TemplateEntityLabel, TemplateEntityName, templateToInput } from \"../interfaces\";\nexport const templateEntry: EntityEntry = {\n entityName: TemplateEntityName,\n entityLabel: TemplateEntityLabel,\n toInput: templateToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { TemplateCategoryEntityLabel, TemplateCategoryEntityName, templateCategoryToInput } from \"../interfaces\";\nexport const templateCategoryEntry: EntityEntry = {\n entityName: TemplateCategoryEntityName,\n entityLabel: TemplateCategoryEntityLabel,\n toInput: templateCategoryToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { ThemeEntityLabel, ThemeEntityName, themeToInput } from \"../interfaces\";\nexport const themeEntry: EntityEntry = {\n entityName: ThemeEntityName,\n entityLabel: ThemeEntityLabel,\n toInput: themeToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { MediaFolderEntityLabel, MediaFolderEntityName, mediaFolderToInput } from \"../interfaces\";\nexport const mediaFolderEntry: EntityEntry = {\n entityName: MediaFolderEntityName,\n entityLabel: MediaFolderEntityLabel,\n toInput: mediaFolderToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { PostCategoryEntityLabel, PostCategoryEntityName, postCategoryToInput } from \"../interfaces\";\nexport const postCategoryEntry: EntityEntry = {\n entityName: PostCategoryEntityName,\n entityLabel: PostCategoryEntityLabel,\n toInput: postCategoryToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { TagEntityLabel, TagEntityName, tagToInput } from \"../interfaces\";\nexport const tagEntry: EntityEntry = {\n entityName: TagEntityName,\n entityLabel: TagEntityLabel,\n toInput: tagToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { CustomerEntityLabel, CustomerEntityName, customerToInput } from \"../interfaces\";\nexport const customerEntry: EntityEntry = {\n entityName: CustomerEntityName,\n entityLabel: CustomerEntityLabel,\n toInput: customerToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { ProductCategoryEntityLabel, ProductCategoryEntityName, productCategoryToInput } from \"../interfaces\";\nexport const productCategoryEntry: EntityEntry = {\n entityName: ProductCategoryEntityName,\n entityLabel: ProductCategoryEntityLabel,\n toInput: productCategoryToInput,\n}","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { User, UserEntityName, UserBoolExp, UserOrderBy, UserDistinctExp } from '../interfaces';\n\nexport function useUserList(queryOptions: IQueryOptions<UserBoolExp, UserOrderBy, UserDistinctExp>) {\n return useQueryEntityListWithIndicator<User>(UserEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { User, UserEntityName, UserBoolExp, UserOrderBy, UserDistinctExp } from '../interfaces';\n\nexport function useOneUser(queryOptions: IQueryOptions<UserBoolExp, UserOrderBy, UserDistinctExp>) {\n return useQueryOneEntityWithIndicator<User>(UserEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { User, UserInput, UserEntityName } from '../interfaces';\n\nexport function useUpsertOneUser(options?: IMutationOptions<User> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<User, UserInput>(UserEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { User, UserEntityName } from '../interfaces';\n\nexport function useDeleteUserById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<User>(UserEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { User, UserEntityName } from '../interfaces';\n\nexport function useDeleteUser(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<User>(UserEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Role, RoleEntityName, RoleBoolExp, RoleOrderBy, RoleDistinctExp } from '../interfaces';\n\nexport function useRoleList(queryOptions: IQueryOptions<RoleBoolExp, RoleOrderBy, RoleDistinctExp>) {\n return useQueryEntityListWithIndicator<Role>(RoleEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Role, RoleEntityName, RoleBoolExp, RoleOrderBy, RoleDistinctExp } from '../interfaces';\n\nexport function useOneRole(queryOptions: IQueryOptions<RoleBoolExp, RoleOrderBy, RoleDistinctExp>) {\n return useQueryOneEntityWithIndicator<Role>(RoleEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Role, RoleInput, RoleEntityName } from '../interfaces';\n\nexport function useUpsertOneRole(options?: IMutationOptions<Role> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Role, RoleInput>(RoleEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Role, RoleEntityName } from '../interfaces';\n\nexport function useDeleteRoleById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Role>(RoleEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Role, RoleEntityName } from '../interfaces';\n\nexport function useDeleteRole(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Role>(RoleEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Ability, AbilityEntityName, AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp } from '../interfaces';\n\nexport function useAbilityList(queryOptions: IQueryOptions<AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp>) {\n return useQueryEntityListWithIndicator<Ability>(AbilityEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Ability, AbilityEntityName, AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp } from '../interfaces';\n\nexport function useOneAbility(queryOptions: IQueryOptions<AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp>) {\n return useQueryOneEntityWithIndicator<Ability>(AbilityEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Ability, AbilityInput, AbilityEntityName } from '../interfaces';\n\nexport function useUpsertOneAbility(options?: IMutationOptions<Ability> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Ability, AbilityInput>(AbilityEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Ability, AbilityEntityName } from '../interfaces';\n\nexport function useDeleteAbilityById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Ability>(AbilityEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Ability, AbilityEntityName } from '../interfaces';\n\nexport function useDeleteAbility(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Ability>(AbilityEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Media, MediaEntityName, MediaBoolExp, MediaOrderBy, MediaDistinctExp } from '../interfaces';\n\nexport function useMediaList(queryOptions: IQueryOptions<MediaBoolExp, MediaOrderBy, MediaDistinctExp>) {\n return useQueryEntityListWithIndicator<Media>(MediaEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Media, MediaEntityName, MediaBoolExp, MediaOrderBy, MediaDistinctExp } from '../interfaces';\n\nexport function useOneMedia(queryOptions: IQueryOptions<MediaBoolExp, MediaOrderBy, MediaDistinctExp>) {\n return useQueryOneEntityWithIndicator<Media>(MediaEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Media, MediaInput, MediaEntityName } from '../interfaces';\n\nexport function useUpsertOneMedia(options?: IMutationOptions<Media> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Media, MediaInput>(MediaEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Media, MediaEntityName } from '../interfaces';\n\nexport function useDeleteMediaById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Media>(MediaEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Media, MediaEntityName } from '../interfaces';\n\nexport function useDeleteMedia(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Media>(MediaEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Website, WebsiteEntityName, WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp } from '../interfaces';\n\nexport function useWebsiteList(queryOptions: IQueryOptions<WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp>) {\n return useQueryEntityListWithIndicator<Website>(WebsiteEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Website, WebsiteEntityName, WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp } from '../interfaces';\n\nexport function useOneWebsite(queryOptions: IQueryOptions<WebsiteBoolExp, WebsiteOrderBy, WebsiteDistinctExp>) {\n return useQueryOneEntityWithIndicator<Website>(WebsiteEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Website, WebsiteInput, WebsiteEntityName } from '../interfaces';\n\nexport function useUpsertOneWebsite(options?: IMutationOptions<Website> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Website, WebsiteInput>(WebsiteEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Website, WebsiteEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Website>(WebsiteEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Website, WebsiteEntityName } from '../interfaces';\n\nexport function useDeleteWebsite(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Website>(WebsiteEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Lang, LangEntityName, LangBoolExp, LangOrderBy, LangDistinctExp } from '../interfaces';\n\nexport function useLangList(queryOptions: IQueryOptions<LangBoolExp, LangOrderBy, LangDistinctExp>) {\n return useQueryEntityListWithIndicator<Lang>(LangEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Lang, LangEntityName, LangBoolExp, LangOrderBy, LangDistinctExp } from '../interfaces';\n\nexport function useOneLang(queryOptions: IQueryOptions<LangBoolExp, LangOrderBy, LangDistinctExp>) {\n return useQueryOneEntityWithIndicator<Lang>(LangEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Lang, LangInput, LangEntityName } from '../interfaces';\n\nexport function useUpsertOneLang(options?: IMutationOptions<Lang> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Lang, LangInput>(LangEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Lang, LangEntityName } from '../interfaces';\n\nexport function useDeleteLangById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Lang>(LangEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Lang, LangEntityName } from '../interfaces';\n\nexport function useDeleteLang(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Lang>(LangEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteType, WebsiteTypeEntityName, WebsiteTypeBoolExp, WebsiteTypeOrderBy, WebsiteTypeDistinctExp } from '../interfaces';\n\nexport function useWebsiteTypeList(queryOptions: IQueryOptions<WebsiteTypeBoolExp, WebsiteTypeOrderBy, WebsiteTypeDistinctExp>) {\n return useQueryEntityListWithIndicator<WebsiteType>(WebsiteTypeEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteType, WebsiteTypeEntityName, WebsiteTypeBoolExp, WebsiteTypeOrderBy, WebsiteTypeDistinctExp } from '../interfaces';\n\nexport function useOneWebsiteType(queryOptions: IQueryOptions<WebsiteTypeBoolExp, WebsiteTypeOrderBy, WebsiteTypeDistinctExp>) {\n return useQueryOneEntityWithIndicator<WebsiteType>(WebsiteTypeEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteType, WebsiteTypeInput, WebsiteTypeEntityName } from '../interfaces';\n\nexport function useUpsertOneWebsiteType(options?: IMutationOptions<WebsiteType> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<WebsiteType, WebsiteTypeInput>(WebsiteTypeEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteType, WebsiteTypeEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteTypeById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<WebsiteType>(WebsiteTypeEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteType, WebsiteTypeEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteType(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<WebsiteType>(WebsiteTypeEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Page, PageEntityName, PageBoolExp, PageOrderBy, PageDistinctExp } from '../interfaces';\n\nexport function usePageList(queryOptions: IQueryOptions<PageBoolExp, PageOrderBy, PageDistinctExp>) {\n return useQueryEntityListWithIndicator<Page>(PageEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Page, PageEntityName, PageBoolExp, PageOrderBy, PageDistinctExp } from '../interfaces';\n\nexport function useOnePage(queryOptions: IQueryOptions<PageBoolExp, PageOrderBy, PageDistinctExp>) {\n return useQueryOneEntityWithIndicator<Page>(PageEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Page, PageInput, PageEntityName } from '../interfaces';\n\nexport function useUpsertOnePage(options?: IMutationOptions<Page> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Page, PageInput>(PageEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Page, PageEntityName } from '../interfaces';\n\nexport function useDeletePageById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Page>(PageEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Page, PageEntityName } from '../interfaces';\n\nexport function useDeletePage(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Page>(PageEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Post, PostEntityName, PostBoolExp, PostOrderBy, PostDistinctExp } from '../interfaces';\n\nexport function usePostList(queryOptions: IQueryOptions<PostBoolExp, PostOrderBy, PostDistinctExp>) {\n return useQueryEntityListWithIndicator<Post>(PostEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Post, PostEntityName, PostBoolExp, PostOrderBy, PostDistinctExp } from '../interfaces';\n\nexport function useOnePost(queryOptions: IQueryOptions<PostBoolExp, PostOrderBy, PostDistinctExp>) {\n return useQueryOneEntityWithIndicator<Post>(PostEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Post, PostInput, PostEntityName } from '../interfaces';\n\nexport function useUpsertOnePost(options?: IMutationOptions<Post> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Post, PostInput>(PostEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Post, PostEntityName } from '../interfaces';\n\nexport function useDeletePostById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Post>(PostEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Post, PostEntityName } from '../interfaces';\n\nexport function useDeletePost(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Post>(PostEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Product, ProductEntityName, ProductBoolExp, ProductOrderBy, ProductDistinctExp } from '../interfaces';\n\nexport function useProductList(queryOptions: IQueryOptions<ProductBoolExp, ProductOrderBy, ProductDistinctExp>) {\n return useQueryEntityListWithIndicator<Product>(ProductEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Product, ProductEntityName, ProductBoolExp, ProductOrderBy, ProductDistinctExp } from '../interfaces';\n\nexport function useOneProduct(queryOptions: IQueryOptions<ProductBoolExp, ProductOrderBy, ProductDistinctExp>) {\n return useQueryOneEntityWithIndicator<Product>(ProductEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Product, ProductInput, ProductEntityName } from '../interfaces';\n\nexport function useUpsertOneProduct(options?: IMutationOptions<Product> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Product, ProductInput>(ProductEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Product, ProductEntityName } from '../interfaces';\n\nexport function useDeleteProductById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Product>(ProductEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Product, ProductEntityName } from '../interfaces';\n\nexport function useDeleteProduct(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Product>(ProductEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Slug, SlugEntityName, SlugBoolExp, SlugOrderBy, SlugDistinctExp } from '../interfaces';\n\nexport function useSlugList(queryOptions: IQueryOptions<SlugBoolExp, SlugOrderBy, SlugDistinctExp>) {\n return useQueryEntityListWithIndicator<Slug>(SlugEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Slug, SlugEntityName, SlugBoolExp, SlugOrderBy, SlugDistinctExp } from '../interfaces';\n\nexport function useOneSlug(queryOptions: IQueryOptions<SlugBoolExp, SlugOrderBy, SlugDistinctExp>) {\n return useQueryOneEntityWithIndicator<Slug>(SlugEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Slug, SlugInput, SlugEntityName } from '../interfaces';\n\nexport function useUpsertOneSlug(options?: IMutationOptions<Slug> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Slug, SlugInput>(SlugEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Slug, SlugEntityName } from '../interfaces';\n\nexport function useDeleteSlugById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Slug>(SlugEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Slug, SlugEntityName } from '../interfaces';\n\nexport function useDeleteSlug(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Slug>(SlugEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Enquiry, EnquiryEntityName, EnquiryBoolExp, EnquiryOrderBy, EnquiryDistinctExp } from '../interfaces';\n\nexport function useEnquiryList(queryOptions: IQueryOptions<EnquiryBoolExp, EnquiryOrderBy, EnquiryDistinctExp>) {\n return useQueryEntityListWithIndicator<Enquiry>(EnquiryEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Enquiry, EnquiryEntityName, EnquiryBoolExp, EnquiryOrderBy, EnquiryDistinctExp } from '../interfaces';\n\nexport function useOneEnquiry(queryOptions: IQueryOptions<EnquiryBoolExp, EnquiryOrderBy, EnquiryDistinctExp>) {\n return useQueryOneEntityWithIndicator<Enquiry>(EnquiryEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Enquiry, EnquiryInput, EnquiryEntityName } from '../interfaces';\n\nexport function useUpsertOneEnquiry(options?: IMutationOptions<Enquiry> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Enquiry, EnquiryInput>(EnquiryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Enquiry, EnquiryEntityName } from '../interfaces';\n\nexport function useDeleteEnquiryById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Enquiry>(EnquiryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Enquiry, EnquiryEntityName } from '../interfaces';\n\nexport function useDeleteEnquiry(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Enquiry>(EnquiryEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteMeta, WebsiteMetaEntityName, WebsiteMetaBoolExp, WebsiteMetaOrderBy, WebsiteMetaDistinctExp } from '../interfaces';\n\nexport function useWebsiteMetaList(queryOptions: IQueryOptions<WebsiteMetaBoolExp, WebsiteMetaOrderBy, WebsiteMetaDistinctExp>) {\n return useQueryEntityListWithIndicator<WebsiteMeta>(WebsiteMetaEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteMeta, WebsiteMetaEntityName, WebsiteMetaBoolExp, WebsiteMetaOrderBy, WebsiteMetaDistinctExp } from '../interfaces';\n\nexport function useOneWebsiteMeta(queryOptions: IQueryOptions<WebsiteMetaBoolExp, WebsiteMetaOrderBy, WebsiteMetaDistinctExp>) {\n return useQueryOneEntityWithIndicator<WebsiteMeta>(WebsiteMetaEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteMeta, WebsiteMetaInput, WebsiteMetaEntityName } from '../interfaces';\n\nexport function useUpsertOneWebsiteMeta(options?: IMutationOptions<WebsiteMeta> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<WebsiteMeta, WebsiteMetaInput>(WebsiteMetaEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteMeta, WebsiteMetaEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteMetaById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<WebsiteMeta>(WebsiteMetaEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteMeta, WebsiteMetaEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteMeta(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<WebsiteMeta>(WebsiteMetaEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteSettings, WebsiteSettingsEntityName, WebsiteSettingsBoolExp, WebsiteSettingsOrderBy, WebsiteSettingsDistinctExp } from '../interfaces';\n\nexport function useWebsiteSettingsList(queryOptions: IQueryOptions<WebsiteSettingsBoolExp, WebsiteSettingsOrderBy, WebsiteSettingsDistinctExp>) {\n return useQueryEntityListWithIndicator<WebsiteSettings>(WebsiteSettingsEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteSettings, WebsiteSettingsEntityName, WebsiteSettingsBoolExp, WebsiteSettingsOrderBy, WebsiteSettingsDistinctExp } from '../interfaces';\n\nexport function useOneWebsiteSettings(queryOptions: IQueryOptions<WebsiteSettingsBoolExp, WebsiteSettingsOrderBy, WebsiteSettingsDistinctExp>) {\n return useQueryOneEntityWithIndicator<WebsiteSettings>(WebsiteSettingsEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteSettings, WebsiteSettingsInput, WebsiteSettingsEntityName } from '../interfaces';\n\nexport function useUpsertOneWebsiteSettings(options?: IMutationOptions<WebsiteSettings> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<WebsiteSettings, WebsiteSettingsInput>(WebsiteSettingsEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteSettings, WebsiteSettingsEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteSettingsById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<WebsiteSettings>(WebsiteSettingsEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { WebsiteSettings, WebsiteSettingsEntityName } from '../interfaces';\n\nexport function useDeleteWebsiteSettings(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<WebsiteSettings>(WebsiteSettingsEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Template, TemplateEntityName, TemplateBoolExp, TemplateOrderBy, TemplateDistinctExp } from '../interfaces';\n\nexport function useTemplateList(queryOptions: IQueryOptions<TemplateBoolExp, TemplateOrderBy, TemplateDistinctExp>) {\n return useQueryEntityListWithIndicator<Template>(TemplateEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Template, TemplateEntityName, TemplateBoolExp, TemplateOrderBy, TemplateDistinctExp } from '../interfaces';\n\nexport function useOneTemplate(queryOptions: IQueryOptions<TemplateBoolExp, TemplateOrderBy, TemplateDistinctExp>) {\n return useQueryOneEntityWithIndicator<Template>(TemplateEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Template, TemplateInput, TemplateEntityName } from '../interfaces';\n\nexport function useUpsertOneTemplate(options?: IMutationOptions<Template> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Template, TemplateInput>(TemplateEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Template, TemplateEntityName } from '../interfaces';\n\nexport function useDeleteTemplateById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Template>(TemplateEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Template, TemplateEntityName } from '../interfaces';\n\nexport function useDeleteTemplate(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Template>(TemplateEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { TemplateCategory, TemplateCategoryEntityName, TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp } from '../interfaces';\n\nexport function useTemplateCategoryList(queryOptions: IQueryOptions<TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp>) {\n return useQueryEntityListWithIndicator<TemplateCategory>(TemplateCategoryEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { TemplateCategory, TemplateCategoryEntityName, TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp } from '../interfaces';\n\nexport function useOneTemplateCategory(queryOptions: IQueryOptions<TemplateCategoryBoolExp, TemplateCategoryOrderBy, TemplateCategoryDistinctExp>) {\n return useQueryOneEntityWithIndicator<TemplateCategory>(TemplateCategoryEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { TemplateCategory, TemplateCategoryInput, TemplateCategoryEntityName } from '../interfaces';\n\nexport function useUpsertOneTemplateCategory(options?: IMutationOptions<TemplateCategory> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<TemplateCategory, TemplateCategoryInput>(TemplateCategoryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { TemplateCategory, TemplateCategoryEntityName } from '../interfaces';\n\nexport function useDeleteTemplateCategoryById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<TemplateCategory>(TemplateCategoryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { TemplateCategory, TemplateCategoryEntityName } from '../interfaces';\n\nexport function useDeleteTemplateCategory(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<TemplateCategory>(TemplateCategoryEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Theme, ThemeEntityName, ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp } from '../interfaces';\n\nexport function useThemeList(queryOptions: IQueryOptions<ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp>) {\n return useQueryEntityListWithIndicator<Theme>(ThemeEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Theme, ThemeEntityName, ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp } from '../interfaces';\n\nexport function useOneTheme(queryOptions: IQueryOptions<ThemeBoolExp, ThemeOrderBy, ThemeDistinctExp>) {\n return useQueryOneEntityWithIndicator<Theme>(ThemeEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Theme, ThemeInput, ThemeEntityName } from '../interfaces';\n\nexport function useUpsertOneTheme(options?: IMutationOptions<Theme> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Theme, ThemeInput>(ThemeEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Theme, ThemeEntityName } from '../interfaces';\n\nexport function useDeleteThemeById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Theme>(ThemeEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Theme, ThemeEntityName } from '../interfaces';\n\nexport function useDeleteTheme(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Theme>(ThemeEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { MediaFolder, MediaFolderEntityName, MediaFolderBoolExp, MediaFolderOrderBy, MediaFolderDistinctExp } from '../interfaces';\n\nexport function useMediaFolderList(queryOptions: IQueryOptions<MediaFolderBoolExp, MediaFolderOrderBy, MediaFolderDistinctExp>) {\n return useQueryEntityListWithIndicator<MediaFolder>(MediaFolderEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { MediaFolder, MediaFolderEntityName, MediaFolderBoolExp, MediaFolderOrderBy, MediaFolderDistinctExp } from '../interfaces';\n\nexport function useOneMediaFolder(queryOptions: IQueryOptions<MediaFolderBoolExp, MediaFolderOrderBy, MediaFolderDistinctExp>) {\n return useQueryOneEntityWithIndicator<MediaFolder>(MediaFolderEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { MediaFolder, MediaFolderInput, MediaFolderEntityName } from '../interfaces';\n\nexport function useUpsertOneMediaFolder(options?: IMutationOptions<MediaFolder> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<MediaFolder, MediaFolderInput>(MediaFolderEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { MediaFolder, MediaFolderEntityName } from '../interfaces';\n\nexport function useDeleteMediaFolderById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<MediaFolder>(MediaFolderEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { MediaFolder, MediaFolderEntityName } from '../interfaces';\n\nexport function useDeleteMediaFolder(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<MediaFolder>(MediaFolderEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { PostCategory, PostCategoryEntityName, PostCategoryBoolExp, PostCategoryOrderBy, PostCategoryDistinctExp } from '../interfaces';\n\nexport function usePostCategoryList(queryOptions: IQueryOptions<PostCategoryBoolExp, PostCategoryOrderBy, PostCategoryDistinctExp>) {\n return useQueryEntityListWithIndicator<PostCategory>(PostCategoryEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { PostCategory, PostCategoryEntityName, PostCategoryBoolExp, PostCategoryOrderBy, PostCategoryDistinctExp } from '../interfaces';\n\nexport function useOnePostCategory(queryOptions: IQueryOptions<PostCategoryBoolExp, PostCategoryOrderBy, PostCategoryDistinctExp>) {\n return useQueryOneEntityWithIndicator<PostCategory>(PostCategoryEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { PostCategory, PostCategoryInput, PostCategoryEntityName } from '../interfaces';\n\nexport function useUpsertOnePostCategory(options?: IMutationOptions<PostCategory> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<PostCategory, PostCategoryInput>(PostCategoryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { PostCategory, PostCategoryEntityName } from '../interfaces';\n\nexport function useDeletePostCategoryById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<PostCategory>(PostCategoryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { PostCategory, PostCategoryEntityName } from '../interfaces';\n\nexport function useDeletePostCategory(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<PostCategory>(PostCategoryEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Tag, TagEntityName, TagBoolExp, TagOrderBy, TagDistinctExp } from '../interfaces';\n\nexport function useTagList(queryOptions: IQueryOptions<TagBoolExp, TagOrderBy, TagDistinctExp>) {\n return useQueryEntityListWithIndicator<Tag>(TagEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Tag, TagEntityName, TagBoolExp, TagOrderBy, TagDistinctExp } from '../interfaces';\n\nexport function useOneTag(queryOptions: IQueryOptions<TagBoolExp, TagOrderBy, TagDistinctExp>) {\n return useQueryOneEntityWithIndicator<Tag>(TagEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Tag, TagInput, TagEntityName } from '../interfaces';\n\nexport function useUpsertOneTag(options?: IMutationOptions<Tag> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Tag, TagInput>(TagEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Tag, TagEntityName } from '../interfaces';\n\nexport function useDeleteTagById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Tag>(TagEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Tag, TagEntityName } from '../interfaces';\n\nexport function useDeleteTag(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Tag>(TagEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Customer, CustomerEntityName, CustomerBoolExp, CustomerOrderBy, CustomerDistinctExp } from '../interfaces';\n\nexport function useCustomerList(queryOptions: IQueryOptions<CustomerBoolExp, CustomerOrderBy, CustomerDistinctExp>) {\n return useQueryEntityListWithIndicator<Customer>(CustomerEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { Customer, CustomerEntityName, CustomerBoolExp, CustomerOrderBy, CustomerDistinctExp } from '../interfaces';\n\nexport function useOneCustomer(queryOptions: IQueryOptions<CustomerBoolExp, CustomerOrderBy, CustomerDistinctExp>) {\n return useQueryOneEntityWithIndicator<Customer>(CustomerEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Customer, CustomerInput, CustomerEntityName } from '../interfaces';\n\nexport function useUpsertOneCustomer(options?: IMutationOptions<Customer> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<Customer, CustomerInput>(CustomerEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Customer, CustomerEntityName } from '../interfaces';\n\nexport function useDeleteCustomerById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<Customer>(CustomerEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { Customer, CustomerEntityName } from '../interfaces';\n\nexport function useDeleteCustomer(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<Customer>(CustomerEntityName, options)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryEntityListWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { ProductCategory, ProductCategoryEntityName, ProductCategoryBoolExp, ProductCategoryOrderBy, ProductCategoryDistinctExp } from '../interfaces';\n\nexport function useProductCategoryList(queryOptions: IQueryOptions<ProductCategoryBoolExp, ProductCategoryOrderBy, ProductCategoryDistinctExp>) {\n return useQueryEntityListWithIndicator<ProductCategory>(ProductCategoryEntityName, queryOptions)\n};","import { IQueryOptions } from '@rxdrag/entify-hooks';\nimport { useQueryOneEntityWithIndicator } from '@rxdrag/rxcms-entify-wrapper';\nimport { ProductCategory, ProductCategoryEntityName, ProductCategoryBoolExp, ProductCategoryOrderBy, ProductCategoryDistinctExp } from '../interfaces';\n\nexport function useOneProductCategory(queryOptions: IQueryOptions<ProductCategoryBoolExp, ProductCategoryOrderBy, ProductCategoryDistinctExp>) {\n return useQueryOneEntityWithIndicator<ProductCategory>(ProductCategoryEntityName, queryOptions)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useUpsertEntityWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { ProductCategory, ProductCategoryInput, ProductCategoryEntityName } from '../interfaces';\n\nexport function useUpsertOneProductCategory(options?: IMutationOptions<ProductCategory> & IIndicatorOptions) {\n return useUpsertEntityWithIndicator<ProductCategory, ProductCategoryInput>(ProductCategoryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntityByIdWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { ProductCategory, ProductCategoryEntityName } from '../interfaces';\n\nexport function useDeleteProductCategoryById(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntityByIdWithIndicator<ProductCategory>(ProductCategoryEntityName, options)\n};","import { IMutationOptions } from '@rxdrag/entify-hooks';\nimport { useDeleteEntitiesWithIndicator, IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';\nimport { ProductCategory, ProductCategoryEntityName } from '../interfaces';\n\nexport function useDeleteProductCategory(options?: IMutationOptions & IIndicatorOptions) {\n return useDeleteEntitiesWithIndicator<ProductCategory>(ProductCategoryEntityName, options)\n};","export enum UserFields {\n id = 'id',\n loginName = 'loginName',\n name = 'name',\n mobileNumber = 'mobileNumber',\n isSupperAdmin = 'isSupperAdmin',\n password = 'password',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n /**\n * 职位\n */\n postion = 'postion',\n /**\n * 自我介绍\n */\n profile = 'profile',\n userType = 'userType',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n roles = 'roles',\n rolesAggregate='rolesAggregate',\n avatar = 'avatar',\n products = 'products',\n productsAggregate='productsAggregate',\n posts = 'posts',\n postsAggregate='postsAggregate',\n websites = 'websites',\n websitesAggregate='websitesAggregate',\n belongsTo = 'belongsTo',\n}\n\n","export enum RoleFields {\n id = 'id',\n name = 'name',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n users = 'users',\n usersAggregate='usersAggregate',\n}\n\n","export enum AbilityFields {\n id = 'id',\n entityUuid = 'entityUuid',\n columnUuid = 'columnUuid',\n can = 'can',\n expression = 'expression',\n abilityType = 'abilityType',\n roleId = 'roleId',\n}\n\n","export enum MediaFields {\n id = 'id',\n name = 'name',\n size = 'size',\n mimeType = 'mimeType',\n extName = 'extName',\n file = 'file',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n mediaType = 'mediaType',\n /**\n * 网站Id\n */\n websiteId = 'websiteId',\n folder = 'folder',\n avatarOfUser = 'avatarOfUser',\n usedByProducts = 'usedByProducts',\n usedByProductsAggregate='usedByProductsAggregate',\n}\n\n","export enum WebsiteFields {\n id = 'id',\n /**\n * 站点名称\n */\n name = 'name',\n /**\n * 站点备注\n */\n remark = 'remark',\n /**\n * 创建者ID\n */\n createdBy = 'createdBy',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 最近打开时间\n */\n lastOpenTime = 'lastOpenTime',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 更新者ID\n */\n updatedBy = 'updatedBy',\n websiteType = 'websiteType',\n selectedTheme = 'selectedTheme',\n homePage = 'homePage',\n owner = 'owner',\n users = 'users',\n usersAggregate='usersAggregate',\n}\n\n","export enum LangFields {\n id = 'id',\n /**\n * 缩写\n */\n abbr = 'abbr',\n /**\n * 英文名称\n */\n enName = 'enName',\n /**\n * 本地名称\n */\n localName = 'localName',\n /**\n * 国旗图标\n */\n icon = 'icon',\n /**\n * 备注\n */\n remark = 'remark',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n}\n\n","export enum WebsiteTypeFields {\n id = 'id',\n /**\n * 网站类型名称\n */\n name = 'name',\n /**\n * 显示名称\n */\n displayName = 'displayName',\n pricePerMonth = 'pricePerMonth',\n pricePerYear = 'pricePerYear',\n /**\n * 备注\n */\n remark = 'remark',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n status = 'status',\n /**\n * 等级\n */\n level = 'level',\n websites = 'websites',\n websitesAggregate='websitesAggregate',\n}\n\n","export enum PageFields {\n id = 'id',\n title = 'title',\n content = 'content',\n /**\n * 备注\n */\n remark = 'remark',\n langAbbr = 'langAbbr',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n slug = 'slug',\n}\n\n","export enum PostFields {\n id = 'id',\n seqValue = 'seqValue',\n /**\n * 置顶\n */\n pinToTop = 'pinToTop',\n authorEmail = 'authorEmail',\n summary = 'summary',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n slug = 'slug',\n tags = 'tags',\n tagsAggregate='tagsAggregate',\n author = 'author',\n cover = 'cover',\n category = 'category',\n}\n\n","export enum ProductFields {\n id = 'id',\n published = 'published',\n summary = 'summary',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n category = 'category',\n medias = 'medias',\n mediasAggregate='mediasAggregate',\n slug = 'slug',\n tags = 'tags',\n tagsAggregate='tagsAggregate',\n creator = 'creator',\n}\n\n","export enum SlugFields {\n id = 'id',\n uniqueName = 'uniqueName',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n post = 'post',\n product = 'product',\n page = 'page',\n}\n\n","export enum EnquiryFields {\n id = 'id',\n title = 'title',\n content = 'content',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n customer = 'customer',\n}\n\n","export enum WebsiteMetaFields {\n id = 'id',\n}\n\n","export enum WebsiteSettingsFields {\n id = 'id',\n /**\n * 邮件配置\n */\n smtpConfig = 'smtpConfig',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\n","export enum TemplateFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n content = 'content',\n /**\n * 模板类型\n */\n templateType = 'templateType',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n category = 'category',\n theme = 'theme',\n}\n\n","export enum TemplateCategoryFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n templates = 'templates',\n templatesAggregate='templatesAggregate',\n theme = 'theme',\n}\n\n","export enum ThemeFields {\n id = 'id',\n name = 'name',\n styles = 'styles',\n settings = 'settings',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n templates = 'templates',\n templatesAggregate='templatesAggregate',\n themlateCategories = 'themlateCategories',\n themlateCategoriesAggregate='themlateCategoriesAggregate',\n}\n\n","export enum MediaFolderFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n children = 'children',\n childrenAggregate='childrenAggregate',\n parent = 'parent',\n medias = 'medias',\n mediasAggregate='mediasAggregate',\n}\n\n","export enum WebsitePartFields {\n id = 'id',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\n","export enum WebsiteContentFields {\n id = 'id',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\n","export enum PostCategoryFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n children = 'children',\n childrenAggregate='childrenAggregate',\n posts = 'posts',\n postsAggregate='postsAggregate',\n parent = 'parent',\n}\n\n","export enum TagFields {\n id = 'id',\n /**\n * 名称\n */\n name = 'name',\n color = 'color',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n posts = 'posts',\n postsAggregate='postsAggregate',\n products = 'products',\n productsAggregate='productsAggregate',\n}\n\n","export enum SeoMetaFields {\n id = 'id',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n}\n\n","export enum OgMetaFields {\n id = 'id',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n}\n\n","export enum PublishableFields {\n id = 'id',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\n","export enum PersonFields {\n id = 'id',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\n","export enum CustomerFields {\n id = 'id',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n enquires = 'enquires',\n enquiresAggregate='enquiresAggregate',\n}\n\n","export enum BaseEntityFields {\n id = 'id',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\n","export enum MultiLangableFields {\n id = 'id',\n lang = 'lang',\n}\n\n","export enum WebsiteUserFields {\r\n id = 'id',\r\n /**\r\n * 职位\r\n */\r\n postion = 'postion',\r\n /**\r\n * 自我介绍\r\n */\r\n profile = 'profile',\r\n userType = 'userType',\r\n /**\r\n * 邮箱\r\n */\r\n email = 'email',\r\n /**\r\n * 电话\r\n */\r\n tel = 'tel',\r\n /**\r\n * 电话2\r\n */\r\n tel2 = 'tel2',\r\n name = 'name',\r\n mobile = 'mobile',\r\n whatsApp = 'whatsApp',\r\n linkedIn = 'linkedIn',\r\n twitter = 'twitter',\r\n facebook = 'facebook',\r\n instagram = 'instagram',\r\n /**\r\n * 简介\r\n */\r\n summary = 'summary',\r\n}\r\n\r\n","export enum CustomizeMediaFields {\n id = 'id',\n /**\n * 网站Id\n */\n websiteId = 'websiteId',\n}\n\n","export enum ProductCategoryFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n children = 'children',\n childrenAggregate='childrenAggregate',\n parent = 'parent',\n products = 'products',\n productsAggregate='productsAggregate',\n}\n\n"],"names":["UserDistinctEnum","RoleDistinctEnum","AbilityDistinctEnum","AbilityType","MediaDistinctEnum","MediaType","WebsiteDistinctEnum","LangDistinctEnum","WebsiteTypeDistinctEnum","PageDistinctEnum","PostDistinctEnum","ProductDistinctEnum","SlugDistinctEnum","EnquiryDistinctEnum","WebsiteMetaDistinctEnum","WebsiteSettingsDistinctEnum","TemplateDistinctEnum","TemplateCategoryDistinctEnum","ThemeDistinctEnum","MediaFolderDistinctEnum","WebsiteTypeStatus","PostCategoryDistinctEnum","TagDistinctEnum","PublishableStatus","CustomerDistinctEnum","UserType","TemplateType","ProductCategoryDistinctEnum","ExtendFieldType","ComponentType","UserFields","RoleFields","AbilityFields","MediaFields","WebsiteFields","LangFields","WebsiteTypeFields","PageFields","PostFields","ProductFields","SlugFields","EnquiryFields","WebsiteMetaFields","WebsiteSettingsFields","TemplateFields","TemplateCategoryFields","ThemeFields","MediaFolderFields","WebsitePartFields","WebsiteContentFields","PostCategoryFields","TagFields","SeoMetaFields","OgMetaFields","PublishableFields","PersonFields","CustomerFields","BaseEntityFields","MultiLangableFields","WebsiteUserFields","CustomizeMediaFields","ProductCategoryFields"],"mappings":";;AASO,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;ACElB,MAAA,qBAAkD,CAAC,WAAW;;AAClE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,OAAO,OAAO,QAAS,oBAAoB,EAAE,OAAM,YAAO,UAAP,mBAAc,IAAI,SAAO,YAAY,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAEvG;AAEa,MAAA,cAA2C,CAAC,WAAW;AAC3D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,OAAO,sBAAsB,OAAO,KAAK;AAAA,EAAA;AAE7C;ACLa,MAAA,4BAAuE,CAAC,WAAW;;AACvF,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,mBAAmB,GAAG,GAAC,CAAG,IAAI;AAAA,IACnH,QAAQ,OAAO,SAAU,mBAAmB,EAAE,MAAM,mBAAmB,OAAO,MAAM,EAAG,CAAA,IAAI;AAAA,IAC3F,QAAQ,OAAO,SAAU,oBAAoB,EAAE,OAAM,YAAO,WAAP,mBAAe,IAAI,SAAO,aAAa,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAE3G;AAEa,MAAA,qBAAgE,CAAC,WAAW;AAChF,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,sBAAsB,OAAO,QAAQ;AAAA,IAC/C,QAAQ,qBAAqB,OAAO,MAAM;AAAA,IAC1C,QAAQ,sBAAsB,OAAO,MAAM;AAAA,EAAA;AAE/C;ACpBa,MAAA,gCAAmF,CAAC,WAAW;;AACnG,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,uBAAuB,GAAG,GAAC,CAAG,IAAI;AAAA,IACvH,QAAQ,OAAO,SAAU,mBAAmB,EAAE,MAAM,uBAAuB,OAAO,MAAM,EAAG,CAAA,IAAI;AAAA,IAC/F,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAEnH;AAEa,MAAA,yBAA4E,CAAC,WAAW;AAC5F,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,sBAAsB,OAAO,QAAQ;AAAA,IAC/C,QAAQ,qBAAqB,OAAO,MAAM;AAAA,IAC1C,UAAU,sBAAsB,OAAO,QAAQ;AAAA,EAAA;AAEnD;ACTa,MAAA,oBAA+C,CAAC,WAAW;;AAC/D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,OAAO,OAAO,QAAS,oBAAoB,EAAE,OAAM,YAAO,UAAP,mBAAc,IAAI,SAAO,YAAY,GAAG,GAAC,CAAG,IAAI;AAAA,IACnG,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAEnH;AAEa,MAAA,aAAwC,CAAC,WAAW;AACxD,SAAA;AAAA,IACL,GAAG;AAAA,IACH,OAAO,sBAAsB,OAAO,KAAK;AAAA,IACzC,UAAU,sBAAsB,OAAO,QAAQ;AAAA,EAAA;AAEnD;ACjBa,MAAA,6BAA0E,CAAC,WAAW;;AAC1F,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,oBAAoB,GAAG,GAAC,CAAG,IAAI;AAAA,IACpH,OAAO,OAAO,QAAS,oBAAoB,EAAE,OAAM,YAAO,UAAP,mBAAc,IAAI,SAAO,YAAY,GAAG,GAAC,CAAG,IAAI;AAAA,IACnG,QAAQ,OAAO,SAAU,mBAAmB,EAAE,MAAM,oBAAoB,OAAO,MAAM,EAAG,CAAA,IAAI;AAAA,EAAA;AAEhG;AAEa,MAAA,sBAAmE,CAAC,WAAW;AACnF,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,sBAAsB,OAAO,QAAQ;AAAA,IAC/C,OAAO,sBAAsB,OAAO,KAAK;AAAA,IACzC,QAAQ,qBAAqB,OAAO,MAAM;AAAA,EAAA;AAE9C;ACDa,MAAA,qBAAkD,CAAC,WAAW;;AAClE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,MAAM,OAAO,OAAQ,mBAAmB,EAAE,MAAM,YAAY,OAAO,IAAI,EAAG,CAAA,IAAI;AAAA,IAC9E,MAAM,OAAO,OAAQ,oBAAoB,EAAE,OAAM,YAAO,SAAP,mBAAa,IAAI,SAAO,WAAW,GAAG,GAAC,CAAG,IAAI;AAAA,IAC/F,QAAQ,OAAO,SAAU,mBAAmB,EAAE,MAAM,YAAY,OAAO,MAAM,EAAG,CAAA,IAAI;AAAA,IACpF,OAAO,OAAO,QAAS,mBAAmB,EAAE,MAAM,aAAa,OAAO,KAAK,EAAG,CAAA,IAAI;AAAA,IAClF,UAAU,OAAO,WAAY,mBAAmB,EAAE,MAAM,oBAAoB,OAAO,QAAQ,EAAG,CAAA,IAAI;AAAA,EAAA;AAEtG;AAEa,MAAA,cAA2C,CAAC,WAAW;AAC3D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,MAAM,qBAAqB,OAAO,IAAI;AAAA,IACtC,MAAM,sBAAsB,OAAO,IAAI;AAAA,IACvC,QAAQ,qBAAqB,OAAO,MAAM;AAAA,IAC1C,OAAO,qBAAqB,OAAO,KAAK;AAAA,IACxC,UAAU,qBAAqB,OAAO,QAAQ;AAAA,EAAA;AAElD;ACrCa,MAAA,qBAAkD,CAAC,WAAW;AAClE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,MAAM,OAAO,OAAQ,mBAAmB,EAAE,MAAM,YAAY,OAAO,IAAI,EAAG,CAAA,IAAI;AAAA,EAAA;AAElF;AAEa,MAAA,cAA2C,CAAC,WAAW;AAC3D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,MAAM,qBAAqB,OAAO,IAAI;AAAA,EAAA;AAE1C;ACZa,MAAA,qBAAkD,CAAC,WAAW;AAClE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,MAAM,OAAO,OAAQ,mBAAmB,EAAE,MAAM,YAAY,OAAO,IAAI,EAAG,CAAA,IAAI;AAAA,IAC9E,SAAS,OAAO,UAAW,mBAAmB,EAAE,MAAM,eAAe,OAAO,OAAO,EAAG,CAAA,IAAI;AAAA,IAC1F,MAAM,OAAO,OAAQ,mBAAmB,EAAE,MAAM,YAAY,OAAO,IAAI,EAAG,CAAA,IAAI;AAAA,EAAA;AAElF;AAEa,MAAA,cAA2C,CAAC,WAAW;AAC3D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,MAAM,qBAAqB,OAAO,IAAI;AAAA,IACtC,SAAS,qBAAqB,OAAO,OAAO;AAAA,IAC5C,MAAM,qBAAqB,OAAO,IAAI;AAAA,EAAA;AAE1C;ACPa,MAAA,wBAA2D,CAAC,WAAW;;AAC3E,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,mBAAmB,EAAE,MAAM,uBAAuB,OAAO,QAAQ,EAAG,CAAA,IAAI;AAAA,IACrG,QAAQ,OAAO,SAAU,oBAAoB,EAAE,OAAM,YAAO,WAAP,mBAAe,IAAI,SAAO,aAAa,GAAG,GAAC,CAAG,IAAI;AAAA,IACvG,MAAM,OAAO,OAAQ,mBAAmB,EAAE,MAAM,YAAY,OAAO,IAAI,EAAG,CAAA,IAAI;AAAA,IAC9E,MAAM,OAAO,OAAQ,oBAAoB,EAAE,OAAM,YAAO,SAAP,mBAAa,IAAI,SAAO,WAAW,GAAG,GAAC,CAAG,IAAI;AAAA,IAC/F,SAAS,OAAO,UAAW,mBAAmB,EAAE,MAAM,YAAY,OAAO,OAAO,EAAG,CAAA,IAAI;AAAA,EAAA;AAE3F;AAEa,MAAA,iBAAoD,CAAC,WAAW;AACpE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,qBAAqB,OAAO,QAAQ;AAAA,IAC9C,QAAQ,sBAAsB,OAAO,MAAM;AAAA,IAC3C,MAAM,qBAAqB,OAAO,IAAI;AAAA,IACtC,MAAM,sBAAsB,OAAO,IAAI;AAAA,IACvC,SAAS,qBAAqB,OAAO,OAAO;AAAA,EAAA;AAEhD;ACjBa,MAAA,sBAAqD,CAAC,WAAW;;AAC5E,QAAM,EAAC,MAAM,GAAG,KAAA,IAAQ;AACjB,SAAA;AAAA,IACL,GAAG;AAAA,IACH,QAAQ,OAAO,SAAU,mBAAmB,EAAE,MAAM,mBAAmB,OAAO,MAAM,EAAG,CAAA,IAAI;AAAA,IAC3F,cAAc,OAAO,eAAgB,mBAAmB,EAAE,MAAM,YAAY,OAAO,YAAY,EAAG,CAAA,IAAI;AAAA,IACtG,gBAAgB,OAAO,iBAAkB,oBAAoB,EAAE,OAAM,YAAO,mBAAP,mBAAuB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAErI;AAEa,MAAA,eAA8C,CAAC,WAAW;AACrE,QAAM,EAAC,MAAM,GAAG,KAAA,IAAQ;AACjB,SAAA;AAAA,IACL,GAAG;AAAA,IACH,QAAQ,qBAAqB,OAAO,MAAM;AAAA,IAC1C,cAAc,qBAAqB,OAAO,YAAY;AAAA,IACtD,gBAAgB,sBAAsB,OAAO,cAAc;AAAA,EAAA;AAE/D;ACba,MAAA,4BAAuE,CAAC,WAAW;;AACvF,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAEnH;AAEa,MAAA,qBAAgE,CAAC,WAAW;AAChF,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,sBAAsB,OAAO,QAAQ;AAAA,EAAA;AAEnD;AC9Ba,MAAA,iCAAsF,CAAC,WAAW;;AACtG,SAAA;AAAA,IACL,GAAG;AAAA,IACH,WAAW,OAAO,YAAa,oBAAoB,EAAE,OAAM,YAAO,cAAP,mBAAkB,IAAI,SAAO,gBAAgB,GAAG,GAAC,CAAG,IAAI;AAAA,IACnH,OAAO,OAAO,QAAS,mBAAmB,EAAE,MAAM,aAAa,OAAO,KAAK,EAAG,CAAA,IAAI;AAAA,EAAA;AAEtF;AAEa,MAAA,0BAA+E,CAAC,WAAW;AAC/F,SAAA;AAAA,IACL,GAAG;AAAA,IACH,WAAW,sBAAsB,OAAO,SAAS;AAAA,IACjD,OAAO,qBAAqB,OAAO,KAAK;AAAA,EAAA;AAE5C;ACTa,MAAA,yBAA8D,CAAC,WAAW;AAC9E,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,mBAAmB,EAAE,MAAM,wBAAwB,OAAO,QAAQ,EAAG,CAAA,IAAI;AAAA,IACtG,OAAO,OAAO,QAAS,mBAAmB,EAAE,MAAM,aAAa,OAAO,KAAK,EAAG,CAAA,IAAI;AAAA,EAAA;AAEtF;AAEa,MAAA,kBAAuD,CAAC,WAAW;AACvE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,qBAAqB,OAAO,QAAQ;AAAA,IAC9C,OAAO,qBAAqB,OAAO,KAAK;AAAA,EAAA;AAE5C;AClBa,MAAA,sBAAqD,CAAC,WAAW;;AACrE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,WAAW,OAAO,YAAa,oBAAoB,EAAE,OAAM,YAAO,cAAP,mBAAkB,IAAI,SAAO,gBAAgB,GAAG,GAAC,CAAG,IAAI;AAAA,IACnH,oBAAoB,OAAO,qBAAsB,oBAAoB,EAAE,OAAM,YAAO,uBAAP,mBAA2B,IAAI,SAAO,wBAAwB,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAE1J;AAEa,MAAA,eAA8C,CAAC,WAAW;AAC9D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,WAAW,sBAAsB,OAAO,SAAS;AAAA,IACjD,oBAAoB,sBAAsB,OAAO,kBAAkB;AAAA,EAAA;AAEvE;ACoBa,MAAA,wBAA2D,CAAC,WAAW;;AAC3E,SAAA;AAAA,IACL,GAAG;AAAA,IACH,aAAa,OAAO,cAAe,mBAAmB,EAAE,MAAM,mBAAmB,OAAO,WAAW,EAAG,CAAA,IAAI;AAAA,IAC1G,eAAe,OAAO,gBAAiB,mBAAmB,EAAE,MAAM,aAAa,OAAO,aAAa,EAAG,CAAA,IAAI;AAAA,IAC1G,UAAU,OAAO,WAAY,mBAAmB,EAAE,MAAM,YAAY,OAAO,QAAQ,EAAG,CAAA,IAAI;AAAA,IAC1F,OAAO,OAAO,QAAS,mBAAmB,EAAE,MAAM,YAAY,OAAO,KAAK,EAAG,CAAA,IAAI;AAAA,IACjF,OAAO,OAAO,QAAS,oBAAoB,EAAE,OAAM,YAAO,UAAP,mBAAc,IAAI,SAAO,YAAY,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAEvG;AAEa,MAAA,iBAAoD,CAAC,WAAW;AACpE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,aAAa,qBAAqB,OAAO,WAAW;AAAA,IACpD,eAAe,qBAAqB,OAAO,aAAa;AAAA,IACxD,UAAU,qBAAqB,OAAO,QAAQ;AAAA,IAC9C,OAAO,qBAAqB,OAAO,KAAK;AAAA,IACxC,OAAO,sBAAsB,OAAO,KAAK;AAAA,EAAA;AAE7C;ACxCa,MAAA,qBAAkD,CAAC,WAAW;;AAClE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,OAAO,OAAO,QAAQ,oBAAoB,EAAE,OAAM,YAAO,UAAP,mBAAc,IAAI,SAAO,YAAY,GAAG,GAAC,CAAG,IAAI;AAAA,IAClG,QAAQ,OAAO,SAAS,mBAAmB,EAAE,MAAM,aAAa,OAAO,MAAM,EAAG,CAAA,IAAI;AAAA,IACpF,UAAU,OAAO,WAAW,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,IAC9G,OAAO,OAAO,QAAQ,oBAAoB,EAAE,OAAM,YAAO,UAAP,mBAAc,IAAI,SAAO,YAAY,GAAG,GAAC,CAAG,IAAI;AAAA,IAClG,UAAU,OAAO,WAAW,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,IAC9G,WAAW,OAAO,YAAY,mBAAmB,EAAE,MAAM,eAAe,OAAO,SAAS,EAAG,CAAA,IAAI;AAAA,EAAA;AAEnG;AAEa,MAAA,cAA2C,CAAC,WAAW;AAC3D,SAAA;AAAA,IACL,GAAG;AAAA,IACH,OAAO,sBAAsB,OAAO,KAAK;AAAA,IACzC,QAAQ,qBAAqB,OAAO,MAAM;AAAA,IAC1C,UAAU,sBAAsB,OAAO,QAAQ;AAAA,IAC/C,OAAO,sBAAsB,OAAO,KAAK;AAAA,IACzC,UAAU,sBAAsB,OAAO,QAAQ;AAAA,IAC/C,WAAW,qBAAqB,OAAO,SAAS;AAAA,EAAA;AAEpD;ACpDY,IAAA,qCAAAA,sBAAL;AACLA,oBAAA,IAAK,IAAA;AACLA,oBAAA,WAAY,IAAA;AACZA,oBAAA,MAAO,IAAA;AACPA,oBAAA,cAAe,IAAA;AACfA,oBAAA,eAAgB,IAAA;AAChBA,oBAAA,UAAW,IAAA;AACXA,oBAAA,WAAY,IAAA;AACZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,SAAU,IAAA;AAIVA,oBAAA,SAAU,IAAA;AACVA,oBAAA,UAAW,IAAA;AAIXA,oBAAA,OAAQ,IAAA;AAIRA,oBAAA,KAAM,IAAA;AAINA,oBAAA,MAAO,IAAA;AACPA,oBAAA,QAAS,IAAA;AACTA,oBAAA,UAAW,IAAA;AACXA,oBAAA,UAAW,IAAA;AACXA,oBAAA,SAAU,IAAA;AACVA,oBAAA,UAAW,IAAA;AACXA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,SAAU,IAAA;AAvCAA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACCL,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;ACLnB,IAAA,qCAAAC,sBAAL;AACLA,oBAAA,IAAK,IAAA;AACLA,oBAAA,MAAO,IAAA;AACPA,oBAAA,aAAc,IAAA;AACdA,oBAAA,WAAY,IAAA;AACZA,oBAAA,WAAY,IAAA;AALFA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACGL,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;ACQrB,MAAA,wBAA2D,CAAC,WAAW;AAC3E,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;AAEa,MAAA,iBAAoD,CAAC,WAAW;AACpE,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;ACzBY,IAAA,wCAAAC,yBAAL;AACLA,uBAAA,IAAK,IAAA;AACLA,uBAAA,YAAa,IAAA;AACbA,uBAAA,YAAa,IAAA;AACbA,uBAAA,KAAM,IAAA;AACNA,uBAAA,YAAa,IAAA;AACbA,uBAAA,aAAc,IAAA;AACdA,uBAAA,QAAS,IAAA;AAPCA,SAAAA;AAAA,GAAA,uBAAA,CAAA,CAAA;ACAA,IAAA,gCAAAC,iBAAL;AAILA,eAAA,QAAS,IAAA;AAKTA,eAAA,MAAO,IAAA;AAKPA,eAAA,QAAS,IAAA;AAKTA,eAAA,QAAS,IAAA;AAnBCA,SAAAA;AAAA,GAAA,eAAA,CAAA,CAAA;ACUL,MAAM,kBAAkB;AAExB,MAAM,mBAAmB;ACVpB,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AACLA,qBAAA,MAAO,IAAA;AACPA,qBAAA,MAAO,IAAA;AACPA,qBAAA,UAAW,IAAA;AACXA,qBAAA,SAAU,IAAA;AACVA,qBAAA,MAAO,IAAA;AACPA,qBAAA,aAAc,IAAA;AACdA,qBAAA,WAAY,IAAA;AACZA,qBAAA,WAAY,IAAA;AACZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAdFA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACFA,IAAA,8BAAAC,eAAL;AAILA,aAAA,OAAQ,IAAA;AAKRA,aAAA,OAAQ,IAAA;AAKRA,aAAA,UAAW,IAAA;AAdDA,SAAAA;AAAA,GAAA,aAAA,CAAA,CAAA;ACML,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;ACRtB,IAAA,wCAAAC,yBAAL;AACLA,uBAAA,IAAK,IAAA;AAILA,uBAAA,MAAO,IAAA;AAIPA,uBAAA,QAAS,IAAA;AAITA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,cAAe,IAAA;AAIfA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,WAAY,IAAA;AA7BFA,SAAAA;AAAA,GAAA,uBAAA,CAAA,CAAA;ACGL,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;AC2BlB,MAAA,qBAAkD,CAAC,WAAW;AAClE,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;AAEa,MAAA,cAA2C,CAAC,WAAW;AAC3D,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;AC1CY,IAAA,qCAAAC,sBAAL;AACLA,oBAAA,IAAK,IAAA;AAILA,oBAAA,MAAO,IAAA;AAIPA,oBAAA,QAAS,IAAA;AAITA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,MAAO,IAAA;AAIPA,oBAAA,QAAS,IAAA;AACTA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AA9BFA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACEL,MAAM,wBAAwB;AAE9B,MAAM,yBAAyB;ACN1B,IAAA,4CAAAC,6BAAL;AACLA,2BAAA,IAAK,IAAA;AAILA,2BAAA,MAAO,IAAA;AAIPA,2BAAA,aAAc,IAAA;AACdA,2BAAA,eAAgB,IAAA;AAChBA,2BAAA,cAAe,IAAA;AAIfA,2BAAA,QAAS,IAAA;AACTA,2BAAA,WAAY,IAAA;AACZA,2BAAA,WAAY,IAAA;AACZA,2BAAA,QAAS,IAAA;AAITA,2BAAA,OAAQ,IAAA;AAtBEA,SAAAA;AAAA,GAAA,2BAAA,CAAA,CAAA;ACIL,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;ACJnB,IAAA,qCAAAC,sBAAL;AACLA,oBAAA,IAAK,IAAA;AACLA,oBAAA,OAAQ,IAAA;AACRA,oBAAA,SAAU,IAAA;AAIVA,oBAAA,QAAS,IAAA;AACTA,oBAAA,UAAW,IAAA;AACXA,oBAAA,SAAU,IAAA;AACVA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AACZA,oBAAA,UAAW,IAAA;AACXA,oBAAA,aAAc,IAAA;AACdA,oBAAA,gBAAiB,IAAA;AACjBA,oBAAA,SAAU,IAAA;AACVA,oBAAA,eAAgB,IAAA;AAChBA,oBAAA,YAAa,IAAA;AACbA,oBAAA,OAAQ,IAAA;AACRA,oBAAA,YAAa,IAAA;AACbA,oBAAA,QAAS,IAAA;AACTA,oBAAA,MAAO,IAAA;AA5BGA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACOL,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;ACTnB,IAAA,qCAAAC,sBAAL;AACLA,oBAAA,IAAK,IAAA;AACLA,oBAAA,UAAW,IAAA;AAIXA,oBAAA,UAAW,IAAA;AACXA,oBAAA,aAAc,IAAA;AACdA,oBAAA,SAAU,IAAA;AAIVA,oBAAA,kBAAmB,IAAA;AACnBA,oBAAA,aAAc,IAAA;AACdA,oBAAA,QAAS,IAAA;AACTA,oBAAA,OAAQ,IAAA;AACRA,oBAAA,SAAU,IAAA;AACVA,oBAAA,SAAU,IAAA;AACVA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,QAAS,IAAA;AACTA,oBAAA,UAAW,IAAA;AACXA,oBAAA,aAAc,IAAA;AACdA,oBAAA,gBAAiB,IAAA;AACjBA,oBAAA,SAAU,IAAA;AACVA,oBAAA,eAAgB,IAAA;AAChBA,oBAAA,YAAa,IAAA;AACbA,oBAAA,OAAQ,IAAA;AACRA,oBAAA,YAAa,IAAA;AACbA,oBAAA,QAAS,IAAA;AACTA,oBAAA,MAAO,IAAA;AAxCGA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACQL,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;ACVtB,IAAA,wCAAAC,yBAAL;AACLA,uBAAA,IAAK,IAAA;AACLA,uBAAA,WAAY,IAAA;AACZA,uBAAA,SAAU,IAAA;AAIVA,uBAAA,kBAAmB,IAAA;AACnBA,uBAAA,aAAc,IAAA;AACdA,uBAAA,QAAS,IAAA;AACTA,uBAAA,OAAQ,IAAA;AACRA,uBAAA,SAAU,IAAA;AACVA,uBAAA,SAAU,IAAA;AACVA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,QAAS,IAAA;AACTA,uBAAA,UAAW,IAAA;AACXA,uBAAA,aAAc,IAAA;AACdA,uBAAA,gBAAiB,IAAA;AACjBA,uBAAA,SAAU,IAAA;AACVA,uBAAA,eAAgB,IAAA;AAChBA,uBAAA,YAAa,IAAA;AACbA,uBAAA,OAAQ,IAAA;AACRA,uBAAA,YAAa,IAAA;AACbA,uBAAA,QAAS,IAAA;AACTA,uBAAA,MAAO,IAAA;AAnCGA,SAAAA;AAAA,GAAA,uBAAA,CAAA,CAAA;ACIL,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;ACNnB,IAAA,qCAAAC,sBAAL;AACLA,oBAAA,IAAK,IAAA;AACLA,oBAAA,YAAa,IAAA;AACbA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,QAAS,IAAA;AAfCA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACEL,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;ACMrB,MAAA,yBAA8D,CAAC,WAAW;;AAC9E,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,oBAAoB,EAAE,OAAM,YAAO,aAAP,mBAAiB,IAAI,SAAO,eAAe,GAAG,GAAC,CAAG,IAAI;AAAA,EAAA;AAEnH;AAEa,MAAA,kBAAuD,CAAC,WAAW;AACvE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,sBAAsB,OAAO,QAAQ;AAAA,EAAA;AAEnD;ACXa,MAAA,wBAA2D,CAAC,WAAW;AAC3E,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,OAAO,WAAY,mBAAmB,EAAE,MAAM,gBAAgB,OAAO,QAAQ,EAAG,CAAA,IAAI;AAAA,EAAA;AAElG;AAEa,MAAA,iBAAoD,CAAC,WAAW;AACpE,SAAA;AAAA,IACL,GAAG;AAAA,IACH,UAAU,qBAAqB,OAAO,QAAQ;AAAA,EAAA;AAElD;ACvBY,IAAA,wCAAAC,yBAAL;AACLA,uBAAA,IAAK,IAAA;AACLA,uBAAA,OAAQ,IAAA;AACRA,uBAAA,SAAU,IAAA;AACVA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,WAAY,IAAA;AAIZA,uBAAA,QAAS,IAAA;AAhBCA,SAAAA;AAAA,GAAA,uBAAA,CAAA,CAAA;ACFL,MAAM,wBAAwB;AAE9B,MAAM,yBAAyB;ACIzB,MAAA,4BAAuE,CAAC,WAAW;AACvF,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;AAEa,MAAA,qBAAgE,CAAC,WAAW;AAChF,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;AClBY,IAAA,4CAAAC,6BAAL;AACLA,2BAAA,IAAK,IAAA;AADKA,SAAAA;AAAA,GAAA,2BAAA,CAAA,CAAA;ACGL,MAAM,4BAA4B;AAElC,MAAM,6BAA6B;ACO7B,MAAA,gCAAmF,CAAC,WAAW;AACnG,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;AAEa,MAAA,yBAA4E,CAAC,WAAW;AAC5F,SAAA;AAAA,IACL,GAAG;AAAA,EAAA;AAGP;ACtBY,IAAA,gDAAAC,iCAAL;AACLA,+BAAA,IAAK,IAAA;AAILA,+BAAA,YAAa,IAAA;AACbA,+BAAA,WAAY,IAAA;AAIZA,+BAAA,WAAY,IAAA;AAIZA,+BAAA,WAAY,IAAA;AAIZA,+BAAA,QAAS,IAAA;AAlBCA,SAAAA;AAAA,GAAA,+BAAA,CAAA,CAAA;ACIL,MAAM,qBAAqB;AAE3B,MAAM,sBAAsB;ACNvB,IAAA,yCAAAC,0BAAL;AACLA,wBAAA,IAAK,IAAA;AACLA,wBAAA,MAAO,IAAA;AACPA,wBAAA,UAAW,IAAA;AACXA,wBAAA,SAAU,IAAA;AAIVA,wBAAA,cAAe,IAAA;AACfA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,QAAS,IAAA;AArBCA,SAAAA;AAAA,GAAA,wBAAA,CAAA,CAAA;ACIL,MAAM,6BAA6B;AAEnC,MAAM,8BAA8B;ACN/B,IAAA,iDAAAC,kCAAL;AACLA,gCAAA,IAAK,IAAA;AACLA,gCAAA,MAAO,IAAA;AACPA,gCAAA,UAAW,IAAA;AACXA,gCAAA,WAAY,IAAA;AAIZA,gCAAA,WAAY,IAAA;AAIZA,gCAAA,WAAY,IAAA;AAIZA,gCAAA,QAAS,IAAA;AAhBCA,SAAAA;AAAA,GAAA,gCAAA,CAAA,CAAA;ACKL,MAAM,kBAAkB;AAExB,MAAM,mBAAmB;ACPpB,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AACLA,qBAAA,MAAO,IAAA;AACPA,qBAAA,QAAS,IAAA;AACTA,qBAAA,UAAW,IAAA;AACXA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,QAAS,IAAA;AAjBCA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACGL,MAAM,wBAAwB;AAE9B,MAAM,yBAAyB;ACL1B,IAAA,4CAAAC,6BAAL;AACLA,2BAAA,IAAK,IAAA;AACLA,2BAAA,MAAO,IAAA;AACPA,2BAAA,UAAW,IAAA;AACXA,2BAAA,WAAY,IAAA;AAIZA,2BAAA,WAAY,IAAA;AAIZA,2BAAA,WAAY,IAAA;AAIZA,2BAAA,QAAS,IAAA;AAhBCA,SAAAA;AAAA,GAAA,2BAAA,CAAA,CAAA;ACFA,IAAA,sCAAAC,uBAAL;AAILA,qBAAA,QAAS,IAAA;AAKTA,qBAAA,SAAU,IAAA;AATAA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACKL,MAAM,yBAAyB;AAE/B,MAAM,0BAA0B;ACL3B,IAAA,6CAAAC,8BAAL;AACLA,4BAAA,IAAK,IAAA;AACLA,4BAAA,MAAO,IAAA;AACPA,4BAAA,UAAW,IAAA;AACXA,4BAAA,WAAY,IAAA;AAIZA,4BAAA,WAAY,IAAA;AAIZA,4BAAA,WAAY,IAAA;AAIZA,4BAAA,QAAS,IAAA;AAhBCA,SAAAA;AAAA,GAAA,4BAAA,CAAA,CAAA;ACIL,MAAM,gBAAgB;AAEtB,MAAM,iBAAiB;ACNlB,IAAA,oCAAAC,qBAAL;AACLA,mBAAA,IAAK,IAAA;AAILA,mBAAA,MAAO,IAAA;AACPA,mBAAA,OAAQ,IAAA;AACRA,mBAAA,WAAY,IAAA;AAIZA,mBAAA,WAAY,IAAA;AAIZA,mBAAA,WAAY,IAAA;AAIZA,mBAAA,QAAS,IAAA;AAnBCA,SAAAA;AAAA,GAAA,mBAAA,CAAA,CAAA;ACFA,IAAA,sCAAAC,uBAAL;AAILA,qBAAA,OAAQ,IAAA;AAKRA,qBAAA,WAAY,IAAA;AAKZA,qBAAA,WAAY,IAAA;AAdFA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACML,MAAM,qBAAqB;AAE3B,MAAM,sBAAsB;ACLvB,IAAA,yCAAAC,0BAAL;AACLA,wBAAA,IAAK,IAAA;AACLA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,QAAS,IAAA;AAITA,wBAAA,OAAQ,IAAA;AAIRA,wBAAA,KAAM,IAAA;AAINA,wBAAA,MAAO,IAAA;AACPA,wBAAA,MAAO,IAAA;AACPA,wBAAA,QAAS,IAAA;AACTA,wBAAA,UAAW,IAAA;AACXA,wBAAA,UAAW,IAAA;AACXA,wBAAA,SAAU,IAAA;AACVA,wBAAA,UAAW,IAAA;AACXA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,SAAU,IAAA;AArCAA,SAAAA;AAAA,GAAA,wBAAA,CAAA,CAAA;ACHA,IAAA,6BAAAC,cAAL;AAILA,YAAA,UAAW,IAAA;AAKXA,YAAA,aAAc,IAAA;AAKdA,YAAA,aAAc,IAAA;AAdJA,SAAAA;AAAA,GAAA,YAAA,CAAA,CAAA;ACAA,IAAA,iCAAAC,kBAAL;AAILA,gBAAA,OAAQ,IAAA;AAKRA,gBAAA,cAAe,IAAA;AAKfA,gBAAA,MAAO,IAAA;AAKPA,gBAAA,iBAAkB,IAAA;AAKlBA,gBAAA,SAAU,IAAA;AAKVA,gBAAA,MAAO,IAAA;AAKPA,gBAAA,OAAQ,IAAA;AAKRA,gBAAA,YAAa,IAAA;AAvCHA,SAAAA;AAAA,GAAA,gBAAA,CAAA,CAAA;ACKL,MAAM,4BAA4B;AAElC,MAAM,6BAA6B;ACL9B,IAAA,gDAAAC,iCAAL;AACLA,+BAAA,IAAK,IAAA;AACLA,+BAAA,MAAO,IAAA;AACPA,+BAAA,UAAW,IAAA;AACXA,+BAAA,WAAY,IAAA;AAIZA,+BAAA,WAAY,IAAA;AAIZA,+BAAA,WAAY,IAAA;AAIZA,+BAAA,QAAS,IAAA;AAhBCA,SAAAA;AAAA,GAAA,+BAAA,CAAA,CAAA;ACFA,IAAA,oCAAAC,qBAAL;AAILA,mBAAA,QAAS,IAAA;AAKTA,mBAAA,QAAS,IAAA;AAKTA,mBAAA,SAAU,IAAA;AAKVA,mBAAA,MAAO,IAAA;AAKPA,mBAAA,MAAO,IAAA;AAxBGA,SAAAA;AAAA,GAAA,mBAAA,CAAA,CAAA;ACAA,IAAA,kCAAAC,mBAAL;AAILA,iBAAA,OAAQ,IAAA;AAKRA,iBAAA,UAAW,IAAA;AAKXA,iBAAA,QAAS,IAAA;AAKTA,iBAAA,UAAW,IAAA;AAKXA,iBAAA,OAAQ,IAAA;AAKRA,iBAAA,YAAa,IAAA;AAKbA,iBAAA,QAAS,IAAA;AAKTA,iBAAA,UAAW,IAAA;AAvCDA,SAAAA;AAAA,GAAA,iBAAA,CAAA,CAAA;ACEL,MAAM,YAAyB;AAAA,EACpC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,YAAyB;AAAA,EACpC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,eAA4B;AAAA,EACvC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,aAA0B;AAAA,EACrC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,eAA4B;AAAA,EACvC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,YAAyB;AAAA,EACpC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,mBAAgC;AAAA,EAC3C,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,YAAyB;AAAA,EACpC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,YAAyB;AAAA,EACpC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,eAA4B;AAAA,EACvC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,YAAyB;AAAA,EACpC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,eAA4B;AAAA,EACvC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,mBAAgC;AAAA,EAC3C,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,uBAAoC;AAAA,EAC/C,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,gBAA6B;AAAA,EACxC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,wBAAqC;AAAA,EAChD,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,aAA0B;AAAA,EACrC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,mBAAgC;AAAA,EAC3C,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,oBAAiC;AAAA,EAC5C,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,WAAwB;AAAA,EACnC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,gBAA6B;AAAA,EACxC,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACJO,MAAM,uBAAoC;AAAA,EAC/C,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,SAAS;AACX;ACFO,SAAS,YAAY,cAAwE;AAC3F,SAAA,gCAAsC,gBAAgB,YAAY;AAC3E;ACFO,SAAS,WAAW,cAAwE;AAC1F,SAAA,+BAAqC,gBAAgB,YAAY;AAC1E;ACFO,SAAS,iBAAiB,SAAsD;AAC9E,SAAA,6BAA8C,gBAAgB,OAAO;AAC9E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,iCAAuC,gBAAgB,OAAO;AACvE;ACFO,SAAS,cAAc,SAAgD;AACrE,SAAA,+BAAqC,gBAAgB,OAAO;AACrE;ACFO,SAAS,YAAY,cAAwE;AAC3F,SAAA,gCAAsC,gBAAgB,YAAY;AAC3E;ACFO,SAAS,WAAW,cAAwE;AAC1F,SAAA,+BAAqC,gBAAgB,YAAY;AAC1E;ACFO,SAAS,iBAAiB,SAAsD;AAC9E,SAAA,6BAA8C,gBAAgB,OAAO;AAC9E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,iCAAuC,gBAAgB,OAAO;AACvE;ACFO,SAAS,cAAc,SAAgD;AACrE,SAAA,+BAAqC,gBAAgB,OAAO;AACrE;ACFO,SAAS,eAAe,cAAiF;AACvG,SAAA,gCAAyC,mBAAmB,YAAY;AACjF;ACFO,SAAS,cAAc,cAAiF;AACtG,SAAA,+BAAwC,mBAAmB,YAAY;AAChF;ACFO,SAAS,oBAAoB,SAAyD;AACpF,SAAA,6BAAoD,mBAAmB,OAAO;AACvF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,iCAA0C,mBAAmB,OAAO;AAC7E;ACFO,SAAS,iBAAiB,SAAgD;AACxE,SAAA,+BAAwC,mBAAmB,OAAO;AAC3E;ACFO,SAAS,aAAa,cAA2E;AAC/F,SAAA,gCAAuC,iBAAiB,YAAY;AAC7E;ACFO,SAAS,YAAY,cAA2E;AAC9F,SAAA,+BAAsC,iBAAiB,YAAY;AAC5E;ACFO,SAAS,kBAAkB,SAAuD;AAChF,SAAA,6BAAgD,iBAAiB,OAAO;AACjF;ACFO,SAAS,mBAAmB,SAAgD;AAC1E,SAAA,iCAAwC,iBAAiB,OAAO;AACzE;ACFO,SAAS,eAAe,SAAgD;AACtE,SAAA,+BAAsC,iBAAiB,OAAO;AACvE;ACFO,SAAS,eAAe,cAAiF;AACvG,SAAA,gCAAyC,mBAAmB,YAAY;AACjF;ACFO,SAAS,cAAc,cAAiF;AACtG,SAAA,+BAAwC,mBAAmB,YAAY;AAChF;ACFO,SAAS,oBAAoB,SAAyD;AACpF,SAAA,6BAAoD,mBAAmB,OAAO;AACvF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,iCAA0C,mBAAmB,OAAO;AAC7E;ACFO,SAAS,iBAAiB,SAAgD;AACxE,SAAA,+BAAwC,mBAAmB,OAAO;AAC3E;ACFO,SAAS,YAAY,cAAwE;AAC3F,SAAA,gCAAsC,gBAAgB,YAAY;AAC3E;ACFO,SAAS,WAAW,cAAwE;AAC1F,SAAA,+BAAqC,gBAAgB,YAAY;AAC1E;ACFO,SAAS,iBAAiB,SAAsD;AAC9E,SAAA,6BAA8C,gBAAgB,OAAO;AAC9E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,iCAAuC,gBAAgB,OAAO;AACvE;ACFO,SAAS,cAAc,SAAgD;AACrE,SAAA,+BAAqC,gBAAgB,OAAO;AACrE;ACFO,SAAS,mBAAmB,cAA6F;AACvH,SAAA,gCAA6C,uBAAuB,YAAY;AACzF;ACFO,SAAS,kBAAkB,cAA6F;AACtH,SAAA,+BAA4C,uBAAuB,YAAY;AACxF;ACFO,SAAS,wBAAwB,SAA6D;AAC5F,SAAA,6BAA4D,uBAAuB,OAAO;AACnG;ACFO,SAAS,yBAAyB,SAAgD;AAChF,SAAA,iCAA8C,uBAAuB,OAAO;AACrF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,+BAA4C,uBAAuB,OAAO;AACnF;ACFO,SAAS,YAAY,cAAwE;AAC3F,SAAA,gCAAsC,gBAAgB,YAAY;AAC3E;ACFO,SAAS,WAAW,cAAwE;AAC1F,SAAA,+BAAqC,gBAAgB,YAAY;AAC1E;ACFO,SAAS,iBAAiB,SAAsD;AAC9E,SAAA,6BAA8C,gBAAgB,OAAO;AAC9E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,iCAAuC,gBAAgB,OAAO;AACvE;ACFO,SAAS,cAAc,SAAgD;AACrE,SAAA,+BAAqC,gBAAgB,OAAO;AACrE;ACFO,SAAS,YAAY,cAAwE;AAC3F,SAAA,gCAAsC,gBAAgB,YAAY;AAC3E;ACFO,SAAS,WAAW,cAAwE;AAC1F,SAAA,+BAAqC,gBAAgB,YAAY;AAC1E;ACFO,SAAS,iBAAiB,SAAsD;AAC9E,SAAA,6BAA8C,gBAAgB,OAAO;AAC9E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,iCAAuC,gBAAgB,OAAO;AACvE;ACFO,SAAS,cAAc,SAAgD;AACrE,SAAA,+BAAqC,gBAAgB,OAAO;AACrE;ACFO,SAAS,eAAe,cAAiF;AACvG,SAAA,gCAAyC,mBAAmB,YAAY;AACjF;ACFO,SAAS,cAAc,cAAiF;AACtG,SAAA,+BAAwC,mBAAmB,YAAY;AAChF;ACFO,SAAS,oBAAoB,SAAyD;AACpF,SAAA,6BAAoD,mBAAmB,OAAO;AACvF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,iCAA0C,mBAAmB,OAAO;AAC7E;ACFO,SAAS,iBAAiB,SAAgD;AACxE,SAAA,+BAAwC,mBAAmB,OAAO;AAC3E;ACFO,SAAS,YAAY,cAAwE;AAC3F,SAAA,gCAAsC,gBAAgB,YAAY;AAC3E;ACFO,SAAS,WAAW,cAAwE;AAC1F,SAAA,+BAAqC,gBAAgB,YAAY;AAC1E;ACFO,SAAS,iBAAiB,SAAsD;AAC9E,SAAA,6BAA8C,gBAAgB,OAAO;AAC9E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,iCAAuC,gBAAgB,OAAO;AACvE;ACFO,SAAS,cAAc,SAAgD;AACrE,SAAA,+BAAqC,gBAAgB,OAAO;AACrE;ACFO,SAAS,eAAe,cAAiF;AACvG,SAAA,gCAAyC,mBAAmB,YAAY;AACjF;ACFO,SAAS,cAAc,cAAiF;AACtG,SAAA,+BAAwC,mBAAmB,YAAY;AAChF;ACFO,SAAS,oBAAoB,SAAyD;AACpF,SAAA,6BAAoD,mBAAmB,OAAO;AACvF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,iCAA0C,mBAAmB,OAAO;AAC7E;ACFO,SAAS,iBAAiB,SAAgD;AACxE,SAAA,+BAAwC,mBAAmB,OAAO;AAC3E;ACFO,SAAS,mBAAmB,cAA6F;AACvH,SAAA,gCAA6C,uBAAuB,YAAY;AACzF;ACFO,SAAS,kBAAkB,cAA6F;AACtH,SAAA,+BAA4C,uBAAuB,YAAY;AACxF;ACFO,SAAS,wBAAwB,SAA6D;AAC5F,SAAA,6BAA4D,uBAAuB,OAAO;AACnG;ACFO,SAAS,yBAAyB,SAAgD;AAChF,SAAA,iCAA8C,uBAAuB,OAAO;AACrF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,+BAA4C,uBAAuB,OAAO;AACnF;ACFO,SAAS,uBAAuB,cAAyG;AACvI,SAAA,gCAAiD,2BAA2B,YAAY;AACjG;ACFO,SAAS,sBAAsB,cAAyG;AACtI,SAAA,+BAAgD,2BAA2B,YAAY;AAChG;ACFO,SAAS,4BAA4B,SAAiE;AACpG,SAAA,6BAAoE,2BAA2B,OAAO;AAC/G;ACFO,SAAS,6BAA6B,SAAgD;AACpF,SAAA,iCAAkD,2BAA2B,OAAO;AAC7F;ACFO,SAAS,yBAAyB,SAAgD;AAChF,SAAA,+BAAgD,2BAA2B,OAAO;AAC3F;ACFO,SAAS,gBAAgB,cAAoF;AAC3G,SAAA,gCAA0C,oBAAoB,YAAY;AACnF;ACFO,SAAS,eAAe,cAAoF;AAC1G,SAAA,+BAAyC,oBAAoB,YAAY;AAClF;ACFO,SAAS,qBAAqB,SAA0D;AACtF,SAAA,6BAAsD,oBAAoB,OAAO;AAC1F;ACFO,SAAS,sBAAsB,SAAgD;AAC7E,SAAA,iCAA2C,oBAAoB,OAAO;AAC/E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,+BAAyC,oBAAoB,OAAO;AAC7E;ACFO,SAAS,wBAAwB,cAA4G;AAC3I,SAAA,gCAAkD,4BAA4B,YAAY;AACnG;ACFO,SAAS,uBAAuB,cAA4G;AAC1I,SAAA,+BAAiD,4BAA4B,YAAY;AAClG;ACFO,SAAS,6BAA6B,SAAkE;AACtG,SAAA,6BAAsE,4BAA4B,OAAO;AAClH;ACFO,SAAS,8BAA8B,SAAgD;AACrF,SAAA,iCAAmD,4BAA4B,OAAO;AAC/F;ACFO,SAAS,0BAA0B,SAAgD;AACjF,SAAA,+BAAiD,4BAA4B,OAAO;AAC7F;ACFO,SAAS,aAAa,cAA2E;AAC/F,SAAA,gCAAuC,iBAAiB,YAAY;AAC7E;ACFO,SAAS,YAAY,cAA2E;AAC9F,SAAA,+BAAsC,iBAAiB,YAAY;AAC5E;ACFO,SAAS,kBAAkB,SAAuD;AAChF,SAAA,6BAAgD,iBAAiB,OAAO;AACjF;ACFO,SAAS,mBAAmB,SAAgD;AAC1E,SAAA,iCAAwC,iBAAiB,OAAO;AACzE;ACFO,SAAS,eAAe,SAAgD;AACtE,SAAA,+BAAsC,iBAAiB,OAAO;AACvE;ACFO,SAAS,mBAAmB,cAA6F;AACvH,SAAA,gCAA6C,uBAAuB,YAAY;AACzF;ACFO,SAAS,kBAAkB,cAA6F;AACtH,SAAA,+BAA4C,uBAAuB,YAAY;AACxF;ACFO,SAAS,wBAAwB,SAA6D;AAC5F,SAAA,6BAA4D,uBAAuB,OAAO;AACnG;ACFO,SAAS,yBAAyB,SAAgD;AAChF,SAAA,iCAA8C,uBAAuB,OAAO;AACrF;ACFO,SAAS,qBAAqB,SAAgD;AAC5E,SAAA,+BAA4C,uBAAuB,OAAO;AACnF;ACFO,SAAS,oBAAoB,cAAgG;AAC3H,SAAA,gCAA8C,wBAAwB,YAAY;AAC3F;ACFO,SAAS,mBAAmB,cAAgG;AAC1H,SAAA,+BAA6C,wBAAwB,YAAY;AAC1F;ACFO,SAAS,yBAAyB,SAA8D;AAC9F,SAAA,6BAA8D,wBAAwB,OAAO;AACtG;ACFO,SAAS,0BAA0B,SAAgD;AACjF,SAAA,iCAA+C,wBAAwB,OAAO;AACvF;ACFO,SAAS,sBAAsB,SAAgD;AAC7E,SAAA,+BAA6C,wBAAwB,OAAO;AACrF;ACFO,SAAS,WAAW,cAAqE;AACvF,SAAA,gCAAqC,eAAe,YAAY;AACzE;ACFO,SAAS,UAAU,cAAqE;AACtF,SAAA,+BAAoC,eAAe,YAAY;AACxE;ACFO,SAAS,gBAAgB,SAAqD;AAC5E,SAAA,6BAA4C,eAAe,OAAO;AAC3E;ACFO,SAAS,iBAAiB,SAAgD;AACxE,SAAA,iCAAsC,eAAe,OAAO;AACrE;ACFO,SAAS,aAAa,SAAgD;AACpE,SAAA,+BAAoC,eAAe,OAAO;AACnE;ACFO,SAAS,gBAAgB,cAAoF;AAC3G,SAAA,gCAA0C,oBAAoB,YAAY;AACnF;ACFO,SAAS,eAAe,cAAoF;AAC1G,SAAA,+BAAyC,oBAAoB,YAAY;AAClF;ACFO,SAAS,qBAAqB,SAA0D;AACtF,SAAA,6BAAsD,oBAAoB,OAAO;AAC1F;ACFO,SAAS,sBAAsB,SAAgD;AAC7E,SAAA,iCAA2C,oBAAoB,OAAO;AAC/E;ACFO,SAAS,kBAAkB,SAAgD;AACzE,SAAA,+BAAyC,oBAAoB,OAAO;AAC7E;ACFO,SAAS,uBAAuB,cAAyG;AACvI,SAAA,gCAAiD,2BAA2B,YAAY;AACjG;ACFO,SAAS,sBAAsB,cAAyG;AACtI,SAAA,+BAAgD,2BAA2B,YAAY;AAChG;ACFO,SAAS,4BAA4B,SAAiE;AACpG,SAAA,6BAAoE,2BAA2B,OAAO;AAC/G;ACFO,SAAS,6BAA6B,SAAgD;AACpF,SAAA,iCAAkD,2BAA2B,OAAO;AAC7F;ACFO,SAAS,yBAAyB,SAAgD;AAChF,SAAA,+BAAgD,2BAA2B,OAAO;AAC3F;ACNY,IAAA,+BAAAC,gBAAL;AACLA,cAAA,IAAK,IAAA;AACLA,cAAA,WAAY,IAAA;AACZA,cAAA,MAAO,IAAA;AACPA,cAAA,cAAe,IAAA;AACfA,cAAA,eAAgB,IAAA;AAChBA,cAAA,UAAW,IAAA;AACXA,cAAA,WAAY,IAAA;AACZA,cAAA,WAAY,IAAA;AAIZA,cAAA,SAAU,IAAA;AAIVA,cAAA,SAAU,IAAA;AACVA,cAAA,UAAW,IAAA;AAIXA,cAAA,OAAQ,IAAA;AAIRA,cAAA,KAAM,IAAA;AAINA,cAAA,MAAO,IAAA;AACPA,cAAA,QAAS,IAAA;AACTA,cAAA,UAAW,IAAA;AACXA,cAAA,UAAW,IAAA;AACXA,cAAA,SAAU,IAAA;AACVA,cAAA,UAAW,IAAA;AACXA,cAAA,WAAY,IAAA;AAIZA,cAAA,SAAU,IAAA;AACVA,cAAA,OAAQ,IAAA;AACRA,cAAA,gBAAe,IAAA;AACfA,cAAA,QAAS,IAAA;AACTA,cAAA,UAAW,IAAA;AACXA,cAAA,mBAAkB,IAAA;AAClBA,cAAA,OAAQ,IAAA;AACRA,cAAA,gBAAe,IAAA;AACfA,cAAA,UAAW,IAAA;AACXA,cAAA,mBAAkB,IAAA;AAClBA,cAAA,WAAY,IAAA;AAjDFA,SAAAA;AAAA,GAAA,cAAA,CAAA,CAAA;ACAA,IAAA,+BAAAC,gBAAL;AACLA,cAAA,IAAK,IAAA;AACLA,cAAA,MAAO,IAAA;AACPA,cAAA,aAAc,IAAA;AACdA,cAAA,WAAY,IAAA;AACZA,cAAA,WAAY,IAAA;AACZA,cAAA,OAAQ,IAAA;AACRA,cAAA,gBAAe,IAAA;AAPLA,SAAAA;AAAA,GAAA,cAAA,CAAA,CAAA;ACAA,IAAA,kCAAAC,mBAAL;AACLA,iBAAA,IAAK,IAAA;AACLA,iBAAA,YAAa,IAAA;AACbA,iBAAA,YAAa,IAAA;AACbA,iBAAA,KAAM,IAAA;AACNA,iBAAA,YAAa,IAAA;AACbA,iBAAA,aAAc,IAAA;AACdA,iBAAA,QAAS,IAAA;AAPCA,SAAAA;AAAA,GAAA,iBAAA,CAAA,CAAA;ACAA,IAAA,gCAAAC,iBAAL;AACLA,eAAA,IAAK,IAAA;AACLA,eAAA,MAAO,IAAA;AACPA,eAAA,MAAO,IAAA;AACPA,eAAA,UAAW,IAAA;AACXA,eAAA,SAAU,IAAA;AACVA,eAAA,MAAO,IAAA;AACPA,eAAA,aAAc,IAAA;AACdA,eAAA,WAAY,IAAA;AACZA,eAAA,WAAY,IAAA;AACZA,eAAA,WAAY,IAAA;AAIZA,eAAA,WAAY,IAAA;AACZA,eAAA,QAAS,IAAA;AACTA,eAAA,cAAe,IAAA;AACfA,eAAA,gBAAiB,IAAA;AACjBA,eAAA,yBAAwB,IAAA;AAlBdA,SAAAA;AAAA,GAAA,eAAA,CAAA,CAAA;ACAA,IAAA,kCAAAC,mBAAL;AACLA,iBAAA,IAAK,IAAA;AAILA,iBAAA,MAAO,IAAA;AAIPA,iBAAA,QAAS,IAAA;AAITA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,cAAe,IAAA;AAIfA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,WAAY,IAAA;AACZA,iBAAA,aAAc,IAAA;AACdA,iBAAA,eAAgB,IAAA;AAChBA,iBAAA,UAAW,IAAA;AACXA,iBAAA,OAAQ,IAAA;AACRA,iBAAA,OAAQ,IAAA;AACRA,iBAAA,gBAAe,IAAA;AAnCLA,SAAAA;AAAA,GAAA,iBAAA,CAAA,CAAA;ACAA,IAAA,+BAAAC,gBAAL;AACLA,cAAA,IAAK,IAAA;AAILA,cAAA,MAAO,IAAA;AAIPA,cAAA,QAAS,IAAA;AAITA,cAAA,WAAY,IAAA;AAIZA,cAAA,MAAO,IAAA;AAIPA,cAAA,QAAS,IAAA;AACTA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AA9BFA,SAAAA;AAAA,GAAA,cAAA,CAAA,CAAA;ACAA,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AAILA,qBAAA,MAAO,IAAA;AAIPA,qBAAA,aAAc,IAAA;AACdA,qBAAA,eAAgB,IAAA;AAChBA,qBAAA,cAAe,IAAA;AAIfA,qBAAA,QAAS,IAAA;AACTA,qBAAA,WAAY,IAAA;AACZA,qBAAA,WAAY,IAAA;AACZA,qBAAA,QAAS,IAAA;AAITA,qBAAA,OAAQ,IAAA;AACRA,qBAAA,UAAW,IAAA;AACXA,qBAAA,mBAAkB,IAAA;AAxBRA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACAA,IAAA,+BAAAC,gBAAL;AACLA,cAAA,IAAK,IAAA;AACLA,cAAA,OAAQ,IAAA;AACRA,cAAA,SAAU,IAAA;AAIVA,cAAA,QAAS,IAAA;AACTA,cAAA,UAAW,IAAA;AACXA,cAAA,SAAU,IAAA;AACVA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AACZA,cAAA,UAAW,IAAA;AACXA,cAAA,aAAc,IAAA;AACdA,cAAA,gBAAiB,IAAA;AACjBA,cAAA,SAAU,IAAA;AACVA,cAAA,eAAgB,IAAA;AAChBA,cAAA,YAAa,IAAA;AACbA,cAAA,OAAQ,IAAA;AACRA,cAAA,YAAa,IAAA;AACbA,cAAA,QAAS,IAAA;AACTA,cAAA,MAAO,IAAA;AACPA,cAAA,MAAO,IAAA;AA7BGA,SAAAA;AAAA,GAAA,cAAA,CAAA,CAAA;ACAA,IAAA,+BAAAC,gBAAL;AACLA,cAAA,IAAK,IAAA;AACLA,cAAA,UAAW,IAAA;AAIXA,cAAA,UAAW,IAAA;AACXA,cAAA,aAAc,IAAA;AACdA,cAAA,SAAU,IAAA;AAIVA,cAAA,kBAAmB,IAAA;AACnBA,cAAA,aAAc,IAAA;AACdA,cAAA,QAAS,IAAA;AACTA,cAAA,OAAQ,IAAA;AACRA,cAAA,SAAU,IAAA;AACVA,cAAA,SAAU,IAAA;AACVA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AAIZA,cAAA,QAAS,IAAA;AACTA,cAAA,UAAW,IAAA;AACXA,cAAA,aAAc,IAAA;AACdA,cAAA,gBAAiB,IAAA;AACjBA,cAAA,SAAU,IAAA;AACVA,cAAA,eAAgB,IAAA;AAChBA,cAAA,YAAa,IAAA;AACbA,cAAA,OAAQ,IAAA;AACRA,cAAA,YAAa,IAAA;AACbA,cAAA,QAAS,IAAA;AACTA,cAAA,MAAO,IAAA;AACPA,cAAA,MAAO,IAAA;AACPA,cAAA,MAAO,IAAA;AACPA,cAAA,eAAc,IAAA;AACdA,cAAA,QAAS,IAAA;AACTA,cAAA,OAAQ,IAAA;AACRA,cAAA,UAAW,IAAA;AA9CDA,SAAAA;AAAA,GAAA,cAAA,CAAA,CAAA;ACAA,IAAA,kCAAAC,mBAAL;AACLA,iBAAA,IAAK,IAAA;AACLA,iBAAA,WAAY,IAAA;AACZA,iBAAA,SAAU,IAAA;AAIVA,iBAAA,kBAAmB,IAAA;AACnBA,iBAAA,aAAc,IAAA;AACdA,iBAAA,QAAS,IAAA;AACTA,iBAAA,OAAQ,IAAA;AACRA,iBAAA,SAAU,IAAA;AACVA,iBAAA,SAAU,IAAA;AACVA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,QAAS,IAAA;AACTA,iBAAA,UAAW,IAAA;AACXA,iBAAA,aAAc,IAAA;AACdA,iBAAA,gBAAiB,IAAA;AACjBA,iBAAA,SAAU,IAAA;AACVA,iBAAA,eAAgB,IAAA;AAChBA,iBAAA,YAAa,IAAA;AACbA,iBAAA,OAAQ,IAAA;AACRA,iBAAA,YAAa,IAAA;AACbA,iBAAA,QAAS,IAAA;AACTA,iBAAA,MAAO,IAAA;AACPA,iBAAA,UAAW,IAAA;AACXA,iBAAA,QAAS,IAAA;AACTA,iBAAA,iBAAgB,IAAA;AAChBA,iBAAA,MAAO,IAAA;AACPA,iBAAA,MAAO,IAAA;AACPA,iBAAA,eAAc,IAAA;AACdA,iBAAA,SAAU,IAAA;AA1CAA,SAAAA;AAAA,GAAA,iBAAA,CAAA,CAAA;ACAA,IAAA,+BAAAC,gBAAL;AACLA,cAAA,IAAK,IAAA;AACLA,cAAA,YAAa,IAAA;AACbA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AAIZA,cAAA,WAAY,IAAA;AAIZA,cAAA,QAAS,IAAA;AACTA,cAAA,MAAO,IAAA;AACPA,cAAA,SAAU,IAAA;AACVA,cAAA,MAAO,IAAA;AAlBGA,SAAAA;AAAA,GAAA,cAAA,CAAA,CAAA;ACAA,IAAA,kCAAAC,mBAAL;AACLA,iBAAA,IAAK,IAAA;AACLA,iBAAA,OAAQ,IAAA;AACRA,iBAAA,SAAU,IAAA;AACVA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,WAAY,IAAA;AAIZA,iBAAA,QAAS,IAAA;AACTA,iBAAA,UAAW,IAAA;AAjBDA,SAAAA;AAAA,GAAA,iBAAA,CAAA,CAAA;ACAA,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AADKA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACAA,IAAA,0CAAAC,2BAAL;AACLA,yBAAA,IAAK,IAAA;AAILA,yBAAA,YAAa,IAAA;AACbA,yBAAA,WAAY,IAAA;AAIZA,yBAAA,WAAY,IAAA;AAIZA,yBAAA,WAAY,IAAA;AAIZA,yBAAA,QAAS,IAAA;AAlBCA,SAAAA;AAAA,GAAA,yBAAA,CAAA,CAAA;ACAA,IAAA,mCAAAC,oBAAL;AACLA,kBAAA,IAAK,IAAA;AACLA,kBAAA,MAAO,IAAA;AACPA,kBAAA,UAAW,IAAA;AACXA,kBAAA,SAAU,IAAA;AAIVA,kBAAA,cAAe,IAAA;AACfA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,QAAS,IAAA;AACTA,kBAAA,UAAW,IAAA;AACXA,kBAAA,OAAQ,IAAA;AAvBEA,SAAAA;AAAA,GAAA,kBAAA,CAAA,CAAA;ACAA,IAAA,2CAAAC,4BAAL;AACLA,0BAAA,IAAK,IAAA;AACLA,0BAAA,MAAO,IAAA;AACPA,0BAAA,UAAW,IAAA;AACXA,0BAAA,WAAY,IAAA;AAIZA,0BAAA,WAAY,IAAA;AAIZA,0BAAA,WAAY,IAAA;AAIZA,0BAAA,QAAS,IAAA;AACTA,0BAAA,WAAY,IAAA;AACZA,0BAAA,oBAAmB,IAAA;AACnBA,0BAAA,OAAQ,IAAA;AAnBEA,SAAAA;AAAA,GAAA,0BAAA,CAAA,CAAA;ACAA,IAAA,gCAAAC,iBAAL;AACLA,eAAA,IAAK,IAAA;AACLA,eAAA,MAAO,IAAA;AACPA,eAAA,QAAS,IAAA;AACTA,eAAA,UAAW,IAAA;AACXA,eAAA,WAAY,IAAA;AAIZA,eAAA,WAAY,IAAA;AAIZA,eAAA,WAAY,IAAA;AAIZA,eAAA,QAAS,IAAA;AACTA,eAAA,WAAY,IAAA;AACZA,eAAA,oBAAmB,IAAA;AACnBA,eAAA,oBAAqB,IAAA;AACrBA,eAAA,6BAA4B,IAAA;AArBlBA,SAAAA;AAAA,GAAA,eAAA,CAAA,CAAA;ACAA,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AACLA,qBAAA,MAAO,IAAA;AACPA,qBAAA,UAAW,IAAA;AACXA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,QAAS,IAAA;AACTA,qBAAA,UAAW,IAAA;AACXA,qBAAA,mBAAkB,IAAA;AAClBA,qBAAA,QAAS,IAAA;AACTA,qBAAA,QAAS,IAAA;AACTA,qBAAA,iBAAgB,IAAA;AArBNA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACAA,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AACLA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,QAAS,IAAA;AAdCA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACAA,IAAA,yCAAAC,0BAAL;AACLA,wBAAA,IAAK,IAAA;AACLA,wBAAA,OAAQ,IAAA;AACRA,wBAAA,SAAU,IAAA;AACVA,wBAAA,SAAU,IAAA;AACVA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,WAAY,IAAA;AAIZA,wBAAA,QAAS,IAAA;AACTA,wBAAA,UAAW,IAAA;AACXA,wBAAA,aAAc,IAAA;AACdA,wBAAA,gBAAiB,IAAA;AACjBA,wBAAA,SAAU,IAAA;AACVA,wBAAA,eAAgB,IAAA;AAChBA,wBAAA,YAAa,IAAA;AACbA,wBAAA,OAAQ,IAAA;AACRA,wBAAA,YAAa,IAAA;AACbA,wBAAA,QAAS,IAAA;AACTA,wBAAA,MAAO,IAAA;AA3BGA,SAAAA;AAAA,GAAA,wBAAA,CAAA,CAAA;ACAA,IAAA,uCAAAC,wBAAL;AACLA,sBAAA,IAAK,IAAA;AACLA,sBAAA,MAAO,IAAA;AACPA,sBAAA,UAAW,IAAA;AACXA,sBAAA,WAAY,IAAA;AAIZA,sBAAA,WAAY,IAAA;AAIZA,sBAAA,WAAY,IAAA;AAIZA,sBAAA,QAAS,IAAA;AACTA,sBAAA,UAAW,IAAA;AACXA,sBAAA,mBAAkB,IAAA;AAClBA,sBAAA,OAAQ,IAAA;AACRA,sBAAA,gBAAe,IAAA;AACfA,sBAAA,QAAS,IAAA;AArBCA,SAAAA;AAAA,GAAA,sBAAA,CAAA,CAAA;ACAA,IAAA,8BAAAC,eAAL;AACLA,aAAA,IAAK,IAAA;AAILA,aAAA,MAAO,IAAA;AACPA,aAAA,OAAQ,IAAA;AACRA,aAAA,WAAY,IAAA;AAIZA,aAAA,WAAY,IAAA;AAIZA,aAAA,WAAY,IAAA;AAIZA,aAAA,QAAS,IAAA;AACTA,aAAA,OAAQ,IAAA;AACRA,aAAA,gBAAe,IAAA;AACfA,aAAA,UAAW,IAAA;AACXA,aAAA,mBAAkB,IAAA;AAvBRA,SAAAA;AAAA,GAAA,aAAA,CAAA,CAAA;ACAA,IAAA,kCAAAC,mBAAL;AACLA,iBAAA,IAAK,IAAA;AACLA,iBAAA,UAAW,IAAA;AACXA,iBAAA,aAAc,IAAA;AACdA,iBAAA,gBAAiB,IAAA;AAJPA,SAAAA;AAAA,GAAA,iBAAA,CAAA,CAAA;ACAA,IAAA,iCAAAC,kBAAL;AACLA,gBAAA,IAAK,IAAA;AACLA,gBAAA,SAAU,IAAA;AACVA,gBAAA,eAAgB,IAAA;AAChBA,gBAAA,YAAa,IAAA;AACbA,gBAAA,OAAQ,IAAA;AACRA,gBAAA,YAAa,IAAA;AACbA,gBAAA,QAAS,IAAA;AAPCA,SAAAA;AAAA,GAAA,gBAAA,CAAA,CAAA;ACAA,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AAILA,qBAAA,kBAAmB,IAAA;AACnBA,qBAAA,aAAc,IAAA;AACdA,qBAAA,QAAS,IAAA;AACTA,qBAAA,OAAQ,IAAA;AACRA,qBAAA,SAAU,IAAA;AACVA,qBAAA,SAAU,IAAA;AACVA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,QAAS,IAAA;AACTA,qBAAA,UAAW,IAAA;AACXA,qBAAA,aAAc,IAAA;AACdA,qBAAA,gBAAiB,IAAA;AACjBA,qBAAA,SAAU,IAAA;AACVA,qBAAA,eAAgB,IAAA;AAChBA,qBAAA,YAAa,IAAA;AACbA,qBAAA,OAAQ,IAAA;AACRA,qBAAA,YAAa,IAAA;AACbA,qBAAA,QAAS,IAAA;AACTA,qBAAA,MAAO,IAAA;AAjCGA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACAA,IAAA,iCAAAC,kBAAL;AACLA,gBAAA,IAAK,IAAA;AAILA,gBAAA,OAAQ,IAAA;AAIRA,gBAAA,KAAM,IAAA;AAINA,gBAAA,MAAO,IAAA;AACPA,gBAAA,MAAO,IAAA;AACPA,gBAAA,QAAS,IAAA;AACTA,gBAAA,UAAW,IAAA;AACXA,gBAAA,UAAW,IAAA;AACXA,gBAAA,SAAU,IAAA;AACVA,gBAAA,UAAW,IAAA;AACXA,gBAAA,WAAY,IAAA;AAIZA,gBAAA,SAAU,IAAA;AAxBAA,SAAAA;AAAA,GAAA,gBAAA,CAAA,CAAA;ACAA,IAAA,mCAAAC,oBAAL;AACLA,kBAAA,IAAK,IAAA;AACLA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,QAAS,IAAA;AAITA,kBAAA,OAAQ,IAAA;AAIRA,kBAAA,KAAM,IAAA;AAINA,kBAAA,MAAO,IAAA;AACPA,kBAAA,MAAO,IAAA;AACPA,kBAAA,QAAS,IAAA;AACTA,kBAAA,UAAW,IAAA;AACXA,kBAAA,UAAW,IAAA;AACXA,kBAAA,SAAU,IAAA;AACVA,kBAAA,UAAW,IAAA;AACXA,kBAAA,WAAY,IAAA;AAIZA,kBAAA,SAAU,IAAA;AACVA,kBAAA,UAAW,IAAA;AACXA,kBAAA,mBAAkB,IAAA;AAvCRA,SAAAA;AAAA,GAAA,kBAAA,CAAA,CAAA;ACAA,IAAA,qCAAAC,sBAAL;AACLA,oBAAA,IAAK,IAAA;AAILA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,WAAY,IAAA;AAIZA,oBAAA,QAAS,IAAA;AAbCA,SAAAA;AAAA,GAAA,oBAAA,CAAA,CAAA;ACAA,IAAA,wCAAAC,yBAAL;AACLA,uBAAA,IAAK,IAAA;AACLA,uBAAA,MAAO,IAAA;AAFGA,SAAAA;AAAA,GAAA,uBAAA,CAAA,CAAA;ACAA,IAAA,sCAAAC,uBAAL;AACLA,qBAAA,IAAK,IAAA;AAILA,qBAAA,SAAU,IAAA;AAIVA,qBAAA,SAAU,IAAA;AACVA,qBAAA,UAAW,IAAA;AAIXA,qBAAA,OAAQ,IAAA;AAIRA,qBAAA,KAAM,IAAA;AAINA,qBAAA,MAAO,IAAA;AACPA,qBAAA,MAAO,IAAA;AACPA,qBAAA,QAAS,IAAA;AACTA,qBAAA,UAAW,IAAA;AACXA,qBAAA,UAAW,IAAA;AACXA,qBAAA,SAAU,IAAA;AACVA,qBAAA,UAAW,IAAA;AACXA,qBAAA,WAAY,IAAA;AAIZA,qBAAA,SAAU,IAAA;AAjCAA,SAAAA;AAAA,GAAA,qBAAA,CAAA,CAAA;ACAA,IAAA,yCAAAC,0BAAL;AACLA,wBAAA,IAAK,IAAA;AAILA,wBAAA,WAAY,IAAA;AALFA,SAAAA;AAAA,GAAA,wBAAA,CAAA,CAAA;ACAA,IAAA,0CAAAC,2BAAL;AACLA,yBAAA,IAAK,IAAA;AACLA,yBAAA,MAAO,IAAA;AACPA,yBAAA,UAAW,IAAA;AACXA,yBAAA,WAAY,IAAA;AAIZA,yBAAA,WAAY,IAAA;AAIZA,yBAAA,WAAY,IAAA;AAIZA,yBAAA,QAAS,IAAA;AACTA,yBAAA,UAAW,IAAA;AACXA,yBAAA,mBAAkB,IAAA;AAClBA,yBAAA,QAAS,IAAA;AACTA,yBAAA,UAAW,IAAA;AACXA,yBAAA,mBAAkB,IAAA;AArBRA,SAAAA;AAAA,GAAA,yBAAA,CAAA,CAAA;"}
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../src/interfaces/User.ts","../src/interfaces/RoleInput.ts","../src/interfaces/MediaFolderInput.ts","../src/interfaces/ProductCategoryInput.ts","../src/interfaces/TagInput.ts","../src/interfaces/PostCategoryInput.ts","../src/interfaces/PostInput.ts","../src/interfaces/PageInput.ts","../src/interfaces/SlugInput.ts","../src/interfaces/ProductInput.ts","../src/interfaces/MediaInput.ts","../src/interfaces/WebsiteTypeInput.ts","../src/interfaces/TemplateCategoryInput.ts","../src/interfaces/TemplateInput.ts","../src/interfaces/ThemeInput.ts","../src/interfaces/WebsiteInput.ts","../src/interfaces/UserInput.ts","../src/interfaces/UserDistinctExp.ts","../src/interfaces/Role.ts","../src/interfaces/RoleDistinctExp.ts","../src/interfaces/Ability.ts","../src/interfaces/AbilityInput.ts","../src/interfaces/AbilityDistinctExp.ts","../src/interfaces/AbilityType.ts","../src/interfaces/Media.ts","../src/interfaces/MediaDistinctExp.ts","../src/interfaces/MediaType.ts","../src/interfaces/Website.ts","../src/interfaces/WebsiteDistinctExp.ts","../src/interfaces/Lang.ts","../src/interfaces/LangInput.ts","../src/interfaces/LangDistinctExp.ts","../src/interfaces/WebsiteType.ts","../src/interfaces/WebsiteTypeDistinctExp.ts","../src/interfaces/Page.ts","../src/interfaces/PageDistinctExp.ts","../src/interfaces/Post.ts","../src/interfaces/PostDistinctExp.ts","../src/interfaces/Product.ts","../src/interfaces/ProductDistinctExp.ts","../src/interfaces/Slug.ts","../src/interfaces/SlugDistinctExp.ts","../src/interfaces/Enquiry.ts","../src/interfaces/CustomerInput.ts","../src/interfaces/EnquiryInput.ts","../src/interfaces/EnquiryDistinctExp.ts","../src/interfaces/WebsiteMeta.ts","../src/interfaces/WebsiteMetaInput.ts","../src/interfaces/WebsiteMetaDistinctExp.ts","../src/interfaces/WebsiteSettings.ts","../src/interfaces/WebsiteSettingsInput.ts","../src/interfaces/WebsiteSettingsDistinctExp.ts","../src/interfaces/Template.ts","../src/interfaces/TemplateDistinctExp.ts","../src/interfaces/TemplateCategory.ts","../src/interfaces/TemplateCategoryDistinctExp.ts","../src/interfaces/Theme.ts","../src/interfaces/ThemeDistinctExp.ts","../src/interfaces/MediaFolder.ts","../src/interfaces/MediaFolderDistinctExp.ts","../src/interfaces/WebsiteTypeStatus.ts","../src/interfaces/PostCategory.ts","../src/interfaces/PostCategoryDistinctExp.ts","../src/interfaces/Tag.ts","../src/interfaces/TagDistinctExp.ts","../src/interfaces/PublishableStatus.ts","../src/interfaces/Customer.ts","../src/interfaces/CustomerDistinctExp.ts","../src/interfaces/UserType.ts","../src/interfaces/TemplateType.ts","../src/interfaces/ProductCategory.ts","../src/interfaces/ProductCategoryDistinctExp.ts","../src/interfaces/ExtendFieldType.ts","../src/interfaces/ComponentType.ts","../src/entries/userEntry.ts","../src/entries/roleEntry.ts","../src/entries/abilityEntry.ts","../src/entries/mediaEntry.ts","../src/entries/websiteEntry.ts","../src/entries/langEntry.ts","../src/entries/websiteTypeEntry.ts","../src/entries/pageEntry.ts","../src/entries/postEntry.ts","../src/entries/productEntry.ts","../src/entries/slugEntry.ts","../src/entries/enquiryEntry.ts","../src/entries/websiteMetaEntry.ts","../src/entries/websiteSettingsEntry.ts","../src/entries/templateEntry.ts","../src/entries/templateCategoryEntry.ts","../src/entries/themeEntry.ts","../src/entries/mediaFolderEntry.ts","../src/entries/postCategoryEntry.ts","../src/entries/tagEntry.ts","../src/entries/customerEntry.ts","../src/entries/productCategoryEntry.ts","../src/fields/UserFields.ts","../src/fields/RoleFields.ts","../src/fields/AbilityFields.ts","../src/fields/MediaFields.ts","../src/fields/WebsiteFields.ts","../src/fields/LangFields.ts","../src/fields/WebsiteTypeFields.ts","../src/fields/PageFields.ts","../src/fields/PostFields.ts","../src/fields/ProductFields.ts","../src/fields/SlugFields.ts","../src/fields/EnquiryFields.ts","../src/fields/WebsiteMetaFields.ts","../src/fields/WebsiteSettingsFields.ts","../src/fields/TemplateFields.ts","../src/fields/TemplateCategoryFields.ts","../src/fields/ThemeFields.ts","../src/fields/MediaFolderFields.ts","../src/fields/WebsitePartFields.ts","../src/fields/WebsiteContentFields.ts","../src/fields/PostCategoryFields.ts","../src/fields/TagFields.ts","../src/fields/SeoMetaFields.ts","../src/fields/OgMetaFields.ts","../src/fields/PublishableFields.ts","../src/fields/PersonFields.ts","../src/fields/CustomerFields.ts","../src/fields/BaseEntityFields.ts","../src/fields/MultiLangableFields.ts","../src/fields/WebsiteUserFields.ts","../src/fields/CustomizeMediaFields.ts","../src/fields/ProductCategoryFields.ts"],"sourcesContent":["import { Role } from './Role';\nimport { Media } from './Media';\nimport { Product } from './Product';\nimport { Post } from './Post';\nimport { Website } from './Website';\nimport { Aggregate } from './Aggregate';\nimport { WebsiteUser } from './WebsiteUser';\n\n\nexport const UserEntityName = 'User';\n\nexport const UserEntityLabel = '';\n\nexport interface User extends WebsiteUser {\n id?: string;\n loginName?: string;\n name?: string;\n mobileNumber?: string;\n isSupperAdmin?: boolean;\n password?: unknown;\n createdAt?: Date;\n updatedAt?: Date;\n roles?: Role[];\n avatar?: Media;\n products?: Product[];\n posts?: Post[];\n websites?: Website[];\n belongsTo?: Website;\n rolesAggregate?: Aggregate;\n productsAggregate?: Aggregate;\n postsAggregate?: Aggregate;\n websitesAggregate?: Aggregate;\n}","import { Role } from './Role';\nimport { UserInput } from './UserInput';\nimport { userToInput } from './UserInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nexport interface RoleInput {\n id?: string;\n name?: string;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n users?: SetHasMany<UserInput>;\n}\n\nexport const roleToInputCascade: (entity: Role) => RoleInput = (entity) => {\n return {\n ...entity,\n users: entity.users ? processHasManyClear({ sync: entity.users?.map(ent => userToInput(ent)) }) : undefined, \n };\n};\n\nexport const roleToInput: (entity: Role) => RoleInput = (entity) => {\n return {\n ...entity,\n users: convertHasManyToInput(entity.users), \n };\n};","import { MediaFolder } from './MediaFolder';\nimport { MediaInput } from './MediaInput';\nimport { mediaToInput } from './MediaInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 媒体分类\n * \n */\nexport interface MediaFolderInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: SetHasMany<MediaFolderInput>;\n parent?: SetHasOne<MediaFolderInput>;\n medias?: SetHasMany<MediaInput>;\n}\n\nexport const mediaFolderToInputCascade: (entity: MediaFolder) => MediaFolderInput = (entity) => {\n return {\n ...entity,\n children: entity.children ? processHasManyClear({ sync: entity.children?.map(ent => mediaFolderToInput(ent)) }) : undefined,\n parent: entity.parent ? processHasOneClear({ sync: mediaFolderToInput(entity.parent) }) : undefined,\n medias: entity.medias ? processHasManyClear({ sync: entity.medias?.map(ent => mediaToInput(ent)) }) : undefined, \n };\n};\n\nexport const mediaFolderToInput: (entity: MediaFolder) => MediaFolderInput = (entity) => {\n return {\n ...entity,\n children: convertHasManyToInput(entity.children),\n parent: convertHasOneToInput(entity.parent),\n medias: convertHasManyToInput(entity.medias), \n };\n};","import { ProductCategory } from './ProductCategory';\nimport { ProductInput } from './ProductInput';\nimport { productToInput } from './ProductInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface ProductCategoryInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: SetHasMany<ProductCategoryInput>;\n parent?: SetHasOne<ProductCategoryInput>;\n products?: SetHasMany<ProductInput>;\n}\n\nexport const productCategoryToInputCascade: (entity: ProductCategory) => ProductCategoryInput = (entity) => {\n return {\n ...entity,\n children: entity.children ? processHasManyClear({ sync: entity.children?.map(ent => productCategoryToInput(ent)) }) : undefined,\n parent: entity.parent ? processHasOneClear({ sync: productCategoryToInput(entity.parent) }) : undefined,\n products: entity.products ? processHasManyClear({ sync: entity.products?.map(ent => productToInput(ent)) }) : undefined, \n };\n};\n\nexport const productCategoryToInput: (entity: ProductCategory) => ProductCategoryInput = (entity) => {\n return {\n ...entity,\n children: convertHasManyToInput(entity.children),\n parent: convertHasOneToInput(entity.parent),\n products: convertHasManyToInput(entity.products), \n };\n};","import { Tag } from './Tag';\nimport { PostInput } from './PostInput';\nimport { ProductInput } from './ProductInput';\nimport { postToInput } from './PostInput';\nimport { productToInput } from './ProductInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 文章标签\n * \n */\nexport interface TagInput extends WebsitePart {\n id?: string;\n /**\n * 名称\n */\n name?: string;\n color?: string;\n posts?: SetHasMany<PostInput>;\n products?: SetHasMany<ProductInput>;\n}\n\nexport const tagToInputCascade: (entity: Tag) => TagInput = (entity) => {\n return {\n ...entity,\n posts: entity.posts ? processHasManyClear({ sync: entity.posts?.map(ent => postToInput(ent)) }) : undefined,\n products: entity.products ? processHasManyClear({ sync: entity.products?.map(ent => productToInput(ent)) }) : undefined, \n };\n};\n\nexport const tagToInput: (entity: Tag) => TagInput = (entity) => {\n return {\n ...entity,\n posts: convertHasManyToInput(entity.posts),\n products: convertHasManyToInput(entity.products), \n };\n};","import { PostCategory } from './PostCategory';\nimport { PostInput } from './PostInput';\nimport { postToInput } from './PostInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 文章分类\n * \n */\nexport interface PostCategoryInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: SetHasMany<PostCategoryInput>;\n posts?: SetHasMany<PostInput>;\n parent?: SetHasOne<PostCategoryInput>;\n}\n\nexport const postCategoryToInputCascade: (entity: PostCategory) => PostCategoryInput = (entity) => {\n return {\n ...entity,\n children: entity.children ? processHasManyClear({ sync: entity.children?.map(ent => postCategoryToInput(ent)) }) : undefined,\n posts: entity.posts ? processHasManyClear({ sync: entity.posts?.map(ent => postToInput(ent)) }) : undefined,\n parent: entity.parent ? processHasOneClear({ sync: postCategoryToInput(entity.parent) }) : undefined, \n };\n};\n\nexport const postCategoryToInput: (entity: PostCategory) => PostCategoryInput = (entity) => {\n return {\n ...entity,\n children: convertHasManyToInput(entity.children),\n posts: convertHasManyToInput(entity.posts),\n parent: convertHasOneToInput(entity.parent), \n };\n};","import { Post } from './Post';\nimport { SlugInput } from './SlugInput';\nimport { TagInput } from './TagInput';\nimport { UserInput } from './UserInput';\nimport { MediaInput } from './MediaInput';\nimport { PostCategoryInput } from './PostCategoryInput';\nimport { slugToInput } from './SlugInput';\nimport { tagToInput } from './TagInput';\nimport { userToInput } from './UserInput';\nimport { mediaToInput } from './MediaInput';\nimport { postCategoryToInput } from './PostCategoryInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { Publishable } from './Publishable';\n\n/**\n * 文章\n * \n */\nexport interface PostInput extends Publishable {\n id?: string;\n seqValue?: number;\n /**\n * 置顶\n */\n pinToTop?: boolean;\n authorEmail?: string;\n summary?: string;\n slug?: SetHasOne<SlugInput>;\n tags?: SetHasMany<TagInput>;\n author?: SetHasOne<UserInput>;\n cover?: SetHasOne<MediaInput>;\n category?: SetHasOne<PostCategoryInput>;\n}\n\nexport const postToInputCascade: (entity: Post) => PostInput = (entity) => {\n return {\n ...entity,\n slug: entity.slug ? processHasOneClear({ sync: slugToInput(entity.slug) }) : undefined,\n tags: entity.tags ? processHasManyClear({ sync: entity.tags?.map(ent => tagToInput(ent)) }) : undefined,\n author: entity.author ? processHasOneClear({ sync: userToInput(entity.author) }) : undefined,\n cover: entity.cover ? processHasOneClear({ sync: mediaToInput(entity.cover) }) : undefined,\n category: entity.category ? processHasOneClear({ sync: postCategoryToInput(entity.category) }) : undefined, \n };\n};\n\nexport const postToInput: (entity: Post) => PostInput = (entity) => {\n return {\n ...entity,\n slug: convertHasOneToInput(entity.slug),\n tags: convertHasManyToInput(entity.tags),\n author: convertHasOneToInput(entity.author),\n cover: convertHasOneToInput(entity.cover),\n category: convertHasOneToInput(entity.category), \n };\n};","import { Page } from './Page';\nimport { SlugInput } from './SlugInput';\nimport { slugToInput } from './SlugInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsiteContent } from './WebsiteContent';\n\nexport interface PageInput extends WebsiteContent {\n id?: string;\n title?: string;\n content?: any;\n /**\n * 备注\n */\n remark?: string;\n langAbbr?: string;\n slug?: SetHasOne<SlugInput>;\n}\n\nexport const pageToInputCascade: (entity: Page) => PageInput = (entity) => {\n return {\n ...entity,\n slug: entity.slug ? processHasOneClear({ sync: slugToInput(entity.slug) }) : undefined, \n };\n};\n\nexport const pageToInput: (entity: Page) => PageInput = (entity) => {\n return {\n ...entity,\n slug: convertHasOneToInput(entity.slug), \n };\n};","import { Slug } from './Slug';\nimport { PostInput } from './PostInput';\nimport { ProductInput } from './ProductInput';\nimport { PageInput } from './PageInput';\nimport { postToInput } from './PostInput';\nimport { productToInput } from './ProductInput';\nimport { pageToInput } from './PageInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface SlugInput extends WebsitePart {\n id?: string;\n uniqueName?: string;\n post?: SetHasOne<PostInput>;\n product?: SetHasOne<ProductInput>;\n page?: SetHasOne<PageInput>;\n}\n\nexport const slugToInputCascade: (entity: Slug) => SlugInput = (entity) => {\n return {\n ...entity,\n post: entity.post ? processHasOneClear({ sync: postToInput(entity.post) }) : undefined,\n product: entity.product ? processHasOneClear({ sync: productToInput(entity.product) }) : undefined,\n page: entity.page ? processHasOneClear({ sync: pageToInput(entity.page) }) : undefined, \n };\n};\n\nexport const slugToInput: (entity: Slug) => SlugInput = (entity) => {\n return {\n ...entity,\n post: convertHasOneToInput(entity.post),\n product: convertHasOneToInput(entity.product),\n page: convertHasOneToInput(entity.page), \n };\n};","import { Product } from './Product';\nimport { ProductCategoryInput } from './ProductCategoryInput';\nimport { MediaInput } from './MediaInput';\nimport { SlugInput } from './SlugInput';\nimport { TagInput } from './TagInput';\nimport { UserInput } from './UserInput';\nimport { MediaAddon } from './MediaAddon';\nimport { productCategoryToInput } from './ProductCategoryInput';\nimport { mediaToInput } from './MediaInput';\nimport { slugToInput } from './SlugInput';\nimport { tagToInput } from './TagInput';\nimport { userToInput } from './UserInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { Publishable } from './Publishable';\n\nexport interface ProductInput extends Publishable {\n id?: string;\n published?: boolean;\n summary?: string;\n featured?: boolean;\n showInNavMenu?: boolean;\n seqValue?: number;\n category?: SetHasOne<ProductCategoryInput>;\n medias?: SetHasMany<MediaInput & MediaAddon>;\n slug?: SetHasOne<SlugInput>;\n tags?: SetHasMany<TagInput>;\n creator?: SetHasOne<UserInput>;\n}\n\nexport const productToInputCascade: (entity: Product) => ProductInput = (entity) => {\n return {\n ...entity,\n category: entity.category ? processHasOneClear({ sync: productCategoryToInput(entity.category) }) : undefined,\n medias: entity.medias ? processHasManyClear({ sync: entity.medias?.map(ent => mediaToInput(ent)) }) : undefined,\n slug: entity.slug ? processHasOneClear({ sync: slugToInput(entity.slug) }) : undefined,\n tags: entity.tags ? processHasManyClear({ sync: entity.tags?.map(ent => tagToInput(ent)) }) : undefined,\n creator: entity.creator ? processHasOneClear({ sync: userToInput(entity.creator) }) : undefined, \n };\n};\n\nexport const productToInput: (entity: Product) => ProductInput = (entity) => {\n return {\n ...entity,\n category: convertHasOneToInput(entity.category),\n medias: convertHasManyToInput(entity.medias),\n slug: convertHasOneToInput(entity.slug),\n tags: convertHasManyToInput(entity.tags),\n creator: convertHasOneToInput(entity.creator), \n };\n};","import { Media } from './Media';\nimport { MediaType } from './MediaType';\nimport { FileRef } from './FileRef';\nimport { MediaFolderInput } from './MediaFolderInput';\nimport { UserInput } from './UserInput';\nimport { ProductInput } from './ProductInput';\nimport { MediaAddon } from './MediaAddon';\nimport { mediaFolderToInput } from './MediaFolderInput';\nimport { userToInput } from './UserInput';\nimport { productToInput } from './ProductInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { CustomizeMedia } from './CustomizeMedia';\n\nexport interface MediaInput extends CustomizeMedia {\n id?: string;\n name?: string;\n size?: number;\n mimeType?: string;\n extName?: string;\n file?: FileRef;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n mediaType?: MediaType;\n folder?: SetHasOne<MediaFolderInput>;\n avatarOfUser?: SetHasOne<UserInput>;\n usedByProducts?: SetHasMany<ProductInput & MediaAddon>;\n}\n\nexport const mediaToInputCascade: (entity: Media) => MediaInput = (entity) => {\n const {file, ...rest} = entity;\n return {\n ...rest,\n folder: entity.folder ? processHasOneClear({ sync: mediaFolderToInput(entity.folder) }) : undefined,\n avatarOfUser: entity.avatarOfUser ? processHasOneClear({ sync: userToInput(entity.avatarOfUser) }) : undefined,\n usedByProducts: entity.usedByProducts ? processHasManyClear({ sync: entity.usedByProducts?.map(ent => productToInput(ent)) }) : undefined, \n };\n};\n\nexport const mediaToInput: (entity: Media) => MediaInput = (entity) => {\n const {file, ...rest} = entity;\n return {\n ...rest,\n folder: convertHasOneToInput(entity.folder),\n avatarOfUser: convertHasOneToInput(entity.avatarOfUser),\n usedByProducts: convertHasManyToInput(entity.usedByProducts), \n };\n};","import { WebsiteType } from './WebsiteType';\nimport { WebsiteTypeStatus } from './WebsiteTypeStatus';\nimport { WebsiteInput } from './WebsiteInput';\nimport { websiteToInput } from './WebsiteInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\n/**\n * 站点类型\n * \n */\nexport interface WebsiteTypeInput {\n id?: string;\n /**\n * 网站类型名称\n */\n name?: string;\n /**\n * 显示名称\n */\n displayName?: string;\n pricePerMonth?: number;\n pricePerYear?: number;\n /**\n * 备注\n */\n remark?: string;\n createdAt?: Date;\n updatedAt?: Date;\n status?: WebsiteTypeStatus;\n /**\n * 等级\n */\n level?: number;\n websites?: SetHasMany<WebsiteInput>;\n}\n\nexport const websiteTypeToInputCascade: (entity: WebsiteType) => WebsiteTypeInput = (entity) => {\n return {\n ...entity,\n websites: entity.websites ? processHasManyClear({ sync: entity.websites?.map(ent => websiteToInput(ent)) }) : undefined, \n };\n};\n\nexport const websiteTypeToInput: (entity: WebsiteType) => WebsiteTypeInput = (entity) => {\n return {\n ...entity,\n websites: convertHasManyToInput(entity.websites), \n };\n};","import { TemplateCategory } from './TemplateCategory';\nimport { TemplateInput } from './TemplateInput';\nimport { ThemeInput } from './ThemeInput';\nimport { templateToInput } from './TemplateInput';\nimport { themeToInput } from './ThemeInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface TemplateCategoryInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n templates?: SetHasMany<TemplateInput>;\n theme?: SetHasOne<ThemeInput>;\n}\n\nexport const templateCategoryToInputCascade: (entity: TemplateCategory) => TemplateCategoryInput = (entity) => {\n return {\n ...entity,\n templates: entity.templates ? processHasManyClear({ sync: entity.templates?.map(ent => templateToInput(ent)) }) : undefined,\n theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : undefined, \n };\n};\n\nexport const templateCategoryToInput: (entity: TemplateCategory) => TemplateCategoryInput = (entity) => {\n return {\n ...entity,\n templates: convertHasManyToInput(entity.templates),\n theme: convertHasOneToInput(entity.theme), \n };\n};","import { Template } from './Template';\nimport { TemplateType } from './TemplateType';\nimport { TemplateCategoryInput } from './TemplateCategoryInput';\nimport { ThemeInput } from './ThemeInput';\nimport { templateCategoryToInput } from './TemplateCategoryInput';\nimport { themeToInput } from './ThemeInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface TemplateInput extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n content?: any;\n /**\n * 模板类型\n */\n templateType?: TemplateType;\n category?: SetHasOne<TemplateCategoryInput>;\n theme?: SetHasOne<ThemeInput>;\n}\n\nexport const templateToInputCascade: (entity: Template) => TemplateInput = (entity) => {\n return {\n ...entity,\n category: entity.category ? processHasOneClear({ sync: templateCategoryToInput(entity.category) }) : undefined,\n theme: entity.theme ? processHasOneClear({ sync: themeToInput(entity.theme) }) : undefined, \n };\n};\n\nexport const templateToInput: (entity: Template) => TemplateInput = (entity) => {\n return {\n ...entity,\n category: convertHasOneToInput(entity.category),\n theme: convertHasOneToInput(entity.theme), \n };\n};","import { Theme } from './Theme';\nimport { ThemeSettings } from './ThemeSettings';\nimport { TemplateInput } from './TemplateInput';\nimport { TemplateCategoryInput } from './TemplateCategoryInput';\nimport { templateToInput } from './TemplateInput';\nimport { templateCategoryToInput } from './TemplateCategoryInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface ThemeInput extends WebsitePart {\n id?: string;\n name?: string;\n styles?: any;\n settings?: ThemeSettings;\n templates?: SetHasMany<TemplateInput>;\n themlateCategories?: SetHasMany<TemplateCategoryInput>;\n}\n\nexport const themeToInputCascade: (entity: Theme) => ThemeInput = (entity) => {\n return {\n ...entity,\n templates: entity.templates ? processHasManyClear({ sync: entity.templates?.map(ent => templateToInput(ent)) }) : undefined,\n themlateCategories: entity.themlateCategories ? processHasManyClear({ sync: entity.themlateCategories?.map(ent => templateCategoryToInput(ent)) }) : undefined, \n };\n};\n\nexport const themeToInput: (entity: Theme) => ThemeInput = (entity) => {\n return {\n ...entity,\n templates: convertHasManyToInput(entity.templates),\n themlateCategories: convertHasManyToInput(entity.themlateCategories), \n };\n};","import { Website } from './Website';\nimport { WebsiteTypeInput } from './WebsiteTypeInput';\nimport { ThemeInput } from './ThemeInput';\nimport { PageInput } from './PageInput';\nimport { UserInput } from './UserInput';\nimport { websiteTypeToInput } from './WebsiteTypeInput';\nimport { themeToInput } from './ThemeInput';\nimport { pageToInput } from './PageInput';\nimport { userToInput } from './UserInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\n/**\n * 站点\n * 网站实体\n */\nexport interface WebsiteInput {\n id?: string;\n /**\n * 站点名称\n */\n name?: string;\n /**\n * 站点备注\n */\n remark?: string;\n /**\n * 创建者ID\n */\n createdBy?: string;\n /**\n * 创建时间\n */\n createdAt?: Date;\n /**\n * 最近打开时间\n */\n lastOpenTime?: Date;\n /**\n * 更新时间\n */\n updatedAt?: Date;\n /**\n * 更新者ID\n */\n updatedBy?: string;\n websiteType?: SetHasOne<WebsiteTypeInput>;\n selectedTheme?: SetHasOne<ThemeInput>;\n homePage?: SetHasOne<PageInput>;\n owner?: SetHasOne<UserInput>;\n users?: SetHasMany<UserInput>;\n}\n\nexport const websiteToInputCascade: (entity: Website) => WebsiteInput = (entity) => {\n return {\n ...entity,\n websiteType: entity.websiteType ? processHasOneClear({ sync: websiteTypeToInput(entity.websiteType) }) : undefined,\n selectedTheme: entity.selectedTheme ? processHasOneClear({ sync: themeToInput(entity.selectedTheme) }) : undefined,\n homePage: entity.homePage ? processHasOneClear({ sync: pageToInput(entity.homePage) }) : undefined,\n owner: entity.owner ? processHasOneClear({ sync: userToInput(entity.owner) }) : undefined,\n users: entity.users ? processHasManyClear({ sync: entity.users?.map(ent => userToInput(ent)) }) : undefined, \n };\n};\n\nexport const websiteToInput: (entity: Website) => WebsiteInput = (entity) => {\n return {\n ...entity,\n websiteType: convertHasOneToInput(entity.websiteType),\n selectedTheme: convertHasOneToInput(entity.selectedTheme),\n homePage: convertHasOneToInput(entity.homePage),\n owner: convertHasOneToInput(entity.owner),\n users: convertHasManyToInput(entity.users), \n };\n};","import { User } from './User';\nimport { RoleInput } from './RoleInput';\nimport { MediaInput } from './MediaInput';\nimport { ProductInput } from './ProductInput';\nimport { PostInput } from './PostInput';\nimport { WebsiteInput } from './WebsiteInput';\nimport { roleToInput } from './RoleInput';\nimport { mediaToInput } from './MediaInput';\nimport { productToInput } from './ProductInput';\nimport { postToInput } from './PostInput';\nimport { websiteToInput } from './WebsiteInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsiteUser } from './WebsiteUser';\n\nexport interface UserInput extends WebsiteUser {\n id?: string;\n loginName?: string;\n name?: string;\n mobileNumber?: string;\n isSupperAdmin?: boolean;\n password?: unknown;\n createdAt?: Date;\n updatedAt?: Date;\n roles?: SetHasMany<RoleInput>;\n avatar?: SetHasOne<MediaInput>;\n products?: SetHasMany<ProductInput>;\n posts?: SetHasMany<PostInput>;\n websites?: SetHasMany<WebsiteInput>;\n belongsTo?: SetHasOne<WebsiteInput>;\n}\n\nexport const userToInputCascade: (entity: User) => UserInput = (entity) => {\n return {\n ...entity,\n roles: entity.roles ? processHasManyClear({ sync: entity.roles?.map(ent => roleToInput(ent)) }) : undefined,\n avatar: entity.avatar ? processHasOneClear({ sync: mediaToInput(entity.avatar) }) : undefined,\n products: entity.products ? processHasManyClear({ sync: entity.products?.map(ent => productToInput(ent)) }) : undefined,\n posts: entity.posts ? processHasManyClear({ sync: entity.posts?.map(ent => postToInput(ent)) }) : undefined,\n websites: entity.websites ? processHasManyClear({ sync: entity.websites?.map(ent => websiteToInput(ent)) }) : undefined,\n belongsTo: entity.belongsTo ? processHasOneClear({ sync: websiteToInput(entity.belongsTo) }) : undefined, \n };\n};\n\nexport const userToInput: (entity: User) => UserInput = (entity) => {\n return {\n ...entity,\n roles: convertHasManyToInput(entity.roles),\n avatar: convertHasOneToInput(entity.avatar),\n products: convertHasManyToInput(entity.products),\n posts: convertHasManyToInput(entity.posts),\n websites: convertHasManyToInput(entity.websites),\n belongsTo: convertHasOneToInput(entity.belongsTo), \n };\n};","import { WebsiteUserDistinctExp } from './WebsiteUserDistinctExp';\n\nexport enum UserDistinctEnum {\n id = 'id',\n loginName = 'loginName',\n name = 'name',\n mobileNumber = 'mobileNumber',\n isSupperAdmin = 'isSupperAdmin',\n password = 'password',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n /**\n * 职位\n */\n postion = 'postion',\n /**\n * 自我介绍\n */\n profile = 'profile',\n userType = 'userType',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\nexport type UserDistinctExp = UserDistinctEnum| WebsiteUserDistinctExp;","import { User } from './User';\nimport { Aggregate } from './Aggregate';\n\nexport const RoleEntityName = 'Role';\n\nexport const RoleEntityLabel = '';\n\nexport interface Role {\n id?: string;\n name?: string;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n users?: User[];\n usersAggregate?: Aggregate;\n}","export enum RoleDistinctEnum {\n id = 'id',\n name = 'name',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n}\n\nexport type RoleDistinctExp = RoleDistinctEnum;","import { AbilityType } from './AbilityType';\n\n\nexport const AbilityEntityName = 'Ability';\n\nexport const AbilityEntityLabel = '';\n\nexport interface Ability {\n id?: string;\n entityUuid?: string;\n columnUuid?: string;\n can?: boolean;\n expression?: string;\n abilityType?: AbilityType;\n roleId?: string;\n\n}","import { Ability } from './Ability';\nimport { AbilityType } from './AbilityType';\n\nexport interface AbilityInput {\n id?: string;\n entityUuid?: string;\n columnUuid?: string;\n can?: boolean;\n expression?: string;\n abilityType?: AbilityType;\n roleId?: string;\n}\n\nexport const abilityToInputCascade: (entity: Ability) => AbilityInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const abilityToInput: (entity: Ability) => AbilityInput = (entity) => {\n return {\n ...entity,\n \n };\n};","export enum AbilityDistinctEnum {\n id = 'id',\n entityUuid = 'entityUuid',\n columnUuid = 'columnUuid',\n can = 'can',\n expression = 'expression',\n abilityType = 'abilityType',\n roleId = 'roleId',\n}\n\nexport type AbilityDistinctExp = AbilityDistinctEnum;","export enum AbilityType {\n /**\n * label: undefined\n */\n create = 'create',\n\n /**\n * label: undefined\n */\n read = 'read',\n\n /**\n * label: undefined\n */\n update = 'update',\n\n /**\n * label: undefined\n */\n delete = 'delete',\n\n}\n","import { MediaType } from './MediaType';\nimport { FileRef } from './FileRef';\nimport { MediaFolder } from './MediaFolder';\nimport { User } from './User';\nimport { Product } from './Product';\nimport { MediaAddon } from './MediaAddon';\nimport { Aggregate } from './Aggregate';\nimport { CustomizeMedia } from './CustomizeMedia';\n\n\nexport const MediaEntityName = 'Media';\n\nexport const MediaEntityLabel = '';\n\nexport interface Media extends CustomizeMedia {\n id?: string;\n name?: string;\n size?: number;\n mimeType?: string;\n extName?: string;\n file?: FileRef;\n description?: string;\n createdAt?: Date;\n updatedAt?: Date;\n mediaType?: MediaType;\n folder?: MediaFolder;\n avatarOfUser?: User;\n usedByProducts?: (Product & MediaAddon)[];\n usedByProductsAggregate?: Aggregate;\n}","import { CustomizeMediaDistinctExp } from './CustomizeMediaDistinctExp';\n\nexport enum MediaDistinctEnum {\n id = 'id',\n name = 'name',\n size = 'size',\n mimeType = 'mimeType',\n extName = 'extName',\n file = 'file',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n mediaType = 'mediaType',\n /**\n * 网站Id\n */\n websiteId = 'websiteId',\n}\n\nexport type MediaDistinctExp = MediaDistinctEnum| CustomizeMediaDistinctExp;","export enum MediaType {\n /**\n * label: undefined\n */\n image = 'image',\n\n /**\n * label: undefined\n */\n video = 'video',\n\n /**\n * label: undefined\n */\n document = 'document',\n\n}\n","import { WebsiteType } from './WebsiteType';\nimport { Theme } from './Theme';\nimport { Page } from './Page';\nimport { User } from './User';\nimport { Aggregate } from './Aggregate';\n\nexport const WebsiteEntityName = 'Website';\n\nexport const WebsiteEntityLabel = '站点';\n\n/**\n * 站点\n * 网站实体\n */\nexport interface Website {\n id?: string;\n /**\n * 站点名称\n */\n name?: string;\n /**\n * 站点备注\n */\n remark?: string;\n /**\n * 创建者ID\n */\n createdBy?: string;\n /**\n * 创建时间\n */\n createdAt?: Date;\n /**\n * 最近打开时间\n */\n lastOpenTime?: Date;\n /**\n * 更新时间\n */\n updatedAt?: Date;\n /**\n * 更新者ID\n */\n updatedBy?: string;\n websiteType?: WebsiteType;\n selectedTheme?: Theme;\n homePage?: Page;\n owner?: User;\n users?: User[];\n usersAggregate?: Aggregate;\n}","export enum WebsiteDistinctEnum {\n id = 'id',\n /**\n * 站点名称\n */\n name = 'name',\n /**\n * 站点备注\n */\n remark = 'remark',\n /**\n * 创建者ID\n */\n createdBy = 'createdBy',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 最近打开时间\n */\n lastOpenTime = 'lastOpenTime',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 更新者ID\n */\n updatedBy = 'updatedBy',\n}\n\nexport type WebsiteDistinctExp = WebsiteDistinctEnum;","import { WebsitePart } from './WebsitePart';\n\n\nexport const LangEntityName = 'Lang';\n\nexport const LangEntityLabel = '语言';\n\n/**\n * 语言\n * \n */\nexport interface Lang extends WebsitePart {\n id?: string;\n /**\n * 缩写\n */\n abbr?: string;\n /**\n * 英文名称\n */\n enName?: string;\n /**\n * 本地名称\n */\n localName?: string;\n /**\n * 国旗图标\n */\n icon?: string;\n /**\n * 备注\n */\n remark?: string;\n\n}","import { Lang } from './Lang';\n\nimport { WebsitePart } from './WebsitePart';\n\n/**\n * 语言\n * \n */\nexport interface LangInput extends WebsitePart {\n id?: string;\n /**\n * 缩写\n */\n abbr?: string;\n /**\n * 英文名称\n */\n enName?: string;\n /**\n * 本地名称\n */\n localName?: string;\n /**\n * 国旗图标\n */\n icon?: string;\n /**\n * 备注\n */\n remark?: string;\n}\n\nexport const langToInputCascade: (entity: Lang) => LangInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const langToInput: (entity: Lang) => LangInput = (entity) => {\n return {\n ...entity,\n \n };\n};","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum LangDistinctEnum {\n id = 'id',\n /**\n * 缩写\n */\n abbr = 'abbr',\n /**\n * 英文名称\n */\n enName = 'enName',\n /**\n * 本地名称\n */\n localName = 'localName',\n /**\n * 国旗图标\n */\n icon = 'icon',\n /**\n * 备注\n */\n remark = 'remark',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n}\n\nexport type LangDistinctExp = LangDistinctEnum| WebsitePartDistinctExp;","import { WebsiteTypeStatus } from './WebsiteTypeStatus';\nimport { Website } from './Website';\nimport { Aggregate } from './Aggregate';\n\nexport const WebsiteTypeEntityName = 'WebsiteType';\n\nexport const WebsiteTypeEntityLabel = '站点类型';\n\n/**\n * 站点类型\n * \n */\nexport interface WebsiteType {\n id?: string;\n /**\n * 网站类型名称\n */\n name?: string;\n /**\n * 显示名称\n */\n displayName?: string;\n pricePerMonth?: number;\n pricePerYear?: number;\n /**\n * 备注\n */\n remark?: string;\n createdAt?: Date;\n updatedAt?: Date;\n status?: WebsiteTypeStatus;\n /**\n * 等级\n */\n level?: number;\n websites?: Website[];\n websitesAggregate?: Aggregate;\n}","export enum WebsiteTypeDistinctEnum {\n id = 'id',\n /**\n * 网站类型名称\n */\n name = 'name',\n /**\n * 显示名称\n */\n displayName = 'displayName',\n pricePerMonth = 'pricePerMonth',\n pricePerYear = 'pricePerYear',\n /**\n * 备注\n */\n remark = 'remark',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n status = 'status',\n /**\n * 等级\n */\n level = 'level',\n}\n\nexport type WebsiteTypeDistinctExp = WebsiteTypeDistinctEnum;","import { Slug } from './Slug';\nimport { WebsiteContent } from './WebsiteContent';\n\n\nexport const PageEntityName = 'Page';\n\nexport const PageEntityLabel = '';\n\nexport interface Page extends WebsiteContent {\n id?: string;\n title?: string;\n content?: any;\n /**\n * 备注\n */\n remark?: string;\n langAbbr?: string;\n slug?: Slug;\n\n}","import { WebsiteContentDistinctExp } from './WebsiteContentDistinctExp';\n\nexport enum PageDistinctEnum {\n id = 'id',\n title = 'title',\n content = 'content',\n /**\n * 备注\n */\n remark = 'remark',\n langAbbr = 'langAbbr',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\nexport type PageDistinctExp = PageDistinctEnum| WebsiteContentDistinctExp;","import { Slug } from './Slug';\nimport { Tag } from './Tag';\nimport { User } from './User';\nimport { Media } from './Media';\nimport { PostCategory } from './PostCategory';\nimport { Aggregate } from './Aggregate';\nimport { Publishable } from './Publishable';\n\n\nexport const PostEntityName = 'Post';\n\nexport const PostEntityLabel = '文章';\n\n/**\n * 文章\n * \n */\nexport interface Post extends Publishable {\n id?: string;\n seqValue?: number;\n /**\n * 置顶\n */\n pinToTop?: boolean;\n authorEmail?: string;\n summary?: string;\n slug?: Slug;\n tags?: Tag[];\n author?: User;\n cover?: Media;\n category?: PostCategory;\n tagsAggregate?: Aggregate;\n}","import { PublishableDistinctExp } from './PublishableDistinctExp';\n\nexport enum PostDistinctEnum {\n id = 'id',\n seqValue = 'seqValue',\n /**\n * 置顶\n */\n pinToTop = 'pinToTop',\n authorEmail = 'authorEmail',\n summary = 'summary',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\nexport type PostDistinctExp = PostDistinctEnum| PublishableDistinctExp;","import { ProductCategory } from './ProductCategory';\nimport { Media } from './Media';\nimport { Slug } from './Slug';\nimport { Tag } from './Tag';\nimport { User } from './User';\nimport { MediaAddon } from './MediaAddon';\nimport { Aggregate } from './Aggregate';\nimport { Publishable } from './Publishable';\n\n\nexport const ProductEntityName = 'Product';\n\nexport const ProductEntityLabel = '';\n\nexport interface Product extends Publishable {\n id?: string;\n published?: boolean;\n summary?: string;\n featured?: boolean;\n showInNavMenu?: boolean;\n seqValue?: number;\n category?: ProductCategory;\n medias?: (Media & MediaAddon)[];\n slug?: Slug;\n tags?: Tag[];\n creator?: User;\n mediasAggregate?: Aggregate;\n tagsAggregate?: Aggregate;\n}","import { PublishableDistinctExp } from './PublishableDistinctExp';\n\nexport enum ProductDistinctEnum {\n id = 'id',\n published = 'published',\n summary = 'summary',\n featured = 'featured',\n showInNavMenu = 'showInNavMenu',\n seqValue = 'seqValue',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\nexport type ProductDistinctExp = ProductDistinctEnum| PublishableDistinctExp;","import { Post } from './Post';\nimport { Product } from './Product';\nimport { Page } from './Page';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const SlugEntityName = 'Slug';\n\nexport const SlugEntityLabel = '';\n\nexport interface Slug extends WebsitePart {\n id?: string;\n uniqueName?: string;\n post?: Post;\n product?: Product;\n page?: Page;\n\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum SlugDistinctEnum {\n id = 'id',\n uniqueName = 'uniqueName',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type SlugDistinctExp = SlugDistinctEnum| WebsitePartDistinctExp;","import { Customer } from './Customer';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const EnquiryEntityName = 'Enquiry';\n\nexport const EnquiryEntityLabel = '';\n\nexport interface Enquiry extends WebsitePart {\n id?: string;\n title?: string;\n company?: string;\n name?: string;\n email?: string;\n message?: string;\n fromUrl?: string;\n formIp?: string;\n userAgent?: string;\n /**\n * 来源cta\n */\n fromCta?: string;\n read?: boolean;\n customer?: Customer;\n\n}","import { Customer } from './Customer';\nimport { EnquiryInput } from './EnquiryInput';\nimport { enquiryToInput } from './EnquiryInput';\nimport { SetHasMany, convertHasManyToInput, processHasManyClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\nimport { Person } from './Person';\n\nexport interface CustomerInput extends WebsitePart,Person {\n id?: string;\n enquires?: SetHasMany<EnquiryInput>;\n}\n\nexport const customerToInputCascade: (entity: Customer) => CustomerInput = (entity) => {\n return {\n ...entity,\n enquires: entity.enquires ? processHasManyClear({ sync: entity.enquires?.map(ent => enquiryToInput(ent)) }) : undefined, \n };\n};\n\nexport const customerToInput: (entity: Customer) => CustomerInput = (entity) => {\n return {\n ...entity,\n enquires: convertHasManyToInput(entity.enquires), \n };\n};","import { Enquiry } from './Enquiry';\nimport { CustomerInput } from './CustomerInput';\nimport { customerToInput } from './CustomerInput';\nimport { SetHasOne, convertHasOneToInput, processHasOneClear } from '@rxdrag/entify-hooks';\nimport { WebsitePart } from './WebsitePart';\n\nexport interface EnquiryInput extends WebsitePart {\n id?: string;\n title?: string;\n company?: string;\n name?: string;\n email?: string;\n message?: string;\n fromUrl?: string;\n formIp?: string;\n userAgent?: string;\n /**\n * 来源cta\n */\n fromCta?: string;\n read?: boolean;\n customer?: SetHasOne<CustomerInput>;\n}\n\nexport const enquiryToInputCascade: (entity: Enquiry) => EnquiryInput = (entity) => {\n return {\n ...entity,\n customer: entity.customer ? processHasOneClear({ sync: customerToInput(entity.customer) }) : undefined, \n };\n};\n\nexport const enquiryToInput: (entity: Enquiry) => EnquiryInput = (entity) => {\n return {\n ...entity,\n customer: convertHasOneToInput(entity.customer), \n };\n};","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum EnquiryDistinctEnum {\n id = 'id',\n title = 'title',\n company = 'company',\n name = 'name',\n email = 'email',\n message = 'message',\n fromUrl = 'fromUrl',\n formIp = 'formIp',\n userAgent = 'userAgent',\n /**\n * 来源cta\n */\n fromCta = 'fromCta',\n read = 'read',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type EnquiryDistinctExp = EnquiryDistinctEnum| WebsitePartDistinctExp;","export const WebsiteMetaEntityName = 'WebsiteMeta';\n\nexport const WebsiteMetaEntityLabel = '';\n\nexport interface WebsiteMeta {\n id?: string;\n\n}","import { WebsiteMeta } from './WebsiteMeta';\n\nexport interface WebsiteMetaInput {\n id?: string;\n}\n\nexport const websiteMetaToInputCascade: (entity: WebsiteMeta) => WebsiteMetaInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const websiteMetaToInput: (entity: WebsiteMeta) => WebsiteMetaInput = (entity) => {\n return {\n ...entity,\n \n };\n};","export enum WebsiteMetaDistinctEnum {\n id = 'id',\n}\n\nexport type WebsiteMetaDistinctExp = WebsiteMetaDistinctEnum;","import { WebsitePart } from './WebsitePart';\r\n\r\n\r\nexport const WebsiteSettingsEntityName = 'WebsiteSettings';\r\n\r\nexport const WebsiteSettingsEntityLabel = '';\r\n\r\nexport interface WebsiteSettings extends WebsitePart {\r\n id?: string;\r\n /**\r\n * 邮件配置\r\n */\r\n smtpConfig?: string;\r\n contact?: string;\r\n address?: string;\r\n email?: string;\r\n tel?: string;\r\n fax?: string;\r\n wechat?: string;\r\n whatsapp?: string;\r\n mobile?: string;\r\n}","import { WebsiteSettings } from './WebsiteSettings';\n\nimport { WebsitePart } from './WebsitePart';\n\nexport interface WebsiteSettingsInput extends WebsitePart {\n id?: string;\n /**\n * 邮件配置\n */\n smtpConfig?: string;\n contact?: string;\n address?: string;\n email?: string;\n tel?: string;\n fax?: string;\n wechat?: string;\n whatsapp?: string;\n mobile?: string;\n}\n\nexport const websiteSettingsToInputCascade: (entity: WebsiteSettings) => WebsiteSettingsInput = (entity) => {\n return {\n ...entity,\n \n };\n};\n\nexport const websiteSettingsToInput: (entity: WebsiteSettings) => WebsiteSettingsInput = (entity) => {\n return {\n ...entity,\n \n };\n};","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum WebsiteSettingsDistinctEnum {\n id = 'id',\n /**\n * 邮件配置\n */\n smtpConfig = 'smtpConfig',\n contact = 'contact',\n address = 'address',\n email = 'email',\n tel = 'tel',\n fax = 'fax',\n wechat = 'wechat',\n whatsapp = 'whatsapp',\n mobile = 'mobile',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type WebsiteSettingsDistinctExp = WebsiteSettingsDistinctEnum| WebsitePartDistinctExp;","import { TemplateType } from './TemplateType';\nimport { TemplateCategory } from './TemplateCategory';\nimport { Theme } from './Theme';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const TemplateEntityName = 'Template';\n\nexport const TemplateEntityLabel = '';\n\nexport interface Template extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n content?: any;\n /**\n * 模板类型\n */\n templateType?: TemplateType;\n category?: TemplateCategory;\n theme?: Theme;\n\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum TemplateDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n content = 'content',\n /**\n * 模板类型\n */\n templateType = 'templateType',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type TemplateDistinctExp = TemplateDistinctEnum| WebsitePartDistinctExp;","import { Template } from './Template';\nimport { Theme } from './Theme';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const TemplateCategoryEntityName = 'TemplateCategory';\n\nexport const TemplateCategoryEntityLabel = '';\n\nexport interface TemplateCategory extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n templates?: Template[];\n theme?: Theme;\n templatesAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum TemplateCategoryDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type TemplateCategoryDistinctExp = TemplateCategoryDistinctEnum| WebsitePartDistinctExp;","import { ThemeSettings } from './ThemeSettings';\nimport { Template } from './Template';\nimport { TemplateCategory } from './TemplateCategory';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const ThemeEntityName = 'Theme';\n\nexport const ThemeEntityLabel = '';\n\nexport interface Theme extends WebsitePart {\n id?: string;\n name?: string;\n styles?: any;\n settings?: ThemeSettings;\n templates?: Template[];\n themlateCategories?: TemplateCategory[];\n templatesAggregate?: Aggregate;\n themlateCategoriesAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum ThemeDistinctEnum {\n id = 'id',\n name = 'name',\n styles = 'styles',\n settings = 'settings',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type ThemeDistinctExp = ThemeDistinctEnum| WebsitePartDistinctExp;","import { Media } from './Media';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const MediaFolderEntityName = 'MediaFolder';\n\nexport const MediaFolderEntityLabel = '媒体分类';\n\n/**\n * 媒体分类\n * \n */\nexport interface MediaFolder extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: MediaFolder[];\n parent?: MediaFolder;\n medias?: Media[];\n childrenAggregate?: Aggregate;\n mediasAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum MediaFolderDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type MediaFolderDistinctExp = MediaFolderDistinctEnum| WebsitePartDistinctExp;","export enum WebsiteTypeStatus {\n /**\n * label: 正常\n */\n normal = 'normal',\n\n /**\n * label: 过期\n */\n expried = 'expried',\n\n}\n","import { Post } from './Post';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const PostCategoryEntityName = 'PostCategory';\n\nexport const PostCategoryEntityLabel = '文章分类';\n\n/**\n * 文章分类\n * \n */\nexport interface PostCategory extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: PostCategory[];\n posts?: Post[];\n parent?: PostCategory;\n childrenAggregate?: Aggregate;\n postsAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum PostCategoryDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type PostCategoryDistinctExp = PostCategoryDistinctEnum| WebsitePartDistinctExp;","import { Post } from './Post';\nimport { Product } from './Product';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const TagEntityName = 'Tag';\n\nexport const TagEntityLabel = '文章标签';\n\n/**\n * 文章标签\n * \n */\nexport interface Tag extends WebsitePart {\n id?: string;\n /**\n * 名称\n */\n name?: string;\n color?: string;\n posts?: Post[];\n products?: Product[];\n postsAggregate?: Aggregate;\n productsAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum TagDistinctEnum {\n id = 'id',\n /**\n * 名称\n */\n name = 'name',\n color = 'color',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type TagDistinctExp = TagDistinctEnum| WebsitePartDistinctExp;","export enum PublishableStatus {\n /**\n * label: 草稿\n */\n draft = 'draft',\n\n /**\n * label: 已发布\n */\n published = 'published',\n\n /**\n * label: 下架\n */\n cancelled = 'cancelled',\n\n}\n","import { Enquiry } from './Enquiry';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\nimport { Person } from './Person';\n\n\nexport const CustomerEntityName = 'Customer';\n\nexport const CustomerEntityLabel = '';\n\nexport interface Customer extends WebsitePart,Person {\n id?: string;\n enquires?: Enquiry[];\n enquiresAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\nimport { PersonDistinctExp } from './PersonDistinctExp';\n\nexport enum CustomerDistinctEnum {\n id = 'id',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\nexport type CustomerDistinctExp = CustomerDistinctEnum| WebsitePartDistinctExp| PersonDistinctExp;","export enum UserType {\n /**\n * label: undefined\n */\n saasUser = 'saasUser',\n\n /**\n * label: undefined\n */\n websiteUser = 'websiteUser',\n\n /**\n * label: undefined\n */\n systemAdmin = 'systemAdmin',\n\n}\n","export enum TemplateType {\n /**\n * label: 区块\n */\n Block = 'Block',\n\n /**\n * label: 文章分类\n */\n PostCategory = 'PostCategory',\n\n /**\n * label: 文章\n */\n Post = 'Post',\n\n /**\n * label: 产品分离\n */\n ProductCategory = 'ProductCategory',\n\n /**\n * label: 产品\n */\n Product = 'Product',\n\n /**\n * label: 页面\n */\n Page = 'Page',\n\n /**\n * label: 框架\n */\n Frame = 'Frame',\n\n /**\n * label: undefined\n */\n SearchList = 'SearchList',\n\n}\n","import { Product } from './Product';\nimport { Aggregate } from './Aggregate';\nimport { WebsitePart } from './WebsitePart';\n\n\nexport const ProductCategoryEntityName = 'ProductCategory';\n\nexport const ProductCategoryEntityLabel = '';\n\nexport interface ProductCategory extends WebsitePart {\n id?: string;\n name?: string;\n seqValue?: number;\n children?: ProductCategory[];\n parent?: ProductCategory;\n products?: Product[];\n childrenAggregate?: Aggregate;\n productsAggregate?: Aggregate;\n}","import { WebsitePartDistinctExp } from './WebsitePartDistinctExp';\n\nexport enum ProductCategoryDistinctEnum {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\nexport type ProductCategoryDistinctExp = ProductCategoryDistinctEnum| WebsitePartDistinctExp;","export enum ExtendFieldType {\n /**\n * label: undefined\n */\n String = 'String',\n\n /**\n * label: undefined\n */\n Number = 'Number',\n\n /**\n * label: undefined\n */\n Boolean = 'Boolean',\n\n /**\n * label: undefined\n */\n Json = 'Json',\n\n /**\n * label: undefined\n */\n Date = 'Date',\n\n}\n","export enum ComponentType {\n /**\n * label: undefined\n */\n Input = 'Input',\n\n /**\n * label: undefined\n */\n Textarea = 'Textarea',\n\n /**\n * label: undefined\n */\n Select = 'Select',\n\n /**\n * label: undefined\n */\n Checkbox = 'Checkbox',\n\n /**\n * label: undefined\n */\n Radio = 'Radio',\n\n /**\n * label: undefined\n */\n DatePicker = 'DatePicker',\n\n /**\n * label: undefined\n */\n Switch = 'Switch',\n\n /**\n * label: undefined\n */\n RichText = 'RichText',\n\n}\n","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { UserEntityLabel, UserEntityName, userToInput } from \"../interfaces\";\nexport const userEntry: EntityEntry = {\n entityName: UserEntityName,\n entityLabel: UserEntityLabel,\n toInput: userToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { RoleEntityLabel, RoleEntityName, roleToInput } from \"../interfaces\";\nexport const roleEntry: EntityEntry = {\n entityName: RoleEntityName,\n entityLabel: RoleEntityLabel,\n toInput: roleToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { AbilityEntityLabel, AbilityEntityName, abilityToInput } from \"../interfaces\";\nexport const abilityEntry: EntityEntry = {\n entityName: AbilityEntityName,\n entityLabel: AbilityEntityLabel,\n toInput: abilityToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { MediaEntityLabel, MediaEntityName, mediaToInput } from \"../interfaces\";\nexport const mediaEntry: EntityEntry = {\n entityName: MediaEntityName,\n entityLabel: MediaEntityLabel,\n toInput: mediaToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteEntityLabel, WebsiteEntityName, websiteToInput } from \"../interfaces\";\nexport const websiteEntry: EntityEntry = {\n entityName: WebsiteEntityName,\n entityLabel: WebsiteEntityLabel,\n toInput: websiteToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { LangEntityLabel, LangEntityName, langToInput } from \"../interfaces\";\nexport const langEntry: EntityEntry = {\n entityName: LangEntityName,\n entityLabel: LangEntityLabel,\n toInput: langToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteTypeEntityLabel, WebsiteTypeEntityName, websiteTypeToInput } from \"../interfaces\";\nexport const websiteTypeEntry: EntityEntry = {\n entityName: WebsiteTypeEntityName,\n entityLabel: WebsiteTypeEntityLabel,\n toInput: websiteTypeToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { PageEntityLabel, PageEntityName, pageToInput } from \"../interfaces\";\nexport const pageEntry: EntityEntry = {\n entityName: PageEntityName,\n entityLabel: PageEntityLabel,\n toInput: pageToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { PostEntityLabel, PostEntityName, postToInput } from \"../interfaces\";\nexport const postEntry: EntityEntry = {\n entityName: PostEntityName,\n entityLabel: PostEntityLabel,\n toInput: postToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { ProductEntityLabel, ProductEntityName, productToInput } from \"../interfaces\";\nexport const productEntry: EntityEntry = {\n entityName: ProductEntityName,\n entityLabel: ProductEntityLabel,\n toInput: productToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { SlugEntityLabel, SlugEntityName, slugToInput } from \"../interfaces\";\nexport const slugEntry: EntityEntry = {\n entityName: SlugEntityName,\n entityLabel: SlugEntityLabel,\n toInput: slugToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { EnquiryEntityLabel, EnquiryEntityName, enquiryToInput } from \"../interfaces\";\nexport const enquiryEntry: EntityEntry = {\n entityName: EnquiryEntityName,\n entityLabel: EnquiryEntityLabel,\n toInput: enquiryToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteMetaEntityLabel, WebsiteMetaEntityName, websiteMetaToInput } from \"../interfaces\";\nexport const websiteMetaEntry: EntityEntry = {\n entityName: WebsiteMetaEntityName,\n entityLabel: WebsiteMetaEntityLabel,\n toInput: websiteMetaToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { WebsiteSettingsEntityLabel, WebsiteSettingsEntityName, websiteSettingsToInput } from \"../interfaces\";\nexport const websiteSettingsEntry: EntityEntry = {\n entityName: WebsiteSettingsEntityName,\n entityLabel: WebsiteSettingsEntityLabel,\n toInput: websiteSettingsToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { TemplateEntityLabel, TemplateEntityName, templateToInput } from \"../interfaces\";\nexport const templateEntry: EntityEntry = {\n entityName: TemplateEntityName,\n entityLabel: TemplateEntityLabel,\n toInput: templateToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { TemplateCategoryEntityLabel, TemplateCategoryEntityName, templateCategoryToInput } from \"../interfaces\";\nexport const templateCategoryEntry: EntityEntry = {\n entityName: TemplateCategoryEntityName,\n entityLabel: TemplateCategoryEntityLabel,\n toInput: templateCategoryToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { ThemeEntityLabel, ThemeEntityName, themeToInput } from \"../interfaces\";\nexport const themeEntry: EntityEntry = {\n entityName: ThemeEntityName,\n entityLabel: ThemeEntityLabel,\n toInput: themeToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { MediaFolderEntityLabel, MediaFolderEntityName, mediaFolderToInput } from \"../interfaces\";\nexport const mediaFolderEntry: EntityEntry = {\n entityName: MediaFolderEntityName,\n entityLabel: MediaFolderEntityLabel,\n toInput: mediaFolderToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { PostCategoryEntityLabel, PostCategoryEntityName, postCategoryToInput } from \"../interfaces\";\nexport const postCategoryEntry: EntityEntry = {\n entityName: PostCategoryEntityName,\n entityLabel: PostCategoryEntityLabel,\n toInput: postCategoryToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { TagEntityLabel, TagEntityName, tagToInput } from \"../interfaces\";\nexport const tagEntry: EntityEntry = {\n entityName: TagEntityName,\n entityLabel: TagEntityLabel,\n toInput: tagToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { CustomerEntityLabel, CustomerEntityName, customerToInput } from \"../interfaces\";\nexport const customerEntry: EntityEntry = {\n entityName: CustomerEntityName,\n entityLabel: CustomerEntityLabel,\n toInput: customerToInput,\n}","import { EntityEntry } from \"@rxdrag/entify-hooks\";\nimport { ProductCategoryEntityLabel, ProductCategoryEntityName, productCategoryToInput } from \"../interfaces\";\nexport const productCategoryEntry: EntityEntry = {\n entityName: ProductCategoryEntityName,\n entityLabel: ProductCategoryEntityLabel,\n toInput: productCategoryToInput,\n}","export enum UserFields {\n id = 'id',\n loginName = 'loginName',\n name = 'name',\n mobileNumber = 'mobileNumber',\n isSupperAdmin = 'isSupperAdmin',\n password = 'password',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n /**\n * 职位\n */\n postion = 'postion',\n /**\n * 自我介绍\n */\n profile = 'profile',\n userType = 'userType',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n roles = 'roles',\n rolesAggregate='rolesAggregate',\n avatar = 'avatar',\n products = 'products',\n productsAggregate='productsAggregate',\n posts = 'posts',\n postsAggregate='postsAggregate',\n websites = 'websites',\n websitesAggregate='websitesAggregate',\n belongsTo = 'belongsTo',\n}\n\n","export enum RoleFields {\n id = 'id',\n name = 'name',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n users = 'users',\n usersAggregate='usersAggregate',\n}\n\n","export enum AbilityFields {\n id = 'id',\n entityUuid = 'entityUuid',\n columnUuid = 'columnUuid',\n can = 'can',\n expression = 'expression',\n abilityType = 'abilityType',\n roleId = 'roleId',\n}\n\n","export enum MediaFields {\n id = 'id',\n name = 'name',\n size = 'size',\n mimeType = 'mimeType',\n extName = 'extName',\n file = 'file',\n description = 'description',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n mediaType = 'mediaType',\n /**\n * 网站Id\n */\n websiteId = 'websiteId',\n folder = 'folder',\n avatarOfUser = 'avatarOfUser',\n usedByProducts = 'usedByProducts',\n usedByProductsAggregate='usedByProductsAggregate',\n}\n\n","export enum WebsiteFields {\n id = 'id',\n /**\n * 站点名称\n */\n name = 'name',\n /**\n * 站点备注\n */\n remark = 'remark',\n /**\n * 创建者ID\n */\n createdBy = 'createdBy',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 最近打开时间\n */\n lastOpenTime = 'lastOpenTime',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 更新者ID\n */\n updatedBy = 'updatedBy',\n websiteType = 'websiteType',\n selectedTheme = 'selectedTheme',\n homePage = 'homePage',\n owner = 'owner',\n users = 'users',\n usersAggregate='usersAggregate',\n}\n\n","export enum LangFields {\n id = 'id',\n /**\n * 缩写\n */\n abbr = 'abbr',\n /**\n * 英文名称\n */\n enName = 'enName',\n /**\n * 本地名称\n */\n localName = 'localName',\n /**\n * 国旗图标\n */\n icon = 'icon',\n /**\n * 备注\n */\n remark = 'remark',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n}\n\n","export enum WebsiteTypeFields {\n id = 'id',\n /**\n * 网站类型名称\n */\n name = 'name',\n /**\n * 显示名称\n */\n displayName = 'displayName',\n pricePerMonth = 'pricePerMonth',\n pricePerYear = 'pricePerYear',\n /**\n * 备注\n */\n remark = 'remark',\n createdAt = 'createdAt',\n updatedAt = 'updatedAt',\n status = 'status',\n /**\n * 等级\n */\n level = 'level',\n websites = 'websites',\n websitesAggregate='websitesAggregate',\n}\n\n","export enum PageFields {\n id = 'id',\n title = 'title',\n content = 'content',\n /**\n * 备注\n */\n remark = 'remark',\n langAbbr = 'langAbbr',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n slug = 'slug',\n}\n\n","export enum PostFields {\n id = 'id',\n seqValue = 'seqValue',\n /**\n * 置顶\n */\n pinToTop = 'pinToTop',\n authorEmail = 'authorEmail',\n summary = 'summary',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n slug = 'slug',\n tags = 'tags',\n tagsAggregate='tagsAggregate',\n author = 'author',\n cover = 'cover',\n category = 'category',\n}\n\n","export enum ProductFields {\n id = 'id',\n published = 'published',\n summary = 'summary',\n featured = 'featured',\n showInNavMenu = 'showInNavMenu',\n seqValue = 'seqValue',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n category = 'category',\n medias = 'medias',\n mediasAggregate='mediasAggregate',\n slug = 'slug',\n tags = 'tags',\n tagsAggregate='tagsAggregate',\n creator = 'creator',\n}\n\n","export enum SlugFields {\n id = 'id',\n uniqueName = 'uniqueName',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n post = 'post',\n product = 'product',\n page = 'page',\n}\n\n","export enum EnquiryFields {\n id = 'id',\n title = 'title',\n company = 'company',\n name = 'name',\n email = 'email',\n message = 'message',\n fromUrl = 'fromUrl',\n formIp = 'formIp',\n userAgent = 'userAgent',\n /**\n * 来源cta\n */\n fromCta = 'fromCta',\n read = 'read',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n customer = 'customer',\n}\n\n","export enum WebsiteMetaFields {\n id = 'id',\n}\n\n","export enum WebsiteSettingsFields {\n id = 'id',\n /**\n * 邮件配置\n */\n smtpConfig = 'smtpConfig',\n contact = 'contact',\n address = 'address',\n email = 'email',\n tel = 'tel',\n fax = 'fax',\n wechat = 'wechat',\n whatsapp = 'whatsapp',\n mobile = 'mobile',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\n","export enum TemplateFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n content = 'content',\n /**\n * 模板类型\n */\n templateType = 'templateType',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n category = 'category',\n theme = 'theme',\n}\n\n","export enum TemplateCategoryFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n templates = 'templates',\n templatesAggregate='templatesAggregate',\n theme = 'theme',\n}\n\n","export enum ThemeFields {\n id = 'id',\n name = 'name',\n styles = 'styles',\n settings = 'settings',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n templates = 'templates',\n templatesAggregate='templatesAggregate',\n themlateCategories = 'themlateCategories',\n themlateCategoriesAggregate='themlateCategoriesAggregate',\n}\n\n","export enum MediaFolderFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n children = 'children',\n childrenAggregate='childrenAggregate',\n parent = 'parent',\n medias = 'medias',\n mediasAggregate='mediasAggregate',\n}\n\n","export enum WebsitePartFields {\n id = 'id',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\n","export enum WebsiteContentFields {\n id = 'id',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\n","export enum PostCategoryFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n children = 'children',\n childrenAggregate='childrenAggregate',\n posts = 'posts',\n postsAggregate='postsAggregate',\n parent = 'parent',\n}\n\n","export enum TagFields {\n id = 'id',\n /**\n * 名称\n */\n name = 'name',\n color = 'color',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n posts = 'posts',\n postsAggregate='postsAggregate',\n products = 'products',\n productsAggregate='productsAggregate',\n}\n\n","export enum SeoMetaFields {\n id = 'id',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n}\n\n","export enum OgMetaFields {\n id = 'id',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n}\n\n","export enum PublishableFields {\n id = 'id',\n /**\n * 发布的内容\n */\n publishedContent = 'publishedContent',\n publishedAt = 'publishedAt',\n status = 'status',\n title = 'title',\n content = 'content',\n extends = 'extends',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n seoTitle = 'seoTitle',\n seoKeywords = 'seoKeywords',\n seoDescription = 'seoDescription',\n ogTitle = 'ogTitle',\n ogDescription = 'ogDescription',\n ogImageUrl = 'ogImageUrl',\n ogUrl = 'ogUrl',\n ogSiteName = 'ogSiteName',\n ogType = 'ogType',\n lang = 'lang',\n}\n\n","export enum PersonFields {\n id = 'id',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\n","export enum CustomerFields {\n id = 'id',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n enquires = 'enquires',\n enquiresAggregate='enquiresAggregate',\n}\n\n","export enum BaseEntityFields {\n id = 'id',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n}\n\n","export enum MultiLangableFields {\n id = 'id',\n lang = 'lang',\n}\n\n","export enum WebsiteUserFields {\n id = 'id',\n /**\n * 职位\n */\n postion = 'postion',\n /**\n * 自我介绍\n */\n profile = 'profile',\n userType = 'userType',\n /**\n * 邮箱\n */\n email = 'email',\n /**\n * 电话\n */\n tel = 'tel',\n /**\n * 电话2\n */\n tel2 = 'tel2',\n name = 'name',\n mobile = 'mobile',\n whatsApp = 'whatsApp',\n linkedIn = 'linkedIn',\n twitter = 'twitter',\n facebook = 'facebook',\n instagram = 'instagram',\n /**\n * 简介\n */\n summary = 'summary',\n}\n\n","export enum CustomizeMediaFields {\n id = 'id',\n /**\n * 网站Id\n */\n websiteId = 'websiteId',\n}\n\n","export enum ProductCategoryFields {\n id = 'id',\n name = 'name',\n seqValue = 'seqValue',\n websiteId = 'websiteId',\n /**\n * 创建时间\n */\n createdAt = 'createdAt',\n /**\n * 更新时间\n */\n updatedAt = 'updatedAt',\n /**\n * 备注\n */\n remark = 'remark',\n children = 'children',\n childrenAggregate='childrenAggregate',\n parent = 'parent',\n products = 'products',\n productsAggregate='productsAggregate',\n}\n\n"],"names":["UserDistinctEnum","RoleDistinctEnum","AbilityDistinctEnum","AbilityType","MediaDistinctEnum","MediaType","WebsiteDistinctEnum","LangDistinctEnum","WebsiteTypeDistinctEnum","PageDistinctEnum","PostDistinctEnum","ProductDistinctEnum","SlugDistinctEnum","EnquiryDistinctEnum","WebsiteMetaDistinctEnum","WebsiteSettingsDistinctEnum","TemplateDistinctEnum","TemplateCategoryDistinctEnum","ThemeDistinctEnum","MediaFolderDistinctEnum","WebsiteTypeStatus","PostCategoryDistinctEnum","TagDistinctEnum","PublishableStatus","CustomerDistinctEnum","UserType","TemplateType","ProductCategoryDistinctEnum","ExtendFieldType","ComponentType","UserFields","RoleFields","AbilityFields","MediaFields","WebsiteFields","LangFields","WebsiteTypeFields","PageFields","PostFields","ProductFields","SlugFields","EnquiryFields","WebsiteMetaFields","WebsiteSettingsFields","TemplateFields","TemplateCategoryFields","ThemeFields","MediaFolderFields","WebsitePartFields","WebsiteContentFields","PostCategoryFields","TagFields","SeoMetaFields","OgMetaFields","PublishableFields","PersonFields","CustomerFields","BaseEntityFields","MultiLangableFields","WebsiteUserFields","CustomizeMediaFields","ProductCategoryFields"],"mappings":"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"}
|