@rxdrag/rxcms-models 0.1.2 → 0.1.3
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/index.d.ts +0 -1
- package/dist/index.mjs +0 -441
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -5
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rxdrag/rxcms-models",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"main": "dist/index.mjs",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"files": [
|
|
@@ -12,13 +12,12 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"eslint": "^7.32.0",
|
|
14
14
|
"typescript": "^5",
|
|
15
|
-
"@rxdrag/
|
|
16
|
-
"@rxdrag/
|
|
15
|
+
"@rxdrag/eslint-config-custom": "0.1.1",
|
|
16
|
+
"@rxdrag/tsconfig": "0.1.1"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"swr": "^2.2.4",
|
|
20
|
-
"@rxdrag/entify-hooks": "0.0.
|
|
21
|
-
"@rxdrag/rxcms-entify-wrapper": "0.0.1"
|
|
20
|
+
"@rxdrag/entify-hooks": "0.0.2"
|
|
22
21
|
},
|
|
23
22
|
"scripts": {
|
|
24
23
|
"lint": "eslint . --ext .ts,tsx",
|
package/dist/hooks/index.d.ts
DELETED
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
export * from './useUserList';
|
|
2
|
-
export * from './useOneUser';
|
|
3
|
-
export * from './useUpsertOneUser';
|
|
4
|
-
export * from './useDeleteUserById';
|
|
5
|
-
export * from './useDeleteUser';
|
|
6
|
-
export * from './useRoleList';
|
|
7
|
-
export * from './useOneRole';
|
|
8
|
-
export * from './useUpsertOneRole';
|
|
9
|
-
export * from './useDeleteRoleById';
|
|
10
|
-
export * from './useDeleteRole';
|
|
11
|
-
export * from './useAbilityList';
|
|
12
|
-
export * from './useOneAbility';
|
|
13
|
-
export * from './useUpsertOneAbility';
|
|
14
|
-
export * from './useDeleteAbilityById';
|
|
15
|
-
export * from './useDeleteAbility';
|
|
16
|
-
export * from './useMediaList';
|
|
17
|
-
export * from './useOneMedia';
|
|
18
|
-
export * from './useUpsertOneMedia';
|
|
19
|
-
export * from './useDeleteMediaById';
|
|
20
|
-
export * from './useDeleteMedia';
|
|
21
|
-
export * from './useWebsiteList';
|
|
22
|
-
export * from './useOneWebsite';
|
|
23
|
-
export * from './useUpsertOneWebsite';
|
|
24
|
-
export * from './useDeleteWebsiteById';
|
|
25
|
-
export * from './useDeleteWebsite';
|
|
26
|
-
export * from './useLangList';
|
|
27
|
-
export * from './useOneLang';
|
|
28
|
-
export * from './useUpsertOneLang';
|
|
29
|
-
export * from './useDeleteLangById';
|
|
30
|
-
export * from './useDeleteLang';
|
|
31
|
-
export * from './useWebsiteTypeList';
|
|
32
|
-
export * from './useOneWebsiteType';
|
|
33
|
-
export * from './useUpsertOneWebsiteType';
|
|
34
|
-
export * from './useDeleteWebsiteTypeById';
|
|
35
|
-
export * from './useDeleteWebsiteType';
|
|
36
|
-
export * from './usePageList';
|
|
37
|
-
export * from './useOnePage';
|
|
38
|
-
export * from './useUpsertOnePage';
|
|
39
|
-
export * from './useDeletePageById';
|
|
40
|
-
export * from './useDeletePage';
|
|
41
|
-
export * from './usePostList';
|
|
42
|
-
export * from './useOnePost';
|
|
43
|
-
export * from './useUpsertOnePost';
|
|
44
|
-
export * from './useDeletePostById';
|
|
45
|
-
export * from './useDeletePost';
|
|
46
|
-
export * from './useProductList';
|
|
47
|
-
export * from './useOneProduct';
|
|
48
|
-
export * from './useUpsertOneProduct';
|
|
49
|
-
export * from './useDeleteProductById';
|
|
50
|
-
export * from './useDeleteProduct';
|
|
51
|
-
export * from './useSlugList';
|
|
52
|
-
export * from './useOneSlug';
|
|
53
|
-
export * from './useUpsertOneSlug';
|
|
54
|
-
export * from './useDeleteSlugById';
|
|
55
|
-
export * from './useDeleteSlug';
|
|
56
|
-
export * from './useEnquiryList';
|
|
57
|
-
export * from './useOneEnquiry';
|
|
58
|
-
export * from './useUpsertOneEnquiry';
|
|
59
|
-
export * from './useDeleteEnquiryById';
|
|
60
|
-
export * from './useDeleteEnquiry';
|
|
61
|
-
export * from './useWebsiteMetaList';
|
|
62
|
-
export * from './useOneWebsiteMeta';
|
|
63
|
-
export * from './useUpsertOneWebsiteMeta';
|
|
64
|
-
export * from './useDeleteWebsiteMetaById';
|
|
65
|
-
export * from './useDeleteWebsiteMeta';
|
|
66
|
-
export * from './useWebsiteSettingsList';
|
|
67
|
-
export * from './useOneWebsiteSettings';
|
|
68
|
-
export * from './useUpsertOneWebsiteSettings';
|
|
69
|
-
export * from './useDeleteWebsiteSettingsById';
|
|
70
|
-
export * from './useDeleteWebsiteSettings';
|
|
71
|
-
export * from './useTemplateList';
|
|
72
|
-
export * from './useOneTemplate';
|
|
73
|
-
export * from './useUpsertOneTemplate';
|
|
74
|
-
export * from './useDeleteTemplateById';
|
|
75
|
-
export * from './useDeleteTemplate';
|
|
76
|
-
export * from './useTemplateCategoryList';
|
|
77
|
-
export * from './useOneTemplateCategory';
|
|
78
|
-
export * from './useUpsertOneTemplateCategory';
|
|
79
|
-
export * from './useDeleteTemplateCategoryById';
|
|
80
|
-
export * from './useDeleteTemplateCategory';
|
|
81
|
-
export * from './useThemeList';
|
|
82
|
-
export * from './useOneTheme';
|
|
83
|
-
export * from './useUpsertOneTheme';
|
|
84
|
-
export * from './useDeleteThemeById';
|
|
85
|
-
export * from './useDeleteTheme';
|
|
86
|
-
export * from './useMediaFolderList';
|
|
87
|
-
export * from './useOneMediaFolder';
|
|
88
|
-
export * from './useUpsertOneMediaFolder';
|
|
89
|
-
export * from './useDeleteMediaFolderById';
|
|
90
|
-
export * from './useDeleteMediaFolder';
|
|
91
|
-
export * from './usePostCategoryList';
|
|
92
|
-
export * from './useOnePostCategory';
|
|
93
|
-
export * from './useUpsertOnePostCategory';
|
|
94
|
-
export * from './useDeletePostCategoryById';
|
|
95
|
-
export * from './useDeletePostCategory';
|
|
96
|
-
export * from './useTagList';
|
|
97
|
-
export * from './useOneTag';
|
|
98
|
-
export * from './useUpsertOneTag';
|
|
99
|
-
export * from './useDeleteTagById';
|
|
100
|
-
export * from './useDeleteTag';
|
|
101
|
-
export * from './useCustomerList';
|
|
102
|
-
export * from './useOneCustomer';
|
|
103
|
-
export * from './useUpsertOneCustomer';
|
|
104
|
-
export * from './useDeleteCustomerById';
|
|
105
|
-
export * from './useDeleteCustomer';
|
|
106
|
-
export * from './useProductCategoryList';
|
|
107
|
-
export * from './useOneProductCategory';
|
|
108
|
-
export * from './useUpsertOneProductCategory';
|
|
109
|
-
export * from './useDeleteProductCategoryById';
|
|
110
|
-
export * from './useDeleteProductCategory';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Ability } from '../interfaces';
|
|
4
|
-
export declare function useDeleteAbility(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Ability> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Ability } from '../interfaces';
|
|
4
|
-
export declare function useDeleteAbilityById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeleteCustomer(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Customer> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Customer } from '../interfaces';
|
|
4
|
-
export declare function useDeleteCustomerById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeleteEnquiry(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Enquiry> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Enquiry } from '../interfaces';
|
|
4
|
-
export declare function useDeleteEnquiryById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeleteLang(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Lang> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Lang } from '../interfaces';
|
|
4
|
-
export declare function useDeleteLangById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeleteMedia(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Media> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Media } from '../interfaces';
|
|
4
|
-
export declare function useDeleteMediaById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeleteMediaFolder(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<MediaFolder> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { MediaFolder } from '../interfaces';
|
|
4
|
-
export declare function useDeleteMediaFolderById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeletePage(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Page> | undefined;
|
|
8
|
-
}];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { IMutationOptions } from '@rxdrag/entify-hooks';
|
|
2
|
-
import { IIndicatorOptions } from '@rxdrag/rxcms-entify-wrapper';
|
|
3
|
-
import { Page } from '../interfaces';
|
|
4
|
-
export declare function useDeletePageById(options?: IMutationOptions & IIndicatorOptions): [(id: string) => 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 } from '../interfaces';
|
|
4
|
-
export declare function useDeletePost(options?: IMutationOptions & IIndicatorOptions): [(where: unknown) => void, {
|
|
5
|
-
isMutating?: boolean | undefined;
|
|
6
|
-
error?: Error | undefined;
|
|
7
|
-
data?: import("@rxdrag/entify-hooks").IDeleteResponse<Post> | undefined;
|
|
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
|
-
}];
|