@rxdrag/rxcms-models 0.3.61 → 0.3.63
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/classes/AbilityQueryOptions.d.ts +1 -1
- package/dist/classes/AnalyticsConfigQueryOptions.d.ts +1 -1
- package/dist/classes/AttachmentOnProductQueryOptions.d.ts +1 -1
- package/dist/classes/ChangeLogQueryOptions.d.ts +1 -1
- package/dist/classes/ComponentCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/CustomerQueryOptions.d.ts +1 -1
- package/dist/classes/EnquiryQueryOptions.d.ts +1 -1
- package/dist/classes/FrontComponentQueryOptions.d.ts +1 -1
- package/dist/classes/LangQueryOptions.d.ts +1 -1
- package/dist/classes/MailQueryOptions.d.ts +1 -1
- package/dist/classes/MediaFolderQueryOptions.d.ts +1 -1
- package/dist/classes/MediaOnProductQueryOptions.d.ts +1 -1
- package/dist/classes/MediaQueryOptions.d.ts +1 -1
- package/dist/classes/PageMetaQueryOptions.d.ts +1 -1
- package/dist/classes/PageQueryOptions.d.ts +1 -1
- package/dist/classes/PostCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/PostQueryOptions.d.ts +1 -1
- package/dist/classes/ProductCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/ProductQueryOptions.d.ts +1 -1
- package/dist/classes/QueryOptions.d.ts +1 -1
- package/dist/classes/RoleQueryOptions.d.ts +1 -1
- package/dist/classes/SearchIndexQueryOptions.d.ts +1 -1
- package/dist/classes/SectionTemplateQueryOptions.d.ts +1 -1
- package/dist/classes/SpamFilterRuleQueryOptions.d.ts +1 -1
- package/dist/classes/StyleConfigQueryOptions.d.ts +1 -1
- package/dist/classes/TagQueryOptions.d.ts +1 -1
- package/dist/classes/TemplateCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeCategoryQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeConfigQueryOptions.d.ts +2 -1
- package/dist/classes/ThemeInMarketQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeQueryOptions.d.ts +1 -1
- package/dist/classes/ThemeVersionQueryOptions.d.ts +1 -1
- package/dist/classes/UserQueryOptions.d.ts +1 -1
- package/dist/classes/WebsiteQueryOptions.d.ts +1 -1
- package/dist/classes/WebsiteSettingsQueryOptions.d.ts +3 -1
- package/dist/classes/WebsiteTypeQueryOptions.d.ts +1 -1
- package/dist/entries/abilityEntry.d.ts +1 -1
- package/dist/entries/analyticsConfigEntry.d.ts +1 -1
- package/dist/entries/attachmentOnProductEntry.d.ts +1 -1
- package/dist/entries/changeLogEntry.d.ts +1 -1
- package/dist/entries/componentCategoryEntry.d.ts +1 -1
- package/dist/entries/customerEntry.d.ts +1 -1
- package/dist/entries/enquiryEntry.d.ts +1 -1
- package/dist/entries/frontComponentEntry.d.ts +1 -1
- package/dist/entries/langEntry.d.ts +1 -1
- package/dist/entries/mailEntry.d.ts +1 -1
- package/dist/entries/mediaEntry.d.ts +1 -1
- package/dist/entries/mediaFolderEntry.d.ts +1 -1
- package/dist/entries/mediaOnProductEntry.d.ts +1 -1
- package/dist/entries/pageEntry.d.ts +1 -1
- package/dist/entries/pageMetaEntry.d.ts +1 -1
- package/dist/entries/postCategoryEntry.d.ts +1 -1
- package/dist/entries/postEntry.d.ts +1 -1
- package/dist/entries/productCategoryEntry.d.ts +1 -1
- package/dist/entries/productEntry.d.ts +1 -1
- package/dist/entries/roleEntry.d.ts +1 -1
- package/dist/entries/searchIndexEntry.d.ts +1 -1
- package/dist/entries/sectionTemplateEntry.d.ts +1 -1
- package/dist/entries/spamFilterRuleEntry.d.ts +1 -1
- package/dist/entries/styleConfigEntry.d.ts +1 -1
- package/dist/entries/tagEntry.d.ts +1 -1
- package/dist/entries/templateCategoryEntry.d.ts +1 -1
- package/dist/entries/themeCategoryEntry.d.ts +1 -1
- package/dist/entries/themeConfigEntry.d.ts +1 -1
- package/dist/entries/themeEntry.d.ts +1 -1
- package/dist/entries/themeInMarketEntry.d.ts +1 -1
- package/dist/entries/themeVersionEntry.d.ts +1 -1
- package/dist/entries/userEntry.d.ts +1 -1
- package/dist/entries/websiteEntry.d.ts +1 -1
- package/dist/entries/websiteSettingsEntry.d.ts +1 -1
- package/dist/entries/websiteTypeEntry.d.ts +1 -1
- package/dist/fields/ThemeConfigFields.d.ts +2 -1
- package/dist/fields/WebsiteSettingsFields.d.ts +3 -1
- package/dist/index.mjs +19 -1
- package/dist/index.mjs.map +1 -1
- package/dist/interfaces/AbilityOrderBy.d.ts +1 -1
- package/dist/interfaces/AnalyticsConfigInput.d.ts +1 -1
- package/dist/interfaces/AnalyticsConfigOrderBy.d.ts +1 -1
- package/dist/interfaces/AttachmentOnProductInput.d.ts +1 -1
- package/dist/interfaces/AttachmentOnProductOrderBy.d.ts +1 -1
- package/dist/interfaces/ChangeLogInput.d.ts +1 -1
- package/dist/interfaces/ChangeLogOrderBy.d.ts +1 -1
- package/dist/interfaces/ComponentCategoryInput.d.ts +2 -2
- package/dist/interfaces/ComponentCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/CustomerInput.d.ts +2 -2
- package/dist/interfaces/CustomerOrderBy.d.ts +1 -1
- package/dist/interfaces/DeployConfig.d.ts +8 -0
- package/dist/interfaces/EnquiryInput.d.ts +1 -1
- package/dist/interfaces/EnquiryOrderBy.d.ts +1 -1
- package/dist/interfaces/FrontComponentInput.d.ts +1 -1
- package/dist/interfaces/FrontComponentOrderBy.d.ts +1 -1
- package/dist/interfaces/LangInput.d.ts +1 -1
- package/dist/interfaces/LangOrderBy.d.ts +1 -1
- package/dist/interfaces/MailOrderBy.d.ts +1 -1
- package/dist/interfaces/MarketableOrderBy.d.ts +1 -1
- package/dist/interfaces/MediaFolderInput.d.ts +2 -2
- package/dist/interfaces/MediaFolderOrderBy.d.ts +1 -1
- package/dist/interfaces/MediaInput.d.ts +2 -2
- package/dist/interfaces/MediaOnProductInput.d.ts +1 -1
- package/dist/interfaces/MediaOnProductOrderBy.d.ts +1 -1
- package/dist/interfaces/MediaOrderBy.d.ts +1 -1
- package/dist/interfaces/PageInput.d.ts +1 -1
- package/dist/interfaces/PageMetaInput.d.ts +1 -1
- package/dist/interfaces/PageMetaOrderBy.d.ts +1 -1
- package/dist/interfaces/PageOrderBy.d.ts +1 -1
- package/dist/interfaces/PersonOrderBy.d.ts +1 -1
- package/dist/interfaces/PostCategoryInput.d.ts +2 -2
- package/dist/interfaces/PostCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/PostInput.d.ts +2 -2
- package/dist/interfaces/PostOrderBy.d.ts +1 -1
- package/dist/interfaces/ProductCategoryInput.d.ts +2 -2
- package/dist/interfaces/ProductCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/ProductInput.d.ts +2 -2
- package/dist/interfaces/ProductOrderBy.d.ts +1 -1
- package/dist/interfaces/PublishableOrderBy.d.ts +1 -1
- package/dist/interfaces/RoleInput.d.ts +1 -1
- package/dist/interfaces/RoleOrderBy.d.ts +1 -1
- package/dist/interfaces/SearchIndexInput.d.ts +1 -1
- package/dist/interfaces/SearchIndexOrderBy.d.ts +1 -1
- package/dist/interfaces/SectionTemplateInput.d.ts +1 -1
- package/dist/interfaces/SectionTemplateOrderBy.d.ts +1 -1
- package/dist/interfaces/SlugableOrderBy.d.ts +1 -1
- package/dist/interfaces/SpamFilterRuleInput.d.ts +1 -1
- package/dist/interfaces/SpamFilterRuleOrderBy.d.ts +1 -1
- package/dist/interfaces/StyleConfigInput.d.ts +1 -1
- package/dist/interfaces/StyleConfigOrderBy.d.ts +1 -1
- package/dist/interfaces/TagInput.d.ts +2 -2
- package/dist/interfaces/TagOrderBy.d.ts +1 -1
- package/dist/interfaces/TemplateCategoryInput.d.ts +2 -2
- package/dist/interfaces/TemplateCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeCategoryInput.d.ts +1 -1
- package/dist/interfaces/ThemeCategoryOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeConfig.d.ts +1 -0
- package/dist/interfaces/ThemeConfigBoolExp.d.ts +1 -0
- package/dist/interfaces/ThemeConfigDistinctExp.d.ts +2 -1
- package/dist/interfaces/ThemeConfigInput.d.ts +2 -1
- package/dist/interfaces/ThemeConfigOrderBy.d.ts +2 -1
- package/dist/interfaces/ThemeInMarketInput.d.ts +1 -1
- package/dist/interfaces/ThemeInMarketOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeInput.d.ts +2 -2
- package/dist/interfaces/ThemeOrderBy.d.ts +1 -1
- package/dist/interfaces/ThemeVersionInput.d.ts +1 -1
- package/dist/interfaces/ThemeVersionOrderBy.d.ts +1 -1
- package/dist/interfaces/UserInput.d.ts +2 -2
- package/dist/interfaces/UserOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteContentOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteInput.d.ts +2 -2
- package/dist/interfaces/WebsiteOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsitePartOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteSettings.d.ts +3 -0
- package/dist/interfaces/WebsiteSettingsBoolExp.d.ts +2 -0
- package/dist/interfaces/WebsiteSettingsDistinctExp.d.ts +3 -1
- package/dist/interfaces/WebsiteSettingsInput.d.ts +4 -1
- package/dist/interfaces/WebsiteSettingsOrderBy.d.ts +3 -1
- package/dist/interfaces/WebsiteTypeInput.d.ts +1 -1
- package/dist/interfaces/WebsiteTypeOrderBy.d.ts +1 -1
- package/dist/interfaces/WebsiteUserOrderBy.d.ts +1 -1
- package/dist/interfaces/index.d.ts +1 -0
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Ability, AbilityBoolExp, AbilityDistinctExp, AbilityOrderBy } from "../interfaces";
|
|
4
4
|
export declare class AbilityQueryOptions extends QueryOptions<Ability, AbilityBoolExp, AbilityOrderBy, AbilityDistinctExp> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { AnalyticsConfig, AnalyticsConfigBoolExp, AnalyticsConfigDistinctExp, AnalyticsConfigOrderBy } from "../interfaces";
|
|
4
4
|
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { AttachmentOnProduct, AttachmentOnProductBoolExp, AttachmentOnProductDistinctExp, AttachmentOnProductOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ChangeLog, ChangeLogBoolExp, ChangeLogDistinctExp, ChangeLogOrderBy } from "../interfaces";
|
|
4
4
|
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ComponentCategory, ComponentCategoryBoolExp, ComponentCategoryDistinctExp, ComponentCategoryOrderBy } from "../interfaces";
|
|
4
4
|
import { FrontComponentQueryOptions } from './FrontComponentQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Customer, CustomerBoolExp, CustomerDistinctExp, CustomerOrderBy } from "../interfaces";
|
|
4
4
|
import { EnquiryQueryOptions } from './EnquiryQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Enquiry, EnquiryBoolExp, EnquiryDistinctExp, EnquiryOrderBy } from "../interfaces";
|
|
4
4
|
import { LangQueryOptions } from './LangQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { FrontComponent, FrontComponentBoolExp, FrontComponentDistinctExp, FrontComponentOrderBy } from "../interfaces";
|
|
4
4
|
import { ComponentCategoryQueryOptions } from './ComponentCategoryQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Lang, LangBoolExp, LangDistinctExp, LangOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaFolderQueryOptions } from './MediaFolderQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Mail, MailBoolExp, MailDistinctExp, MailOrderBy } from "../interfaces";
|
|
4
4
|
export declare class MailQueryOptions extends QueryOptions<Mail, MailBoolExp, MailOrderBy, MailDistinctExp> {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { MediaFolder, MediaFolderBoolExp, MediaFolderDistinctExp, MediaFolderOrderBy } from "../interfaces";
|
|
4
4
|
import { LangQueryOptions } from './LangQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { MediaOnProduct, MediaOnProductBoolExp, MediaOnProductDistinctExp, MediaOnProductOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Media, MediaBoolExp, MediaDistinctExp, MediaOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaFolderQueryOptions } from './MediaFolderQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { PageMeta, PageMetaBoolExp, PageMetaDistinctExp, PageMetaOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Page, PageBoolExp, PageDistinctExp, PageOrderBy } from "../interfaces";
|
|
4
4
|
import { PageMetaQueryOptions } from './PageMetaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { PostCategory, PostCategoryBoolExp, PostCategoryDistinctExp, PostCategoryOrderBy } from "../interfaces";
|
|
4
4
|
import { PostQueryOptions } from './PostQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Post, PostBoolExp, PostDistinctExp, PostOrderBy } from "../interfaces";
|
|
4
4
|
import { TagQueryOptions } from './TagQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ProductCategory, ProductCategoryBoolExp, ProductCategoryDistinctExp, ProductCategoryOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Product, ProductBoolExp, ProductDistinctExp, ProductOrderBy } from "../interfaces";
|
|
4
4
|
import { ProductCategoryQueryOptions } from './ProductCategoryQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Aggregates, Associations, IAggregate, IEntity, IGqlQueryOptions, IQueryArgs, IQueryOptions, ObjectFields } from "@rxdrag/entify-
|
|
1
|
+
import { Aggregates, Associations, IAggregate, IEntity, IGqlQueryOptions, IQueryArgs, IQueryOptions, ObjectFields } from "@rxdrag/entify-lib/src/interfaces";
|
|
2
2
|
export declare class QueryOptions<T extends IEntity = IEntity, WhereExp = unknown, OrderBy = unknown, DistinctExp = unknown> implements IQueryOptions<T, WhereExp, OrderBy, DistinctExp> {
|
|
3
3
|
entityName: string;
|
|
4
4
|
protected _fields: (keyof T)[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Role, RoleBoolExp, RoleDistinctExp, RoleOrderBy } from "../interfaces";
|
|
4
4
|
import { UserQueryOptions } from './UserQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { SearchIndex, SearchIndexBoolExp, SearchIndexDistinctExp, SearchIndexOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { SectionTemplate, SectionTemplateBoolExp, SectionTemplateDistinctExp, SectionTemplateOrderBy } from "../interfaces";
|
|
4
4
|
import { TemplateCategoryQueryOptions } from './TemplateCategoryQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { SpamFilterRule, SpamFilterRuleBoolExp, SpamFilterRuleDistinctExp, SpamFilterRuleOrderBy } from "../interfaces";
|
|
4
4
|
import { LangQueryOptions } from './LangQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { StyleConfig, StyleConfigBoolExp, StyleConfigDistinctExp, StyleConfigOrderBy } from "../interfaces";
|
|
4
4
|
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Tag, TagBoolExp, TagDistinctExp, TagOrderBy } from "../interfaces";
|
|
4
4
|
import { LangQueryOptions } from './LangQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { TemplateCategory, TemplateCategoryBoolExp, TemplateCategoryDistinctExp, TemplateCategoryOrderBy } from "../interfaces";
|
|
4
4
|
import { SectionTemplateQueryOptions } from './SectionTemplateQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ThemeCategory, ThemeCategoryBoolExp, ThemeCategoryDistinctExp, ThemeCategoryOrderBy } from "../interfaces";
|
|
4
4
|
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ThemeConfig, ThemeConfigBoolExp, ThemeConfigDistinctExp, ThemeConfigOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -24,6 +24,7 @@ export declare class ThemeConfigQueryOptions extends QueryOptions<ThemeConfig, T
|
|
|
24
24
|
icoIcon(): this;
|
|
25
25
|
appleTouchIcon(): this;
|
|
26
26
|
redirects(): this;
|
|
27
|
+
previewUrl(): this;
|
|
27
28
|
contactAvatar(options?: MediaQueryOptions | (keyof Media)[]): this;
|
|
28
29
|
theme(options?: ThemeQueryOptions | (keyof Theme)[]): this;
|
|
29
30
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ThemeInMarket, ThemeInMarketBoolExp, ThemeInMarketDistinctExp, ThemeInMarketOrderBy } from "../interfaces";
|
|
4
4
|
import { ThemeVersionQueryOptions } from './ThemeVersionQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Theme, ThemeBoolExp, ThemeDistinctExp, ThemeOrderBy } from "../interfaces";
|
|
4
4
|
import { MediaQueryOptions } from './MediaQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { ThemeVersion, ThemeVersionBoolExp, ThemeVersionDistinctExp, ThemeVersionOrderBy } from "../interfaces";
|
|
4
4
|
import { ThemeQueryOptions } from './ThemeQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { User, UserBoolExp, UserDistinctExp, UserOrderBy } from "../interfaces";
|
|
4
4
|
import { RoleQueryOptions } from './RoleQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { Website, WebsiteBoolExp, WebsiteDistinctExp, WebsiteOrderBy } from "../interfaces";
|
|
4
4
|
import { WebsiteTypeQueryOptions } from './WebsiteTypeQueryOptions';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { WebsiteSettings, WebsiteSettingsBoolExp, WebsiteSettingsDistinctExp, WebsiteSettingsOrderBy } from "../interfaces";
|
|
4
4
|
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
@@ -18,5 +18,7 @@ export declare class WebsiteSettingsQueryOptions extends QueryOptions<WebsiteSet
|
|
|
18
18
|
createdAt(): this;
|
|
19
19
|
updatedAt(): this;
|
|
20
20
|
replyToEmail(): this;
|
|
21
|
+
privateDeploy(): this;
|
|
22
|
+
deployConfig(): this;
|
|
21
23
|
website(options?: WebsiteQueryOptions | (keyof Website)[]): this;
|
|
22
24
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IAggregate, IQueryArgs } from "@rxdrag/entify-
|
|
1
|
+
import { IAggregate, IQueryArgs } from "@rxdrag/entify-lib";
|
|
2
2
|
import { QueryOptions } from "./QueryOptions";
|
|
3
3
|
import { WebsiteType, WebsiteTypeBoolExp, WebsiteTypeDistinctExp, WebsiteTypeOrderBy } from "../interfaces";
|
|
4
4
|
import { WebsiteQueryOptions } from './WebsiteQueryOptions';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const abilityEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const analyticsConfigEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const attachmentOnProductEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const changeLogEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const componentCategoryEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const customerEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const enquiryEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const frontComponentEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const langEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const mailEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const mediaEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const mediaFolderEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const mediaOnProductEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const pageEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const pageMetaEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const postCategoryEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const postEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const productCategoryEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const productEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const roleEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const searchIndexEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const sectionTemplateEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const spamFilterRuleEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const styleConfigEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const tagEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const templateCategoryEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const themeCategoryEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const themeConfigEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const themeEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const themeInMarketEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const themeVersionEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const userEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const websiteEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const websiteSettingsEntry: EntityEntry;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { EntityEntry } from "@rxdrag/entify-
|
|
1
|
+
import { EntityEntry } from "@rxdrag/entify-lib";
|
|
2
2
|
export declare const websiteTypeEntry: EntityEntry;
|
|
@@ -15,7 +15,8 @@ export declare enum ThemeConfigFields {
|
|
|
15
15
|
pngIcon = "pngIcon",
|
|
16
16
|
icoIcon = "icoIcon",
|
|
17
17
|
appleTouchIcon = "appleTouchIcon",
|
|
18
|
-
redirects = "redirects"
|
|
18
|
+
redirects = "redirects",
|
|
19
|
+
previewUrl = "previewUrl"
|
|
19
20
|
}
|
|
20
21
|
export declare enum ThemeConfigAssciations {
|
|
21
22
|
contactAvatar = "contactAvatar",
|
|
@@ -11,7 +11,9 @@ export declare enum WebsiteSettingsFields {
|
|
|
11
11
|
useCustomizedSmtp = "useCustomizedSmtp",
|
|
12
12
|
createdAt = "createdAt",
|
|
13
13
|
updatedAt = "updatedAt",
|
|
14
|
-
replyToEmail = "replyToEmail"
|
|
14
|
+
replyToEmail = "replyToEmail",
|
|
15
|
+
privateDeploy = "privateDeploy",
|
|
16
|
+
deployConfig = "deployConfig"
|
|
15
17
|
}
|
|
16
18
|
export declare enum WebsiteSettingsAssciations {
|
|
17
19
|
website = "website"
|
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import { processHasManyClear, convertHasManyToInput, processHasOneClear, convertHasOneToInput } from "@rxdrag/entify-
|
|
7
|
+
import { processHasManyClear, convertHasManyToInput, processHasOneClear, convertHasOneToInput } from "@rxdrag/entify-lib";
|
|
8
8
|
const associationsClasses = {};
|
|
9
9
|
const aggregateEntities = {
|
|
10
10
|
User: {
|
|
@@ -1189,6 +1189,8 @@ var WebsiteSettingsDistinctEnum = /* @__PURE__ */ ((WebsiteSettingsDistinctEnum2
|
|
|
1189
1189
|
WebsiteSettingsDistinctEnum2["createdAt"] = "createdAt";
|
|
1190
1190
|
WebsiteSettingsDistinctEnum2["updatedAt"] = "updatedAt";
|
|
1191
1191
|
WebsiteSettingsDistinctEnum2["replyToEmail"] = "replyToEmail";
|
|
1192
|
+
WebsiteSettingsDistinctEnum2["privateDeploy"] = "privateDeploy";
|
|
1193
|
+
WebsiteSettingsDistinctEnum2["deployConfig"] = "deployConfig";
|
|
1192
1194
|
return WebsiteSettingsDistinctEnum2;
|
|
1193
1195
|
})(WebsiteSettingsDistinctEnum || {});
|
|
1194
1196
|
const ThemeEntityName = "Theme";
|
|
@@ -1495,6 +1497,7 @@ var ThemeConfigDistinctEnum = /* @__PURE__ */ ((ThemeConfigDistinctEnum2) => {
|
|
|
1495
1497
|
ThemeConfigDistinctEnum2["icoIcon"] = "icoIcon";
|
|
1496
1498
|
ThemeConfigDistinctEnum2["appleTouchIcon"] = "appleTouchIcon";
|
|
1497
1499
|
ThemeConfigDistinctEnum2["redirects"] = "redirects";
|
|
1500
|
+
ThemeConfigDistinctEnum2["previewUrl"] = "previewUrl";
|
|
1498
1501
|
return ThemeConfigDistinctEnum2;
|
|
1499
1502
|
})(ThemeConfigDistinctEnum || {});
|
|
1500
1503
|
const AnalyticsConfigEntityName = "AnalyticsConfig";
|
|
@@ -2007,6 +2010,10 @@ class ThemeConfigQueryOptions extends QueryOptions {
|
|
|
2007
2010
|
this.addField("redirects");
|
|
2008
2011
|
return this;
|
|
2009
2012
|
}
|
|
2013
|
+
previewUrl() {
|
|
2014
|
+
this.addField("previewUrl");
|
|
2015
|
+
return this;
|
|
2016
|
+
}
|
|
2010
2017
|
contactAvatar(options) {
|
|
2011
2018
|
if (Array.isArray(options)) {
|
|
2012
2019
|
this._associations["contactAvatar"] = new MediaQueryOptions(options);
|
|
@@ -3247,6 +3254,14 @@ class WebsiteSettingsQueryOptions extends QueryOptions {
|
|
|
3247
3254
|
this.addField("replyToEmail");
|
|
3248
3255
|
return this;
|
|
3249
3256
|
}
|
|
3257
|
+
privateDeploy() {
|
|
3258
|
+
this.addField("privateDeploy");
|
|
3259
|
+
return this;
|
|
3260
|
+
}
|
|
3261
|
+
deployConfig() {
|
|
3262
|
+
this.addField("deployConfig");
|
|
3263
|
+
return this;
|
|
3264
|
+
}
|
|
3250
3265
|
website(options) {
|
|
3251
3266
|
if (Array.isArray(options)) {
|
|
3252
3267
|
this._associations["website"] = new WebsiteQueryOptions(options);
|
|
@@ -5110,6 +5125,8 @@ var WebsiteSettingsFields = /* @__PURE__ */ ((WebsiteSettingsFields2) => {
|
|
|
5110
5125
|
WebsiteSettingsFields2["createdAt"] = "createdAt";
|
|
5111
5126
|
WebsiteSettingsFields2["updatedAt"] = "updatedAt";
|
|
5112
5127
|
WebsiteSettingsFields2["replyToEmail"] = "replyToEmail";
|
|
5128
|
+
WebsiteSettingsFields2["privateDeploy"] = "privateDeploy";
|
|
5129
|
+
WebsiteSettingsFields2["deployConfig"] = "deployConfig";
|
|
5113
5130
|
return WebsiteSettingsFields2;
|
|
5114
5131
|
})(WebsiteSettingsFields || {});
|
|
5115
5132
|
var WebsiteSettingsAssciations = /* @__PURE__ */ ((WebsiteSettingsAssciations2) => {
|
|
@@ -5370,6 +5387,7 @@ var ThemeConfigFields = /* @__PURE__ */ ((ThemeConfigFields2) => {
|
|
|
5370
5387
|
ThemeConfigFields2["icoIcon"] = "icoIcon";
|
|
5371
5388
|
ThemeConfigFields2["appleTouchIcon"] = "appleTouchIcon";
|
|
5372
5389
|
ThemeConfigFields2["redirects"] = "redirects";
|
|
5390
|
+
ThemeConfigFields2["previewUrl"] = "previewUrl";
|
|
5373
5391
|
return ThemeConfigFields2;
|
|
5374
5392
|
})(ThemeConfigFields || {});
|
|
5375
5393
|
var ThemeConfigAssciations = /* @__PURE__ */ ((ThemeConfigAssciations2) => {
|