@wix/media 1.0.59 → 1.0.60
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/build/cjs/context.d.ts +4 -0
- package/build/cjs/context.js +31 -0
- package/build/cjs/context.js.map +1 -0
- package/build/cjs/index.d.ts +2 -0
- package/build/cjs/index.js +3 -1
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +2 -0
- package/build/cjs/index.typings.js +3 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +2 -0
- package/build/cjs/meta.js +3 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.context.d.ts +8 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.context.js +71 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.context.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.http.d.ts +17 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.http.js +245 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.http.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.meta.d.ts +24 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.meta.js +142 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.meta.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.public.d.ts +26 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.public.js +49 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.public.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.types.d.ts +221 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.types.js +22 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.types.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.universal.d.ts +315 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.universal.js +407 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-category.universal.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.context.d.ts +13 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.context.js +126 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.context.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.http.d.ts +30 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.http.js +446 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.http.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.meta.d.ts +33 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.meta.js +237 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.meta.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.public.d.ts +59 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.public.js +81 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.public.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.types.d.ts +949 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.types.js +27 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.types.js.map +1 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.universal.d.ts +907 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.universal.js +748 -0
- package/build/cjs/src/media-enterprise-public-media-v1-enterprise-item.universal.js.map +1 -0
- package/build/cjs/src/media-site-media-v1-file-descriptor.context.d.ts +18 -0
- package/build/cjs/src/media-site-media-v1-file-descriptor.context.js +181 -0
- package/build/cjs/src/media-site-media-v1-file-descriptor.context.js.map +1 -0
- package/build/cjs/src/media-site-media-v1-file-descriptor.http.js +6 -4
- package/build/cjs/src/media-site-media-v1-file-descriptor.http.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor.public.d.ts +2 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor.public.js +6 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor.public.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-file-descriptor.universal.d.ts +31 -24
- package/build/cjs/src/media-site-media-v1-file-descriptor.universal.js +6 -30
- package/build/cjs/src/media-site-media-v1-file-descriptor.universal.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-folder.context.d.ts +11 -0
- package/build/cjs/src/media-site-media-v1-folder.context.js +104 -0
- package/build/cjs/src/media-site-media-v1-folder.context.js.map +1 -0
- package/build/cjs/src/media-site-media-v1-folder.http.js +6 -4
- package/build/cjs/src/media-site-media-v1-folder.http.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-folder.public.d.ts +2 -1
- package/build/cjs/src/media-site-media-v1-folder.public.js +5 -1
- package/build/cjs/src/media-site-media-v1-folder.public.js.map +1 -1
- package/build/cjs/src/media-site-media-v1-folder.universal.d.ts +30 -24
- package/build/cjs/src/media-site-media-v1-folder.universal.js +5 -23
- package/build/cjs/src/media-site-media-v1-folder.universal.js.map +1 -1
- package/build/es/context.d.ts +4 -0
- package/build/es/context.js +5 -0
- package/build/es/context.js.map +1 -0
- package/build/es/index.d.ts +2 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -1
- package/build/es/index.typings.d.ts +2 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -1
- package/build/es/meta.d.ts +2 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -1
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.context.d.ts +8 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.context.js +62 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.context.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.http.d.ts +17 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.http.js +236 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.http.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.meta.d.ts +24 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.meta.js +110 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.meta.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.public.d.ts +26 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.public.js +35 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.public.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.types.d.ts +221 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.types.js +19 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.types.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.universal.d.ts +315 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.universal.js +375 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-category.universal.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.context.d.ts +13 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.context.js +112 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.context.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.http.d.ts +30 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.http.js +432 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.http.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.meta.d.ts +33 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.meta.js +200 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.meta.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.public.d.ts +59 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.public.js +60 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.public.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.types.d.ts +949 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.types.js +24 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.types.js.map +1 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.universal.d.ts +907 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.universal.js +711 -0
- package/build/es/src/media-enterprise-public-media-v1-enterprise-item.universal.js.map +1 -0
- package/build/es/src/media-site-media-v1-file-descriptor.context.d.ts +18 -0
- package/build/es/src/media-site-media-v1-file-descriptor.context.js +162 -0
- package/build/es/src/media-site-media-v1-file-descriptor.context.js.map +1 -0
- package/build/es/src/media-site-media-v1-file-descriptor.http.js +6 -4
- package/build/es/src/media-site-media-v1-file-descriptor.http.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor.public.d.ts +2 -1
- package/build/es/src/media-site-media-v1-file-descriptor.public.js +1 -0
- package/build/es/src/media-site-media-v1-file-descriptor.public.js.map +1 -1
- package/build/es/src/media-site-media-v1-file-descriptor.universal.d.ts +31 -24
- package/build/es/src/media-site-media-v1-file-descriptor.universal.js +5 -29
- package/build/es/src/media-site-media-v1-file-descriptor.universal.js.map +1 -1
- package/build/es/src/media-site-media-v1-folder.context.d.ts +11 -0
- package/build/es/src/media-site-media-v1-folder.context.js +92 -0
- package/build/es/src/media-site-media-v1-folder.context.js.map +1 -0
- package/build/es/src/media-site-media-v1-folder.http.js +6 -4
- package/build/es/src/media-site-media-v1-folder.http.js.map +1 -1
- package/build/es/src/media-site-media-v1-folder.public.d.ts +2 -1
- package/build/es/src/media-site-media-v1-folder.public.js +1 -0
- package/build/es/src/media-site-media-v1-folder.public.js.map +1 -1
- package/build/es/src/media-site-media-v1-folder.universal.d.ts +30 -24
- package/build/es/src/media-site-media-v1-folder.universal.js +4 -22
- package/build/es/src/media-site-media-v1-folder.universal.js.map +1 -1
- package/context/package.json +6 -0
- package/package.json +7 -5
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory from './media-enterprise-public-media-v1-enterprise-category.http';
|
|
2
|
+
export function createCategory() {
|
|
3
|
+
const payload = {};
|
|
4
|
+
const getRequestOptions = ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory.createCategory(payload);
|
|
5
|
+
const getUrl = (context) => {
|
|
6
|
+
const { url } = getRequestOptions(context);
|
|
7
|
+
return url;
|
|
8
|
+
};
|
|
9
|
+
return {
|
|
10
|
+
getUrl,
|
|
11
|
+
httpMethod: 'POST',
|
|
12
|
+
path: '/v1/enterprise/categories',
|
|
13
|
+
pathParams: {},
|
|
14
|
+
__requestType: null,
|
|
15
|
+
__originalRequestType: null,
|
|
16
|
+
__responseType: null,
|
|
17
|
+
__originalResponseType: null,
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
export function deleteCategory() {
|
|
21
|
+
const payload = { categoryId: ':categoryId' };
|
|
22
|
+
const getRequestOptions = ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory.deleteCategory(payload);
|
|
23
|
+
const getUrl = (context) => {
|
|
24
|
+
const { url } = getRequestOptions(context);
|
|
25
|
+
return url;
|
|
26
|
+
};
|
|
27
|
+
return {
|
|
28
|
+
getUrl,
|
|
29
|
+
httpMethod: 'DELETE',
|
|
30
|
+
path: '/v1/enterprise/categories/{categoryId}',
|
|
31
|
+
pathParams: { categoryId: 'categoryId' },
|
|
32
|
+
__requestType: null,
|
|
33
|
+
__originalRequestType: null,
|
|
34
|
+
__responseType: null,
|
|
35
|
+
__originalResponseType: null,
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
export function updateCategory() {
|
|
39
|
+
const payload = { category: { id: ':categoryId' } };
|
|
40
|
+
const getRequestOptions = ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory.updateCategory(payload);
|
|
41
|
+
const getUrl = (context) => {
|
|
42
|
+
const { url } = getRequestOptions(context);
|
|
43
|
+
return url;
|
|
44
|
+
};
|
|
45
|
+
return {
|
|
46
|
+
getUrl,
|
|
47
|
+
httpMethod: 'PATCH',
|
|
48
|
+
path: '/v1/enterprise/categories/{category.id}',
|
|
49
|
+
pathParams: { categoryId: 'categoryId' },
|
|
50
|
+
__requestType: null,
|
|
51
|
+
__originalRequestType: null,
|
|
52
|
+
__responseType: null,
|
|
53
|
+
__originalResponseType: null,
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
export function getCategory() {
|
|
57
|
+
const payload = { categoryId: ':categoryId' };
|
|
58
|
+
const getRequestOptions = ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory.getCategory(payload);
|
|
59
|
+
const getUrl = (context) => {
|
|
60
|
+
const { url } = getRequestOptions(context);
|
|
61
|
+
return url;
|
|
62
|
+
};
|
|
63
|
+
return {
|
|
64
|
+
getUrl,
|
|
65
|
+
httpMethod: 'GET',
|
|
66
|
+
path: '/v1/enterprise/categories/{categoryId}',
|
|
67
|
+
pathParams: { categoryId: 'categoryId' },
|
|
68
|
+
__requestType: null,
|
|
69
|
+
__originalRequestType: null,
|
|
70
|
+
__responseType: null,
|
|
71
|
+
__originalResponseType: null,
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
export function enterpriseOnboarding() {
|
|
75
|
+
const payload = {};
|
|
76
|
+
const getRequestOptions = ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory.enterpriseOnboarding(payload);
|
|
77
|
+
const getUrl = (context) => {
|
|
78
|
+
const { url } = getRequestOptions(context);
|
|
79
|
+
return url;
|
|
80
|
+
};
|
|
81
|
+
return {
|
|
82
|
+
getUrl,
|
|
83
|
+
httpMethod: 'POST',
|
|
84
|
+
path: '/v1/enterprise/onboarding',
|
|
85
|
+
pathParams: {},
|
|
86
|
+
__requestType: null,
|
|
87
|
+
__originalRequestType: null,
|
|
88
|
+
__responseType: null,
|
|
89
|
+
__originalResponseType: null,
|
|
90
|
+
};
|
|
91
|
+
}
|
|
92
|
+
export function getMediaManagerCategories() {
|
|
93
|
+
const payload = {};
|
|
94
|
+
const getRequestOptions = ambassadorWixMediaEnterprisePublicMediaV1EnterpriseCategory.getMediaManagerCategories(payload);
|
|
95
|
+
const getUrl = (context) => {
|
|
96
|
+
const { url } = getRequestOptions(context);
|
|
97
|
+
return url;
|
|
98
|
+
};
|
|
99
|
+
return {
|
|
100
|
+
getUrl,
|
|
101
|
+
httpMethod: 'GET',
|
|
102
|
+
path: '/v1/enterprise/media-manager/categories',
|
|
103
|
+
pathParams: {},
|
|
104
|
+
__requestType: null,
|
|
105
|
+
__originalRequestType: null,
|
|
106
|
+
__responseType: null,
|
|
107
|
+
__originalResponseType: null,
|
|
108
|
+
};
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=media-enterprise-public-media-v1-enterprise-category.meta.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-enterprise-public-media-v1-enterprise-category.meta.js","sourceRoot":"","sources":["../../../src/media-enterprise-public-media-v1-enterprise-category.meta.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { HttpClient } from '@wix/sdk-types';
|
|
2
|
+
import { EnterpriseCategory, UpdateCategory, EnterpriseOnboardingOptions, GetCategoryOptions } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
3
|
+
export declare const __metadata: {
|
|
4
|
+
PACKAGE_NAME: string;
|
|
5
|
+
};
|
|
6
|
+
export declare function createCategory(httpClient: HttpClient): (category: EnterpriseCategory) => Promise<EnterpriseCategory & {
|
|
7
|
+
_id: string;
|
|
8
|
+
publishStatus: import("./media-enterprise-public-media-v1-enterprise-category.universal").PublishStatus;
|
|
9
|
+
}>;
|
|
10
|
+
export declare function deleteCategory(httpClient: HttpClient): (categoryId: string) => Promise<void>;
|
|
11
|
+
export declare function updateCategory(httpClient: HttpClient): (_id: string, category: UpdateCategory) => Promise<EnterpriseCategory & {
|
|
12
|
+
_id: string;
|
|
13
|
+
publishStatus: import("./media-enterprise-public-media-v1-enterprise-category.universal").PublishStatus;
|
|
14
|
+
}>;
|
|
15
|
+
export declare function getCategory(httpClient: HttpClient): (categoryId: string, options?: GetCategoryOptions) => Promise<import("./media-enterprise-public-media-v1-enterprise-category.universal").EnterpriseCategoryTree & {
|
|
16
|
+
category?: {
|
|
17
|
+
_id: string;
|
|
18
|
+
publishStatus: import("./media-enterprise-public-media-v1-enterprise-category.universal").PublishStatus;
|
|
19
|
+
} | undefined;
|
|
20
|
+
subCategories: (any | undefined)[];
|
|
21
|
+
}>;
|
|
22
|
+
export declare function enterpriseOnboarding(httpClient: HttpClient): (accountId: string, options?: EnterpriseOnboardingOptions) => Promise<import("./media-enterprise-public-media-v1-enterprise-category.universal").EnterpriseOnboardingResponse & import("./media-enterprise-public-media-v1-enterprise-category.universal").EnterpriseOnboardingResponseNonNullableFields>;
|
|
23
|
+
export declare function getMediaManagerCategories(httpClient: HttpClient): () => Promise<import("./media-enterprise-public-media-v1-enterprise-category.universal").GetMediaManagerCategoriesResponse & import("./media-enterprise-public-media-v1-enterprise-category.universal").GetMediaManagerCategoriesResponseNonNullableFields>;
|
|
24
|
+
export { PublishStatus, MediaType, } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
25
|
+
export { EnterpriseCategory, CreateCategoryRequest, CreateCategoryResponse, DeleteCategoryRequest, DeleteCategoryResponse, UpdateCategoryRequest, UpdateCategoryResponse, GetCategoryRequest, GetCategoryResponse, EnterpriseCategoryTree, EnterpriseOnboardingRequest, EnterpriseOnboardingResponse, LinkItemsToCategoryRequest, LinkItemsToCategoryResponse, UnlinkItemsFromCategoryRequest, UnlinkItemsFromCategoryResponse, GetMediaManagerCategoriesRequest, GetMediaManagerCategoriesResponse, DomainEvent, DomainCreatedEvent, DomainDeletedEvent, DomainUpdatedEvent, DomainActionEvent, DomainEventBodyOneOf, EntityCreatedEvent, EntityUpdatedEvent, EntityDeletedEvent, ActionEvent, CreateCategoryResponseNonNullableFields, UpdateCategoryResponseNonNullableFields, GetCategoryResponseNonNullableFields, EnterpriseOnboardingResponseNonNullableFields, GetMediaManagerCategoriesResponseNonNullableFields, UpdateCategory, GetCategoryOptions, EnterpriseOnboardingOptions, } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
26
|
+
export { onEnterpriseCategoryCreated, onEnterpriseCategoryDeleted, onEnterpriseCategoryUpdated, } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { createCategory as universalCreateCategory, deleteCategory as universalDeleteCategory, updateCategory as universalUpdateCategory, getCategory as universalGetCategory, enterpriseOnboarding as universalEnterpriseOnboarding, getMediaManagerCategories as universalGetMediaManagerCategories, } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
2
|
+
export const __metadata = { PACKAGE_NAME: '@wix/media' };
|
|
3
|
+
export function createCategory(httpClient) {
|
|
4
|
+
return (category) => universalCreateCategory(category,
|
|
5
|
+
// @ts-ignore
|
|
6
|
+
{ httpClient });
|
|
7
|
+
}
|
|
8
|
+
export function deleteCategory(httpClient) {
|
|
9
|
+
return (categoryId) => universalDeleteCategory(categoryId,
|
|
10
|
+
// @ts-ignore
|
|
11
|
+
{ httpClient });
|
|
12
|
+
}
|
|
13
|
+
export function updateCategory(httpClient) {
|
|
14
|
+
return (_id, category) => universalUpdateCategory(_id, category,
|
|
15
|
+
// @ts-ignore
|
|
16
|
+
{ httpClient });
|
|
17
|
+
}
|
|
18
|
+
export function getCategory(httpClient) {
|
|
19
|
+
return (categoryId, options) => universalGetCategory(categoryId, options,
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
{ httpClient });
|
|
22
|
+
}
|
|
23
|
+
export function enterpriseOnboarding(httpClient) {
|
|
24
|
+
return (accountId, options) => universalEnterpriseOnboarding(accountId, options,
|
|
25
|
+
// @ts-ignore
|
|
26
|
+
{ httpClient });
|
|
27
|
+
}
|
|
28
|
+
export function getMediaManagerCategories(httpClient) {
|
|
29
|
+
return () => universalGetMediaManagerCategories(
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
{ httpClient });
|
|
32
|
+
}
|
|
33
|
+
export { PublishStatus, MediaType, } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
34
|
+
export { onEnterpriseCategoryCreated, onEnterpriseCategoryDeleted, onEnterpriseCategoryUpdated, } from './media-enterprise-public-media-v1-enterprise-category.universal';
|
|
35
|
+
//# sourceMappingURL=media-enterprise-public-media-v1-enterprise-category.public.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-enterprise-public-media-v1-enterprise-category.public.js","sourceRoot":"","sources":["../../../src/media-enterprise-public-media-v1-enterprise-category.public.ts"],"names":[],"mappings":"AACA,OAAO,EACL,cAAc,IAAI,uBAAuB,EACzC,cAAc,IAAI,uBAAuB,EACzC,cAAc,IAAI,uBAAuB,EACzC,WAAW,IAAI,oBAAoB,EACnC,oBAAoB,IAAI,6BAA6B,EACrD,yBAAyB,IAAI,kCAAkC,GAKhE,MAAM,kEAAkE,CAAC;AAE1E,MAAM,CAAC,MAAM,UAAU,GAAG,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC;AAEzD,MAAM,UAAU,cAAc,CAAC,UAAsB;IACnD,OAAO,CAAC,QAA4B,EAAE,EAAE,CACtC,uBAAuB,CACrB,QAAQ;IACR,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,UAAsB;IACnD,OAAO,CAAC,UAAkB,EAAE,EAAE,CAC5B,uBAAuB,CACrB,UAAU;IACV,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,MAAM,UAAU,cAAc,CAAC,UAAsB;IACnD,OAAO,CAAC,GAAW,EAAE,QAAwB,EAAE,EAAE,CAC/C,uBAAuB,CACrB,GAAG,EACH,QAAQ;IACR,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,MAAM,UAAU,WAAW,CAAC,UAAsB;IAChD,OAAO,CAAC,UAAkB,EAAE,OAA4B,EAAE,EAAE,CAC1D,oBAAoB,CAClB,UAAU,EACV,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,UAAsB;IACzD,OAAO,CAAC,SAAiB,EAAE,OAAqC,EAAE,EAAE,CAClE,6BAA6B,CAC3B,SAAS,EACT,OAAO;IACP,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,MAAM,UAAU,yBAAyB,CAAC,UAAsB;IAC9D,OAAO,GAAG,EAAE,CACV,kCAAkC;IAChC,aAAa;IACb,EAAE,UAAU,EAAE,CACf,CAAC;AACN,CAAC;AAED,OAAO,EACL,aAAa,EACb,SAAS,GACV,MAAM,kEAAkE,CAAC;AAuC1E,OAAO,EACL,2BAA2B,EAC3B,2BAA2B,EAC3B,2BAA2B,GAC5B,MAAM,kEAAkE,CAAC"}
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
export interface EnterpriseCategory {
|
|
2
|
+
/**
|
|
3
|
+
* Id of the category
|
|
4
|
+
* @readonly
|
|
5
|
+
*/
|
|
6
|
+
id?: string;
|
|
7
|
+
/** The display name that will be shown for the item */
|
|
8
|
+
displayName?: string | null;
|
|
9
|
+
/** Id of the parent category, will default to the account master category */
|
|
10
|
+
parentCategoryId?: string | null;
|
|
11
|
+
/** Sort order number of the category, will determine the order of the category with other categories under the same parent category */
|
|
12
|
+
sortOrder?: number | null;
|
|
13
|
+
/** Publish status of the category */
|
|
14
|
+
publishStatus?: PublishStatus;
|
|
15
|
+
/**
|
|
16
|
+
* Date and time the category was created.
|
|
17
|
+
* @readonly
|
|
18
|
+
*/
|
|
19
|
+
createdDate?: Date;
|
|
20
|
+
/**
|
|
21
|
+
* Date and time the category was updated.
|
|
22
|
+
* @readonly
|
|
23
|
+
*/
|
|
24
|
+
updatedDate?: Date;
|
|
25
|
+
}
|
|
26
|
+
export declare enum PublishStatus {
|
|
27
|
+
UNDEFINED = "UNDEFINED",
|
|
28
|
+
UNPUBLISHED = "UNPUBLISHED",
|
|
29
|
+
PUBLISHED = "PUBLISHED",
|
|
30
|
+
WIX_ONLY = "WIX_ONLY"
|
|
31
|
+
}
|
|
32
|
+
export declare enum MediaType {
|
|
33
|
+
MIXED = "MIXED",
|
|
34
|
+
IMAGE = "IMAGE",
|
|
35
|
+
VIDEO = "VIDEO",
|
|
36
|
+
AUDIO = "AUDIO",
|
|
37
|
+
DOCUMENT = "DOCUMENT",
|
|
38
|
+
VECTOR = "VECTOR",
|
|
39
|
+
ARCHIVE = "ARCHIVE",
|
|
40
|
+
MODEL3D = "MODEL3D"
|
|
41
|
+
}
|
|
42
|
+
export interface CreateCategoryRequest {
|
|
43
|
+
/** The category object that will be created */
|
|
44
|
+
category: EnterpriseCategory;
|
|
45
|
+
}
|
|
46
|
+
export interface CreateCategoryResponse {
|
|
47
|
+
/** A list of items matching the request */
|
|
48
|
+
category?: EnterpriseCategory;
|
|
49
|
+
}
|
|
50
|
+
export interface DeleteCategoryRequest {
|
|
51
|
+
/** Category id */
|
|
52
|
+
categoryId: string;
|
|
53
|
+
}
|
|
54
|
+
export interface DeleteCategoryResponse {
|
|
55
|
+
}
|
|
56
|
+
export interface UpdateCategoryRequest {
|
|
57
|
+
/** The category object that will be created */
|
|
58
|
+
category: EnterpriseCategory;
|
|
59
|
+
}
|
|
60
|
+
export interface UpdateCategoryResponse {
|
|
61
|
+
/** The updated category */
|
|
62
|
+
category?: EnterpriseCategory;
|
|
63
|
+
}
|
|
64
|
+
export interface GetCategoryRequest {
|
|
65
|
+
/** Category id */
|
|
66
|
+
categoryId: string;
|
|
67
|
+
/** number of sub category levels */
|
|
68
|
+
levels?: number | null;
|
|
69
|
+
/** filter categories by publish statuses. When empty will return PUBLISHED and UNPUBLISHED */
|
|
70
|
+
publishStatus?: PublishStatus;
|
|
71
|
+
}
|
|
72
|
+
export interface GetCategoryResponse {
|
|
73
|
+
/** The category details */
|
|
74
|
+
category?: EnterpriseCategoryTree;
|
|
75
|
+
}
|
|
76
|
+
export interface EnterpriseCategoryTree {
|
|
77
|
+
/** Category information */
|
|
78
|
+
category?: EnterpriseCategory;
|
|
79
|
+
/** Information about the sub categories */
|
|
80
|
+
subCategories?: EnterpriseCategoryTree[];
|
|
81
|
+
}
|
|
82
|
+
export interface EnterpriseOnboardingRequest {
|
|
83
|
+
/** The account id of the organization - will be used as the organization category id */
|
|
84
|
+
accountId: string;
|
|
85
|
+
/** The account name of the organization - will be used as the organization category name */
|
|
86
|
+
accountName?: string;
|
|
87
|
+
}
|
|
88
|
+
export interface EnterpriseOnboardingResponse {
|
|
89
|
+
/** The enterprise category */
|
|
90
|
+
category?: EnterpriseCategory;
|
|
91
|
+
}
|
|
92
|
+
export interface LinkItemsToCategoryRequest {
|
|
93
|
+
/** The category to link to */
|
|
94
|
+
categoryId?: string;
|
|
95
|
+
/** The item ids that will be added to the category */
|
|
96
|
+
itemIds?: string[];
|
|
97
|
+
}
|
|
98
|
+
export interface LinkItemsToCategoryResponse {
|
|
99
|
+
}
|
|
100
|
+
export interface UnlinkItemsFromCategoryRequest {
|
|
101
|
+
/** The category to link to */
|
|
102
|
+
categoryId?: string;
|
|
103
|
+
/** The item ids that will be added to the category */
|
|
104
|
+
itemIds?: string[];
|
|
105
|
+
}
|
|
106
|
+
export interface UnlinkItemsFromCategoryResponse {
|
|
107
|
+
}
|
|
108
|
+
export interface GetMediaManagerCategoriesRequest {
|
|
109
|
+
}
|
|
110
|
+
export interface GetMediaManagerCategoriesResponse {
|
|
111
|
+
/** The category details */
|
|
112
|
+
category?: EnterpriseCategoryTree;
|
|
113
|
+
}
|
|
114
|
+
export interface DomainEvent extends DomainEventBodyOneOf {
|
|
115
|
+
createdEvent?: EntityCreatedEvent;
|
|
116
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
117
|
+
deletedEvent?: EntityDeletedEvent;
|
|
118
|
+
actionEvent?: ActionEvent;
|
|
119
|
+
/**
|
|
120
|
+
* Unique event ID.
|
|
121
|
+
* Allows clients to ignore duplicate webhooks.
|
|
122
|
+
*/
|
|
123
|
+
id?: string;
|
|
124
|
+
/**
|
|
125
|
+
* Assumes actions are also always typed to an entity_type
|
|
126
|
+
* Example: wix.stores.catalog.product, wix.bookings.session, wix.payments.transaction
|
|
127
|
+
*/
|
|
128
|
+
entityFqdn?: string;
|
|
129
|
+
/**
|
|
130
|
+
* This is top level to ease client code dispatching of messages (switch on entity_fqdn+slug)
|
|
131
|
+
* This is although the created/updated/deleted notion is duplication of the oneof types
|
|
132
|
+
* Example: created/updated/deleted/started/completed/email_opened
|
|
133
|
+
*/
|
|
134
|
+
slug?: string;
|
|
135
|
+
/** ID of the entity associated with the event. */
|
|
136
|
+
entityId?: string;
|
|
137
|
+
/** Event timestamp. */
|
|
138
|
+
eventTime?: Date;
|
|
139
|
+
/**
|
|
140
|
+
* Whether the event was triggered as a result of a privacy regulation application
|
|
141
|
+
* (for example, GDPR).
|
|
142
|
+
*/
|
|
143
|
+
triggeredByAnonymizeRequest?: boolean | null;
|
|
144
|
+
/** If present, indicates the action that triggered the event. */
|
|
145
|
+
originatedFrom?: string | null;
|
|
146
|
+
/**
|
|
147
|
+
* A sequence number defining the order of updates to the underlying entity.
|
|
148
|
+
* For example, given that some entity was updated at 16:00 and than again at 16:01,
|
|
149
|
+
* it is guaranteed that the sequence number of the second update is strictly higher than the first.
|
|
150
|
+
* As the consumer, you can use this value to ensure that you handle messages in the correct order.
|
|
151
|
+
* To do so, you will need to persist this number on your end, and compare the sequence number from the
|
|
152
|
+
* message against the one you have stored. Given that the stored number is higher, you should ignore the message.
|
|
153
|
+
*/
|
|
154
|
+
entityEventSequence?: string | null;
|
|
155
|
+
}
|
|
156
|
+
/** @oneof */
|
|
157
|
+
export interface DomainEventBodyOneOf {
|
|
158
|
+
createdEvent?: EntityCreatedEvent;
|
|
159
|
+
updatedEvent?: EntityUpdatedEvent;
|
|
160
|
+
deletedEvent?: EntityDeletedEvent;
|
|
161
|
+
actionEvent?: ActionEvent;
|
|
162
|
+
}
|
|
163
|
+
export interface EntityCreatedEvent {
|
|
164
|
+
entityAsJson?: string;
|
|
165
|
+
}
|
|
166
|
+
export interface EntityUpdatedEvent {
|
|
167
|
+
/**
|
|
168
|
+
* Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.
|
|
169
|
+
* This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.
|
|
170
|
+
* We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.
|
|
171
|
+
*/
|
|
172
|
+
currentEntityAsJson?: string;
|
|
173
|
+
}
|
|
174
|
+
export interface EntityDeletedEvent {
|
|
175
|
+
/** Entity that was deleted */
|
|
176
|
+
deletedEntityAsJson?: string | null;
|
|
177
|
+
}
|
|
178
|
+
export interface ActionEvent {
|
|
179
|
+
bodyAsJson?: string;
|
|
180
|
+
}
|
|
181
|
+
export interface CreateCategoryResponseNonNullableFields {
|
|
182
|
+
category?: {
|
|
183
|
+
id: string;
|
|
184
|
+
publishStatus: PublishStatus;
|
|
185
|
+
mediaType: MediaType;
|
|
186
|
+
};
|
|
187
|
+
}
|
|
188
|
+
export interface UpdateCategoryResponseNonNullableFields {
|
|
189
|
+
category?: {
|
|
190
|
+
id: string;
|
|
191
|
+
publishStatus: PublishStatus;
|
|
192
|
+
mediaType: MediaType;
|
|
193
|
+
};
|
|
194
|
+
}
|
|
195
|
+
export interface GetCategoryResponseNonNullableFields {
|
|
196
|
+
category?: {
|
|
197
|
+
category?: {
|
|
198
|
+
id: string;
|
|
199
|
+
publishStatus: PublishStatus;
|
|
200
|
+
mediaType: MediaType;
|
|
201
|
+
};
|
|
202
|
+
subCategories: NonNullable<GetCategoryResponseNonNullableFields>['category'][];
|
|
203
|
+
};
|
|
204
|
+
}
|
|
205
|
+
export interface EnterpriseOnboardingResponseNonNullableFields {
|
|
206
|
+
category?: {
|
|
207
|
+
id: string;
|
|
208
|
+
publishStatus: PublishStatus;
|
|
209
|
+
mediaType: MediaType;
|
|
210
|
+
};
|
|
211
|
+
}
|
|
212
|
+
export interface GetMediaManagerCategoriesResponseNonNullableFields {
|
|
213
|
+
category?: {
|
|
214
|
+
category?: {
|
|
215
|
+
id: string;
|
|
216
|
+
publishStatus: PublishStatus;
|
|
217
|
+
mediaType: MediaType;
|
|
218
|
+
};
|
|
219
|
+
subCategories: NonNullable<GetMediaManagerCategoriesResponseNonNullableFields>['category'][];
|
|
220
|
+
};
|
|
221
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export var PublishStatus;
|
|
2
|
+
(function (PublishStatus) {
|
|
3
|
+
PublishStatus["UNDEFINED"] = "UNDEFINED";
|
|
4
|
+
PublishStatus["UNPUBLISHED"] = "UNPUBLISHED";
|
|
5
|
+
PublishStatus["PUBLISHED"] = "PUBLISHED";
|
|
6
|
+
PublishStatus["WIX_ONLY"] = "WIX_ONLY";
|
|
7
|
+
})(PublishStatus || (PublishStatus = {}));
|
|
8
|
+
export var MediaType;
|
|
9
|
+
(function (MediaType) {
|
|
10
|
+
MediaType["MIXED"] = "MIXED";
|
|
11
|
+
MediaType["IMAGE"] = "IMAGE";
|
|
12
|
+
MediaType["VIDEO"] = "VIDEO";
|
|
13
|
+
MediaType["AUDIO"] = "AUDIO";
|
|
14
|
+
MediaType["DOCUMENT"] = "DOCUMENT";
|
|
15
|
+
MediaType["VECTOR"] = "VECTOR";
|
|
16
|
+
MediaType["ARCHIVE"] = "ARCHIVE";
|
|
17
|
+
MediaType["MODEL3D"] = "MODEL3D";
|
|
18
|
+
})(MediaType || (MediaType = {}));
|
|
19
|
+
//# sourceMappingURL=media-enterprise-public-media-v1-enterprise-category.types.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"media-enterprise-public-media-v1-enterprise-category.types.js","sourceRoot":"","sources":["../../../src/media-enterprise-public-media-v1-enterprise-category.types.ts"],"names":[],"mappings":"AA0BA,MAAM,CAAN,IAAY,aAKX;AALD,WAAY,aAAa;IACvB,wCAAuB,CAAA;IACvB,4CAA2B,CAAA;IAC3B,wCAAuB,CAAA;IACvB,sCAAqB,CAAA;AACvB,CAAC,EALW,aAAa,KAAb,aAAa,QAKxB;AAED,MAAM,CAAN,IAAY,SASX;AATD,WAAY,SAAS;IACnB,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,4BAAe,CAAA;IACf,kCAAqB,CAAA;IACrB,8BAAiB,CAAA;IACjB,gCAAmB,CAAA;IACnB,gCAAmB,CAAA;AACrB,CAAC,EATW,SAAS,KAAT,SAAS,QASpB"}
|