@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
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Post } from '../interfaces';
|
|
4
|
-
export declare function useDeletePostById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Post | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { PostCategory } from '../interfaces';
|
|
4
|
-
export declare function useDeletePostCategory(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<PostCategory> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { PostCategory } from '../interfaces';
|
|
4
|
-
export declare function useDeletePostCategoryById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: PostCategory | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Product } from '../interfaces';
|
|
4
|
-
export declare function useDeleteProduct(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Product> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Product } from '../interfaces';
|
|
4
|
-
export declare function useDeleteProductById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Product | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { ProductCategory } from '../interfaces';
|
|
4
|
-
export declare function useDeleteProductCategory(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<ProductCategory> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { ProductCategory } from '../interfaces';
|
|
4
|
-
export declare function useDeleteProductCategoryById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: ProductCategory | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Role } from '../interfaces';
|
|
4
|
-
export declare function useDeleteRole(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Role> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Role } from '../interfaces';
|
|
4
|
-
export declare function useDeleteRoleById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Role | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Slug } from '../interfaces';
|
|
4
|
-
export declare function useDeleteSlug(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Slug> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Slug } from '../interfaces';
|
|
4
|
-
export declare function useDeleteSlugById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Slug | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Tag } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTag(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Tag> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Tag } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTagById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Tag | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Template } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTemplate(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Template> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Template } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTemplateById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Template | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { TemplateCategory } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTemplateCategory(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<TemplateCategory> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { TemplateCategory } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTemplateCategoryById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: TemplateCategory | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Theme } from '../interfaces';
|
|
4
|
-
export declare function useDeleteTheme(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Theme> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Theme } from '../interfaces';
|
|
4
|
-
export declare function useDeleteThemeById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Theme | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { User } from '../interfaces';
|
|
4
|
-
export declare function useDeleteUser(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<User> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { User } from '../interfaces';
|
|
4
|
-
export declare function useDeleteUserById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: User | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Website } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsite(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Website> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Website } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Website | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteMeta } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteMeta(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<WebsiteMeta> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteMeta } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteMetaById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: WebsiteMeta | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteSettings } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteSettings(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<WebsiteSettings> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteSettings } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteSettingsById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: WebsiteSettings | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteType } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteType(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<WebsiteType> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteType } from '../interfaces';
|
|
4
|
-
export declare function useDeleteWebsiteTypeById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: WebsiteType | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Ability, AbilityInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneAbility(options?: IMutationOptions<Ability> & IIndicatorOptions): [(value?: AbilityInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Ability | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Customer, CustomerInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneCustomer(options?: IMutationOptions<Customer> & IIndicatorOptions): [(value?: CustomerInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Customer | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Enquiry, EnquiryInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneEnquiry(options?: IMutationOptions<Enquiry> & IIndicatorOptions): [(value?: EnquiryInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Enquiry | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Lang, LangInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneLang(options?: IMutationOptions<Lang> & IIndicatorOptions): [(value?: LangInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Lang | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Media, MediaInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneMedia(options?: IMutationOptions<Media> & IIndicatorOptions): [(value?: MediaInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Media | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { MediaFolder, MediaFolderInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneMediaFolder(options?: IMutationOptions<MediaFolder> & IIndicatorOptions): [(value?: MediaFolderInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: MediaFolder | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Page, PageInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOnePage(options?: IMutationOptions<Page> & IIndicatorOptions): [(value?: PageInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Page | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Post, PostInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOnePost(options?: IMutationOptions<Post> & IIndicatorOptions): [(value?: PostInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Post | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { PostCategory, PostCategoryInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOnePostCategory(options?: IMutationOptions<PostCategory> & IIndicatorOptions): [(value?: PostCategoryInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: PostCategory | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Product, ProductInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneProduct(options?: IMutationOptions<Product> & IIndicatorOptions): [(value?: ProductInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Product | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { ProductCategory, ProductCategoryInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneProductCategory(options?: IMutationOptions<ProductCategory> & IIndicatorOptions): [(value?: ProductCategoryInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: ProductCategory | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Role, RoleInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneRole(options?: IMutationOptions<Role> & IIndicatorOptions): [(value?: RoleInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Role | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Slug, SlugInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneSlug(options?: IMutationOptions<Slug> & IIndicatorOptions): [(value?: SlugInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Slug | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Tag, TagInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneTag(options?: IMutationOptions<Tag> & IIndicatorOptions): [(value?: TagInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Tag | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Template, TemplateInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneTemplate(options?: IMutationOptions<Template> & IIndicatorOptions): [(value?: TemplateInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Template | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { TemplateCategory, TemplateCategoryInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneTemplateCategory(options?: IMutationOptions<TemplateCategory> & IIndicatorOptions): [(value?: TemplateCategoryInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: TemplateCategory | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Theme, ThemeInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneTheme(options?: IMutationOptions<Theme> & IIndicatorOptions): [(value?: ThemeInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Theme | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { User, UserInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneUser(options?: IMutationOptions<User> & IIndicatorOptions): [(value?: UserInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: User | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Website, WebsiteInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneWebsite(options?: IMutationOptions<Website> & IIndicatorOptions): [(value?: WebsiteInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: Website | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteMeta, WebsiteMetaInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneWebsiteMeta(options?: IMutationOptions<WebsiteMeta> & IIndicatorOptions): [(value?: WebsiteMetaInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: WebsiteMeta | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteSettings, WebsiteSettingsInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneWebsiteSettings(options?: IMutationOptions<WebsiteSettings> & IIndicatorOptions): [(value?: WebsiteSettingsInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: WebsiteSettings | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { WebsiteType, WebsiteTypeInput } from '../interfaces';
|
|
4
|
-
export declare function useUpsertOneWebsiteType(options?: IMutationOptions<WebsiteType> & IIndicatorOptions): [(value?: WebsiteTypeInput | undefined) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: WebsiteType | undefined;
|
|
8
|
-
}];
|