@wix/auto_sdk_stores_products-v-3 1.0.0
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/index.d.ts +1 -0
- package/build/cjs/index.js +18 -0
- package/build/cjs/index.js.map +1 -0
- package/build/cjs/index.typings.d.ts +1 -0
- package/build/cjs/index.typings.js +18 -0
- package/build/cjs/index.typings.js.map +1 -0
- package/build/cjs/meta.d.ts +1 -0
- package/build/cjs/meta.js +18 -0
- package/build/cjs/meta.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.context.js +127 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.http.js +5527 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.meta.js +522 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.public.js +690 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.js +886 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8300 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.js +3404 -0
- package/build/cjs/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/build/es/index.d.ts +1 -0
- package/build/es/index.js +2 -0
- package/build/es/index.js.map +1 -0
- package/build/es/index.typings.d.ts +1 -0
- package/build/es/index.typings.js +2 -0
- package/build/es/index.typings.js.map +1 -0
- package/build/es/meta.d.ts +1 -0
- package/build/es/meta.js +2 -0
- package/build/es/meta.js.map +1 -0
- package/build/es/package.json +3 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.context.js +40 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.http.js +5498 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.meta.js +470 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.public.js +577 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.js +882 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8300 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.js +3350 -0
- package/build/es/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/build/internal/cjs/index.d.ts +1 -0
- package/build/internal/cjs/index.js +18 -0
- package/build/internal/cjs/index.js.map +1 -0
- package/build/internal/cjs/index.typings.d.ts +1 -0
- package/build/internal/cjs/index.typings.js +18 -0
- package/build/internal/cjs/index.typings.js.map +1 -0
- package/build/internal/cjs/meta.d.ts +1 -0
- package/build/internal/cjs/meta.js +18 -0
- package/build/internal/cjs/meta.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.context.js +127 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.http.js +5527 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.meta.js +522 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.public.js +690 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.js +886 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8320 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.js +3404 -0
- package/build/internal/cjs/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/build/internal/es/index.d.ts +1 -0
- package/build/internal/es/index.js +2 -0
- package/build/internal/es/index.js.map +1 -0
- package/build/internal/es/index.typings.d.ts +1 -0
- package/build/internal/es/index.typings.js +2 -0
- package/build/internal/es/index.typings.js.map +1 -0
- package/build/internal/es/meta.d.ts +1 -0
- package/build/internal/es/meta.js +2 -0
- package/build/internal/es/meta.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.context.d.ts +40 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.context.js +40 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.context.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.http.d.ts +200 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.http.js +5498 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.http.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.meta.d.ts +50 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.meta.js +470 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.meta.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.public.d.ts +332 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.public.js +577 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.public.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.d.ts +6737 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.js +882 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.types.js.map +1 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.d.ts +8320 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.js +3350 -0
- package/build/internal/es/src/stores-catalog-v3-product-products-v-3.universal.js.map +1 -0
- package/meta/package.json +3 -0
- package/package.json +52 -0
|
@@ -0,0 +1,577 @@
|
|
|
1
|
+
import { renameKeysFromRESTResponseToSDKResponse } from '@wix/sdk-runtime/rename-all-nested-keys';
|
|
2
|
+
import { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float';
|
|
3
|
+
import { transformRESTImageToSDKImage } from '@wix/sdk-runtime/transformations/image';
|
|
4
|
+
import { transformRESTPageURLV2ToSDKPageURLV2 } from '@wix/sdk-runtime/transformations/page-url-v2';
|
|
5
|
+
import { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';
|
|
6
|
+
import { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';
|
|
7
|
+
import { transformRESTVideoV2ToSDKVideoV2 } from '@wix/sdk-runtime/transformations/video-v2';
|
|
8
|
+
import { EventDefinition } from '@wix/sdk-types';
|
|
9
|
+
import { bulkAddInfoSectionsToProducts as universalBulkAddInfoSectionsToProducts, bulkAddInfoSectionsToProductsByFilter as universalBulkAddInfoSectionsToProductsByFilter, bulkAddProductsToCategoriesByFilter as universalBulkAddProductsToCategoriesByFilter, bulkAdjustProductVariantsByFilter as universalBulkAdjustProductVariantsByFilter, bulkCreateProducts as universalBulkCreateProducts, bulkCreateProductsWithInventory as universalBulkCreateProductsWithInventory, bulkDeleteProducts as universalBulkDeleteProducts, bulkDeleteProductsByFilter as universalBulkDeleteProductsByFilter, bulkRemoveInfoSectionsFromProducts as universalBulkRemoveInfoSectionsFromProducts, bulkRemoveInfoSectionsFromProductsByFilter as universalBulkRemoveInfoSectionsFromProductsByFilter, bulkRemoveProductsFromCategoriesByFilter as universalBulkRemoveProductsFromCategoriesByFilter, bulkUpdateProductVariantsByFilter as universalBulkUpdateProductVariantsByFilter, bulkUpdateProducts as universalBulkUpdateProducts, bulkUpdateProductsByFilter as universalBulkUpdateProductsByFilter, bulkUpdateProductsWithInventory as universalBulkUpdateProductsWithInventory, countProducts as universalCountProducts, createProduct as universalCreateProduct, createProductWithInventory as universalCreateProductWithInventory, deleteProduct as universalDeleteProduct, getProduct as universalGetProduct, getProductBySlug as universalGetProductBySlug, queryProducts as universalQueryProducts, searchProducts as universalSearchProducts, updateExtendedFields as universalUpdateExtendedFields, updateProduct as universalUpdateProduct, updateProductWithInventory as universalUpdateProductWithInventory, } from './stores-catalog-v3-product-products-v-3.universal.js';
|
|
10
|
+
export const __metadata = { PACKAGE_NAME: '@wix/stores' };
|
|
11
|
+
export function createProduct(httpClient) {
|
|
12
|
+
return (product, options) => universalCreateProduct(product, options,
|
|
13
|
+
// @ts-ignore
|
|
14
|
+
{ httpClient });
|
|
15
|
+
}
|
|
16
|
+
export function createProductWithInventory(httpClient) {
|
|
17
|
+
return (product, options) => universalCreateProductWithInventory(product, options,
|
|
18
|
+
// @ts-ignore
|
|
19
|
+
{ httpClient });
|
|
20
|
+
}
|
|
21
|
+
export function updateProduct(httpClient) {
|
|
22
|
+
return (_id, product, options) => universalUpdateProduct(_id, product, options,
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
{ httpClient });
|
|
25
|
+
}
|
|
26
|
+
export function updateProductWithInventory(httpClient) {
|
|
27
|
+
return (_id, product, options) => universalUpdateProductWithInventory(_id, product, options,
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
{ httpClient });
|
|
30
|
+
}
|
|
31
|
+
export function bulkCreateProducts(httpClient) {
|
|
32
|
+
return (products, options) => universalBulkCreateProducts(products, options,
|
|
33
|
+
// @ts-ignore
|
|
34
|
+
{ httpClient });
|
|
35
|
+
}
|
|
36
|
+
export function bulkCreateProductsWithInventory(httpClient) {
|
|
37
|
+
return (products, options) => universalBulkCreateProductsWithInventory(products, options,
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
{ httpClient });
|
|
40
|
+
}
|
|
41
|
+
export function bulkUpdateProducts(httpClient) {
|
|
42
|
+
return (products, options) => universalBulkUpdateProducts(products, options,
|
|
43
|
+
// @ts-ignore
|
|
44
|
+
{ httpClient });
|
|
45
|
+
}
|
|
46
|
+
export function bulkUpdateProductsWithInventory(httpClient) {
|
|
47
|
+
return (products, options) => universalBulkUpdateProductsWithInventory(products, options,
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
{ httpClient });
|
|
50
|
+
}
|
|
51
|
+
export function bulkUpdateProductsByFilter(httpClient) {
|
|
52
|
+
return (options) => universalBulkUpdateProductsByFilter(options,
|
|
53
|
+
// @ts-ignore
|
|
54
|
+
{ httpClient });
|
|
55
|
+
}
|
|
56
|
+
export function updateExtendedFields(httpClient) {
|
|
57
|
+
return (productId, namespace, options) => universalUpdateExtendedFields(productId, namespace, options,
|
|
58
|
+
// @ts-ignore
|
|
59
|
+
{ httpClient });
|
|
60
|
+
}
|
|
61
|
+
export function deleteProduct(httpClient) {
|
|
62
|
+
return (productId) => universalDeleteProduct(productId,
|
|
63
|
+
// @ts-ignore
|
|
64
|
+
{ httpClient });
|
|
65
|
+
}
|
|
66
|
+
export function bulkDeleteProducts(httpClient) {
|
|
67
|
+
return (productIds) => universalBulkDeleteProducts(productIds,
|
|
68
|
+
// @ts-ignore
|
|
69
|
+
{ httpClient });
|
|
70
|
+
}
|
|
71
|
+
export function bulkDeleteProductsByFilter(httpClient) {
|
|
72
|
+
return (filter, options) => universalBulkDeleteProductsByFilter(filter, options,
|
|
73
|
+
// @ts-ignore
|
|
74
|
+
{ httpClient });
|
|
75
|
+
}
|
|
76
|
+
export function getProduct(httpClient) {
|
|
77
|
+
return (productId, options) => universalGetProduct(productId, options,
|
|
78
|
+
// @ts-ignore
|
|
79
|
+
{ httpClient });
|
|
80
|
+
}
|
|
81
|
+
export function getProductBySlug(httpClient) {
|
|
82
|
+
return (slug, options) => universalGetProductBySlug(slug, options,
|
|
83
|
+
// @ts-ignore
|
|
84
|
+
{ httpClient });
|
|
85
|
+
}
|
|
86
|
+
export function searchProducts(httpClient) {
|
|
87
|
+
return (options) => universalSearchProducts(options,
|
|
88
|
+
// @ts-ignore
|
|
89
|
+
{ httpClient });
|
|
90
|
+
}
|
|
91
|
+
export function queryProducts(httpClient) {
|
|
92
|
+
return (options) => universalQueryProducts(options,
|
|
93
|
+
// @ts-ignore
|
|
94
|
+
{ httpClient });
|
|
95
|
+
}
|
|
96
|
+
export function countProducts(httpClient) {
|
|
97
|
+
return (options) => universalCountProducts(options,
|
|
98
|
+
// @ts-ignore
|
|
99
|
+
{ httpClient });
|
|
100
|
+
}
|
|
101
|
+
export function bulkUpdateProductVariantsByFilter(httpClient) {
|
|
102
|
+
return (filter, options) => universalBulkUpdateProductVariantsByFilter(filter, options,
|
|
103
|
+
// @ts-ignore
|
|
104
|
+
{ httpClient });
|
|
105
|
+
}
|
|
106
|
+
export function bulkAdjustProductVariantsByFilter(httpClient) {
|
|
107
|
+
return (filter, options) => universalBulkAdjustProductVariantsByFilter(filter, options,
|
|
108
|
+
// @ts-ignore
|
|
109
|
+
{ httpClient });
|
|
110
|
+
}
|
|
111
|
+
export function bulkAddInfoSectionsToProductsByFilter(httpClient) {
|
|
112
|
+
return (filter, options) => universalBulkAddInfoSectionsToProductsByFilter(filter, options,
|
|
113
|
+
// @ts-ignore
|
|
114
|
+
{ httpClient });
|
|
115
|
+
}
|
|
116
|
+
export function bulkAddInfoSectionsToProducts(httpClient) {
|
|
117
|
+
return (products, options) => universalBulkAddInfoSectionsToProducts(products, options,
|
|
118
|
+
// @ts-ignore
|
|
119
|
+
{ httpClient });
|
|
120
|
+
}
|
|
121
|
+
export function bulkRemoveInfoSectionsFromProductsByFilter(httpClient) {
|
|
122
|
+
return (filter, options) => universalBulkRemoveInfoSectionsFromProductsByFilter(filter, options,
|
|
123
|
+
// @ts-ignore
|
|
124
|
+
{ httpClient });
|
|
125
|
+
}
|
|
126
|
+
export function bulkRemoveInfoSectionsFromProducts(httpClient) {
|
|
127
|
+
return (products, options) => universalBulkRemoveInfoSectionsFromProducts(products, options,
|
|
128
|
+
// @ts-ignore
|
|
129
|
+
{ httpClient });
|
|
130
|
+
}
|
|
131
|
+
export function bulkAddProductsToCategoriesByFilter(httpClient) {
|
|
132
|
+
return (options) => universalBulkAddProductsToCategoriesByFilter(options,
|
|
133
|
+
// @ts-ignore
|
|
134
|
+
{ httpClient });
|
|
135
|
+
}
|
|
136
|
+
export function bulkRemoveProductsFromCategoriesByFilter(httpClient) {
|
|
137
|
+
return (options) => universalBulkRemoveProductsFromCategoriesByFilter(options,
|
|
138
|
+
// @ts-ignore
|
|
139
|
+
{ httpClient });
|
|
140
|
+
}
|
|
141
|
+
export const onProductCreated = EventDefinition('wix.stores.catalog.v3.product_created', true, (event) => renameKeysFromRESTResponseToSDKResponse(transformPaths(event, [
|
|
142
|
+
{
|
|
143
|
+
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
144
|
+
paths: [
|
|
145
|
+
{ path: 'entity.createdDate' },
|
|
146
|
+
{ path: 'entity.updatedDate' },
|
|
147
|
+
{ path: 'entity.description.metadata.createdTimestamp' },
|
|
148
|
+
{ path: 'entity.description.metadata.updatedTimestamp' },
|
|
149
|
+
{
|
|
150
|
+
path: 'entity.infoSections.description.metadata.createdTimestamp',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
path: 'entity.infoSections.description.metadata.updatedTimestamp',
|
|
154
|
+
},
|
|
155
|
+
{ path: 'metadata.eventTime' },
|
|
156
|
+
],
|
|
157
|
+
},
|
|
158
|
+
{
|
|
159
|
+
transformFn: transformRESTPageURLV2ToSDKPageURLV2,
|
|
160
|
+
paths: [{ path: 'entity.url' }],
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
164
|
+
paths: [
|
|
165
|
+
{ path: 'entity.physicalProperties.pricePerUnit.quantity' },
|
|
166
|
+
{ path: 'entity.physicalProperties.shippingWeightRange.minValue' },
|
|
167
|
+
{ path: 'entity.physicalProperties.shippingWeightRange.maxValue' },
|
|
168
|
+
{
|
|
169
|
+
path: 'entity.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
path: 'entity.variantsInfo.variants.revenueDetails.profitMargin',
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
path: 'entity.subscriptionDetails.subscriptions.discount.percentOff',
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
path: 'entity.minVariantPriceInfo.pricePerUnitData.settings.quantity',
|
|
179
|
+
},
|
|
180
|
+
{ path: 'entity.minVariantPriceInfo.revenueDetails.profitMargin' },
|
|
181
|
+
{
|
|
182
|
+
path: 'entity.description.nodes.galleryData.items.image.media.duration',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
path: 'entity.description.nodes.galleryData.items.video.media.duration',
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
path: 'entity.description.nodes.galleryData.items.video.thumbnail.duration',
|
|
189
|
+
},
|
|
190
|
+
{ path: 'entity.description.nodes.galleryData.options.item.ratio' },
|
|
191
|
+
{ path: 'entity.description.nodes.imageData.image.duration' },
|
|
192
|
+
{ path: 'entity.description.nodes.mapData.mapSettings.lat' },
|
|
193
|
+
{ path: 'entity.description.nodes.mapData.mapSettings.lng' },
|
|
194
|
+
{ path: 'entity.description.nodes.pollData.poll.image.duration' },
|
|
195
|
+
{
|
|
196
|
+
path: 'entity.description.nodes.pollData.poll.options.image.duration',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
path: 'entity.description.nodes.pollData.design.poll.background.image.duration',
|
|
200
|
+
},
|
|
201
|
+
{ path: 'entity.description.nodes.appEmbedData.image.duration' },
|
|
202
|
+
{ path: 'entity.description.nodes.videoData.video.duration' },
|
|
203
|
+
{ path: 'entity.description.nodes.videoData.thumbnail.duration' },
|
|
204
|
+
{ path: 'entity.description.nodes.audioData.audio.duration' },
|
|
205
|
+
{ path: 'entity.description.nodes.audioData.coverImage.duration' },
|
|
206
|
+
{
|
|
207
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.image.media.duration',
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.video.media.duration',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
path: 'entity.infoSections.description.nodes.galleryData.options.item.ratio',
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
path: 'entity.infoSections.description.nodes.imageData.image.duration',
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
path: 'entity.infoSections.description.nodes.mapData.mapSettings.lat',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
path: 'entity.infoSections.description.nodes.mapData.mapSettings.lng',
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
path: 'entity.infoSections.description.nodes.pollData.poll.image.duration',
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
path: 'entity.infoSections.description.nodes.pollData.poll.options.image.duration',
|
|
232
|
+
},
|
|
233
|
+
{
|
|
234
|
+
path: 'entity.infoSections.description.nodes.pollData.design.poll.background.image.duration',
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
path: 'entity.infoSections.description.nodes.appEmbedData.image.duration',
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
path: 'entity.infoSections.description.nodes.videoData.video.duration',
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
path: 'entity.infoSections.description.nodes.videoData.thumbnail.duration',
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
path: 'entity.infoSections.description.nodes.audioData.audio.duration',
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
path: 'entity.infoSections.description.nodes.audioData.coverImage.duration',
|
|
250
|
+
},
|
|
251
|
+
{ path: 'entity.variantsInfo.variants.physicalProperties.weight' },
|
|
252
|
+
{ path: 'entity.minVariantPriceInfo.weight' },
|
|
253
|
+
],
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
transformFn: transformRESTImageToSDKImage,
|
|
257
|
+
paths: [
|
|
258
|
+
{ path: 'entity.media.main.image' },
|
|
259
|
+
{ path: 'entity.media.itemsInfo.items.image' },
|
|
260
|
+
{ path: 'entity.options.choicesSettings.choices.image' },
|
|
261
|
+
{
|
|
262
|
+
path: 'entity.options.choicesSettings.choices.linkedMedia.image',
|
|
263
|
+
},
|
|
264
|
+
{ path: 'entity.modifiers.choicesSettings.choices.image' },
|
|
265
|
+
{
|
|
266
|
+
path: 'entity.modifiers.choicesSettings.choices.linkedMedia.image',
|
|
267
|
+
},
|
|
268
|
+
{ path: 'entity.variantsInfo.variants.media.image' },
|
|
269
|
+
],
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
transformFn: transformRESTVideoV2ToSDKVideoV2,
|
|
273
|
+
paths: [
|
|
274
|
+
{ path: 'entity.media.main.video' },
|
|
275
|
+
{ path: 'entity.media.itemsInfo.items.video' },
|
|
276
|
+
{
|
|
277
|
+
path: 'entity.options.choicesSettings.choices.linkedMedia.video',
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
path: 'entity.modifiers.choicesSettings.choices.linkedMedia.video',
|
|
281
|
+
},
|
|
282
|
+
{ path: 'entity.variantsInfo.variants.media.video' },
|
|
283
|
+
],
|
|
284
|
+
},
|
|
285
|
+
])))();
|
|
286
|
+
export const onProductDeleted = EventDefinition('wix.stores.catalog.v3.product_deleted', true, (event) => renameKeysFromRESTResponseToSDKResponse(transformPaths(event, [
|
|
287
|
+
{
|
|
288
|
+
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
289
|
+
paths: [
|
|
290
|
+
{ path: 'entity.createdDate' },
|
|
291
|
+
{ path: 'entity.updatedDate' },
|
|
292
|
+
{ path: 'entity.description.metadata.createdTimestamp' },
|
|
293
|
+
{ path: 'entity.description.metadata.updatedTimestamp' },
|
|
294
|
+
{
|
|
295
|
+
path: 'entity.infoSections.description.metadata.createdTimestamp',
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
path: 'entity.infoSections.description.metadata.updatedTimestamp',
|
|
299
|
+
},
|
|
300
|
+
{ path: 'metadata.eventTime' },
|
|
301
|
+
],
|
|
302
|
+
},
|
|
303
|
+
{
|
|
304
|
+
transformFn: transformRESTPageURLV2ToSDKPageURLV2,
|
|
305
|
+
paths: [{ path: 'entity.url' }],
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
309
|
+
paths: [
|
|
310
|
+
{ path: 'entity.physicalProperties.pricePerUnit.quantity' },
|
|
311
|
+
{ path: 'entity.physicalProperties.shippingWeightRange.minValue' },
|
|
312
|
+
{ path: 'entity.physicalProperties.shippingWeightRange.maxValue' },
|
|
313
|
+
{
|
|
314
|
+
path: 'entity.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
path: 'entity.variantsInfo.variants.revenueDetails.profitMargin',
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
path: 'entity.subscriptionDetails.subscriptions.discount.percentOff',
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
path: 'entity.minVariantPriceInfo.pricePerUnitData.settings.quantity',
|
|
324
|
+
},
|
|
325
|
+
{ path: 'entity.minVariantPriceInfo.revenueDetails.profitMargin' },
|
|
326
|
+
{
|
|
327
|
+
path: 'entity.description.nodes.galleryData.items.image.media.duration',
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
path: 'entity.description.nodes.galleryData.items.video.media.duration',
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
path: 'entity.description.nodes.galleryData.items.video.thumbnail.duration',
|
|
334
|
+
},
|
|
335
|
+
{ path: 'entity.description.nodes.galleryData.options.item.ratio' },
|
|
336
|
+
{ path: 'entity.description.nodes.imageData.image.duration' },
|
|
337
|
+
{ path: 'entity.description.nodes.mapData.mapSettings.lat' },
|
|
338
|
+
{ path: 'entity.description.nodes.mapData.mapSettings.lng' },
|
|
339
|
+
{ path: 'entity.description.nodes.pollData.poll.image.duration' },
|
|
340
|
+
{
|
|
341
|
+
path: 'entity.description.nodes.pollData.poll.options.image.duration',
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
path: 'entity.description.nodes.pollData.design.poll.background.image.duration',
|
|
345
|
+
},
|
|
346
|
+
{ path: 'entity.description.nodes.appEmbedData.image.duration' },
|
|
347
|
+
{ path: 'entity.description.nodes.videoData.video.duration' },
|
|
348
|
+
{ path: 'entity.description.nodes.videoData.thumbnail.duration' },
|
|
349
|
+
{ path: 'entity.description.nodes.audioData.audio.duration' },
|
|
350
|
+
{ path: 'entity.description.nodes.audioData.coverImage.duration' },
|
|
351
|
+
{
|
|
352
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.image.media.duration',
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.video.media.duration',
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
path: 'entity.infoSections.description.nodes.galleryData.options.item.ratio',
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
path: 'entity.infoSections.description.nodes.imageData.image.duration',
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
path: 'entity.infoSections.description.nodes.mapData.mapSettings.lat',
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
path: 'entity.infoSections.description.nodes.mapData.mapSettings.lng',
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
path: 'entity.infoSections.description.nodes.pollData.poll.image.duration',
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
path: 'entity.infoSections.description.nodes.pollData.poll.options.image.duration',
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
path: 'entity.infoSections.description.nodes.pollData.design.poll.background.image.duration',
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
path: 'entity.infoSections.description.nodes.appEmbedData.image.duration',
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
path: 'entity.infoSections.description.nodes.videoData.video.duration',
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
path: 'entity.infoSections.description.nodes.videoData.thumbnail.duration',
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
path: 'entity.infoSections.description.nodes.audioData.audio.duration',
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
path: 'entity.infoSections.description.nodes.audioData.coverImage.duration',
|
|
395
|
+
},
|
|
396
|
+
{ path: 'entity.variantsInfo.variants.physicalProperties.weight' },
|
|
397
|
+
{ path: 'entity.minVariantPriceInfo.weight' },
|
|
398
|
+
],
|
|
399
|
+
},
|
|
400
|
+
{
|
|
401
|
+
transformFn: transformRESTImageToSDKImage,
|
|
402
|
+
paths: [
|
|
403
|
+
{ path: 'entity.media.main.image' },
|
|
404
|
+
{ path: 'entity.media.itemsInfo.items.image' },
|
|
405
|
+
{ path: 'entity.options.choicesSettings.choices.image' },
|
|
406
|
+
{
|
|
407
|
+
path: 'entity.options.choicesSettings.choices.linkedMedia.image',
|
|
408
|
+
},
|
|
409
|
+
{ path: 'entity.modifiers.choicesSettings.choices.image' },
|
|
410
|
+
{
|
|
411
|
+
path: 'entity.modifiers.choicesSettings.choices.linkedMedia.image',
|
|
412
|
+
},
|
|
413
|
+
{ path: 'entity.variantsInfo.variants.media.image' },
|
|
414
|
+
],
|
|
415
|
+
},
|
|
416
|
+
{
|
|
417
|
+
transformFn: transformRESTVideoV2ToSDKVideoV2,
|
|
418
|
+
paths: [
|
|
419
|
+
{ path: 'entity.media.main.video' },
|
|
420
|
+
{ path: 'entity.media.itemsInfo.items.video' },
|
|
421
|
+
{
|
|
422
|
+
path: 'entity.options.choicesSettings.choices.linkedMedia.video',
|
|
423
|
+
},
|
|
424
|
+
{
|
|
425
|
+
path: 'entity.modifiers.choicesSettings.choices.linkedMedia.video',
|
|
426
|
+
},
|
|
427
|
+
{ path: 'entity.variantsInfo.variants.media.video' },
|
|
428
|
+
],
|
|
429
|
+
},
|
|
430
|
+
])))();
|
|
431
|
+
export const onProductUpdated = EventDefinition('wix.stores.catalog.v3.product_updated', true, (event) => renameKeysFromRESTResponseToSDKResponse(transformPaths(event, [
|
|
432
|
+
{
|
|
433
|
+
transformFn: transformRESTTimestampToSDKTimestamp,
|
|
434
|
+
paths: [
|
|
435
|
+
{ path: 'entity.createdDate' },
|
|
436
|
+
{ path: 'entity.updatedDate' },
|
|
437
|
+
{ path: 'entity.description.metadata.createdTimestamp' },
|
|
438
|
+
{ path: 'entity.description.metadata.updatedTimestamp' },
|
|
439
|
+
{
|
|
440
|
+
path: 'entity.infoSections.description.metadata.createdTimestamp',
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
path: 'entity.infoSections.description.metadata.updatedTimestamp',
|
|
444
|
+
},
|
|
445
|
+
{ path: 'metadata.eventTime' },
|
|
446
|
+
],
|
|
447
|
+
},
|
|
448
|
+
{
|
|
449
|
+
transformFn: transformRESTPageURLV2ToSDKPageURLV2,
|
|
450
|
+
paths: [{ path: 'entity.url' }],
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
transformFn: transformRESTFloatToSDKFloat,
|
|
454
|
+
paths: [
|
|
455
|
+
{ path: 'entity.physicalProperties.pricePerUnit.quantity' },
|
|
456
|
+
{ path: 'entity.physicalProperties.shippingWeightRange.minValue' },
|
|
457
|
+
{ path: 'entity.physicalProperties.shippingWeightRange.maxValue' },
|
|
458
|
+
{
|
|
459
|
+
path: 'entity.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
path: 'entity.variantsInfo.variants.revenueDetails.profitMargin',
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
path: 'entity.subscriptionDetails.subscriptions.discount.percentOff',
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
path: 'entity.minVariantPriceInfo.pricePerUnitData.settings.quantity',
|
|
469
|
+
},
|
|
470
|
+
{ path: 'entity.minVariantPriceInfo.revenueDetails.profitMargin' },
|
|
471
|
+
{
|
|
472
|
+
path: 'entity.description.nodes.galleryData.items.image.media.duration',
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
path: 'entity.description.nodes.galleryData.items.video.media.duration',
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
path: 'entity.description.nodes.galleryData.items.video.thumbnail.duration',
|
|
479
|
+
},
|
|
480
|
+
{ path: 'entity.description.nodes.galleryData.options.item.ratio' },
|
|
481
|
+
{ path: 'entity.description.nodes.imageData.image.duration' },
|
|
482
|
+
{ path: 'entity.description.nodes.mapData.mapSettings.lat' },
|
|
483
|
+
{ path: 'entity.description.nodes.mapData.mapSettings.lng' },
|
|
484
|
+
{ path: 'entity.description.nodes.pollData.poll.image.duration' },
|
|
485
|
+
{
|
|
486
|
+
path: 'entity.description.nodes.pollData.poll.options.image.duration',
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
path: 'entity.description.nodes.pollData.design.poll.background.image.duration',
|
|
490
|
+
},
|
|
491
|
+
{ path: 'entity.description.nodes.appEmbedData.image.duration' },
|
|
492
|
+
{ path: 'entity.description.nodes.videoData.video.duration' },
|
|
493
|
+
{ path: 'entity.description.nodes.videoData.thumbnail.duration' },
|
|
494
|
+
{ path: 'entity.description.nodes.audioData.audio.duration' },
|
|
495
|
+
{ path: 'entity.description.nodes.audioData.coverImage.duration' },
|
|
496
|
+
{
|
|
497
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.image.media.duration',
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.video.media.duration',
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
path: 'entity.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
path: 'entity.infoSections.description.nodes.galleryData.options.item.ratio',
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
path: 'entity.infoSections.description.nodes.imageData.image.duration',
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
path: 'entity.infoSections.description.nodes.mapData.mapSettings.lat',
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
path: 'entity.infoSections.description.nodes.mapData.mapSettings.lng',
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
path: 'entity.infoSections.description.nodes.pollData.poll.image.duration',
|
|
519
|
+
},
|
|
520
|
+
{
|
|
521
|
+
path: 'entity.infoSections.description.nodes.pollData.poll.options.image.duration',
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
path: 'entity.infoSections.description.nodes.pollData.design.poll.background.image.duration',
|
|
525
|
+
},
|
|
526
|
+
{
|
|
527
|
+
path: 'entity.infoSections.description.nodes.appEmbedData.image.duration',
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
path: 'entity.infoSections.description.nodes.videoData.video.duration',
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
path: 'entity.infoSections.description.nodes.videoData.thumbnail.duration',
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
path: 'entity.infoSections.description.nodes.audioData.audio.duration',
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
path: 'entity.infoSections.description.nodes.audioData.coverImage.duration',
|
|
540
|
+
},
|
|
541
|
+
{ path: 'entity.variantsInfo.variants.physicalProperties.weight' },
|
|
542
|
+
{ path: 'entity.minVariantPriceInfo.weight' },
|
|
543
|
+
],
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
transformFn: transformRESTImageToSDKImage,
|
|
547
|
+
paths: [
|
|
548
|
+
{ path: 'entity.media.main.image' },
|
|
549
|
+
{ path: 'entity.media.itemsInfo.items.image' },
|
|
550
|
+
{ path: 'entity.options.choicesSettings.choices.image' },
|
|
551
|
+
{
|
|
552
|
+
path: 'entity.options.choicesSettings.choices.linkedMedia.image',
|
|
553
|
+
},
|
|
554
|
+
{ path: 'entity.modifiers.choicesSettings.choices.image' },
|
|
555
|
+
{
|
|
556
|
+
path: 'entity.modifiers.choicesSettings.choices.linkedMedia.image',
|
|
557
|
+
},
|
|
558
|
+
{ path: 'entity.variantsInfo.variants.media.image' },
|
|
559
|
+
],
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
transformFn: transformRESTVideoV2ToSDKVideoV2,
|
|
563
|
+
paths: [
|
|
564
|
+
{ path: 'entity.media.main.video' },
|
|
565
|
+
{ path: 'entity.media.itemsInfo.items.video' },
|
|
566
|
+
{
|
|
567
|
+
path: 'entity.options.choicesSettings.choices.linkedMedia.video',
|
|
568
|
+
},
|
|
569
|
+
{
|
|
570
|
+
path: 'entity.modifiers.choicesSettings.choices.linkedMedia.video',
|
|
571
|
+
},
|
|
572
|
+
{ path: 'entity.variantsInfo.variants.media.video' },
|
|
573
|
+
],
|
|
574
|
+
},
|
|
575
|
+
])))();
|
|
576
|
+
export { AggregationDateHistogramAggregationInterval, AggregationNestedAggregationNestedAggregationType, AggregationType, AggregationValueAggregationMissingValues, AggregationValueAggregationSortDirection, AggregationValueAggregationSortType, Alignment, AppType, AvailabilityStatus, BackgroundType, BulkAdjustProductVariantsByFilterRequestRoundingStrategy, ChoiceType, CommonAggregationType, CommonScalarType, CommonSearchDetailsMode, CommonSortOrder, Crop, DateHistogramAggregationInterval, DecorationType, Direction, DiscountType, Enum, FileType, FontType, GIFType, InitialExpandedItems, Interval, InventoryAvailabilityStatus, LayoutType, LineStyle, MapType, MeasurementUnit, MediaType, MissingValues, Mode, ModifierRenderType, NestedAggregationNestedAggregationType, NestedAggregationType, NodeType, NullValue, Orientation, PluginContainerDataAlignment, PollLayoutDirection, PollLayoutType, PreorderStatus, ProductMediaMediaType, ProductOptionRenderType, ProductPreorderAvailability, ProductType, RequestedFields, RoundingStrategy, ScalarType, SearchDetailsMode, SecuredMediaFileType, SingleEntityOpsRequestedFields, SortDirection, SortOrder, SortType, Source, State, SubscriptionFrequency, Target, TextAlignment, ThumbnailsAlignment, Type, UpstreamWixCommonSortOrder, V3ProductType, ValueAggregationMissingValues, ValueAggregationSortDirection, ValueAggregationSortType, VariantsOpsRequestedFields, VerticalAlignment, ViewMode, ViewRole, VoteRole, WebhookIdentityType, WeightUnit, Width, WidthType, WixCommonAggregationType, WixCommonScalarType, WixCommonSortOrder, } from './stores-catalog-v3-product-products-v-3.universal.js';
|
|
577
|
+
//# sourceMappingURL=stores-catalog-v3-product-products-v-3.public.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stores-catalog-v3-product-products-v-3.public.js","sourceRoot":"","sources":["../../../../src/stores-catalog-v3-product-products-v-3.public.ts"],"names":[],"mappings":"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"}
|