{"version":3,"sources":["../../src/stores-catalog-v3-product-products-v-3.http.ts","../../src/stores-catalog-v3-product-products-v-3.types.ts","../../src/stores-catalog-v3-product-products-v-3.meta.ts"],"sourcesContent":["import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules';\nimport { transformSDKFloatToRESTFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformRESTFloatToSDKFloat } from '@wix/sdk-runtime/transformations/float';\nimport { transformSDKTimestampToRESTTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformRESTTimestampToSDKTimestamp } from '@wix/sdk-runtime/transformations/timestamp';\nimport { transformSDKFieldMaskToRESTFieldMask } from '@wix/sdk-runtime/transformations/field-mask';\nimport { transformPaths } from '@wix/sdk-runtime/transformations/transform-paths';\nimport { resolveUrl } from '@wix/sdk-runtime/rest-modules';\nimport { ResolveUrlOpts } from '@wix/sdk-runtime/rest-modules';\nimport { RequestOptionsFactory } from '@wix/sdk-types';\n\nfunction resolveWixStoresCatalogV3CatalogApiUrl(\n  opts: Omit<ResolveUrlOpts, 'domainToMappings'>\n) {\n  const domainToMappings = {\n    'api._api_base_domain_': [\n      {\n        srcPath: '/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    'manage._base_domain_': [\n      {\n        srcPath: '/stores',\n        destPath: '',\n      },\n    ],\n    'www.wixapis.com': [\n      {\n        srcPath: '/stores/v3/products',\n        destPath: '/v3/products',\n      },\n      {\n        srcPath: '/stores/v3/bulk/products',\n        destPath: '/v3/bulk/products',\n      },\n      {\n        srcPath: '/stores/v3/products-with-inventory',\n        destPath: '/v3/products-with-inventory',\n      },\n      {\n        srcPath: '/stores/v3/bulk/products-with-inventory',\n        destPath: '/v3/bulk/products-with-inventory',\n      },\n      {\n        srcPath: '/stores/v3/all-products-category',\n        destPath: '/v3/all-products-category',\n      },\n    ],\n    'www._base_domain_': [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    'editor._base_domain_': [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    'blocks._base_domain_': [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    'create.editorx': [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    'editor.wixapps.net': [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    '*.dev.wix-code.com': [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n    _: [\n      {\n        srcPath: '/_api/stores-catalog-orchestrator',\n        destPath: '',\n      },\n    ],\n  };\n\n  return resolveUrl(Object.assign(opts, { domainToMappings }));\n}\n\nconst PACKAGE_NAME = '@wix/auto_sdk_stores_products-v-3';\n\n/**\n * Creates a new product.\n *\n * You can also add a ribbon, brand, info sections, options, and modifiers in the same request.\n *\n * > **Notes:**\n * > + This method doesn't create inventory items. Use [Create Product With Inventory](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/create-product-with-inventory) to create a product with inventory in a single call, or create inventory items separately using the [Inventory Items API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/inventory-items-v3/introduction).\n * > + When you create a product with inline options or modifiers (without referencing existing customization IDs), new standalone [Customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/introduction) entities are automatically created. These can be reused across other products.\n */\nexport function createProduct(payload: object): RequestOptionsFactory<any> {\n  function __createProduct({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'product.createdDate' },\n          { path: 'product.updatedDate' },\n          { path: 'product.description.metadata.createdTimestamp' },\n          { path: 'product.description.metadata.updatedTimestamp' },\n          { path: 'product.media.main.image.urlExpirationDate' },\n          { path: 'product.media.main.video.urlExpirationDate' },\n          { path: 'product.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'product.media.main.video.posters.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'product.infoSections.description.metadata.updatedTimestamp',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n          },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'product.physicalProperties.pricePerUnit.quantity' },\n          { path: 'product.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'product.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          { path: 'product.variantsInfo.variants.revenueDetails.profitMargin' },\n          {\n            path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n          },\n          {\n            path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n          },\n          { path: 'product.minVariantPriceInfo.revenueDetails.profitMargin' },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'product.description.nodes.galleryData.options.item.ratio' },\n          { path: 'product.description.nodes.imageData.image.duration' },\n          { path: 'product.description.nodes.mapData.mapSettings.lat' },\n          { path: 'product.description.nodes.mapData.mapSettings.lng' },\n          { path: 'product.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'product.description.nodes.appEmbedData.image.duration' },\n          { path: 'product.description.nodes.videoData.video.duration' },\n          { path: 'product.description.nodes.videoData.thumbnail.duration' },\n          { path: 'product.description.nodes.audioData.audio.duration' },\n          { path: 'product.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'product.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.description.nodes.tocData.fontSize' },\n          { path: 'product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'product.variantsInfo.variants.physicalProperties.weight' },\n          {\n            path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n          },\n          { path: 'product.minVariantPriceInfo.weight' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.CreateProduct',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'product.createdDate' },\n              { path: 'product.updatedDate' },\n              { path: 'product.description.metadata.createdTimestamp' },\n              { path: 'product.description.metadata.updatedTimestamp' },\n              { path: 'product.media.main.image.urlExpirationDate' },\n              { path: 'product.media.main.video.urlExpirationDate' },\n              {\n                path: 'product.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'product.media.main.video.posters.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'product.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'product.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'product.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'product.description.nodes.imageData.image.duration' },\n              { path: 'product.description.nodes.mapData.mapSettings.lat' },\n              { path: 'product.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'product.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              { path: 'product.description.nodes.appEmbedData.image.duration' },\n              { path: 'product.description.nodes.videoData.video.duration' },\n              {\n                path: 'product.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'product.description.nodes.audioData.audio.duration' },\n              {\n                path: 'product.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'product.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'product.description.nodes.tocData.fontSize' },\n              { path: 'product.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'product.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'product.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'product.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __createProduct;\n}\n\n/**\n * Creates a new product with its inventory in a single call.\n *\n * Pass `variantsInfo.variants.inventoryItem` to create inventory items for each variant in the default location. Each inventory item can track stock using either `quantity` (for exact stock counts) or `inStock` (for simple availability). If `inventoryItem` isn't provided, no inventory items are created.\n *\n * You can also add a ribbon, brand, info sections, options, and modifiers in the same request.\n *\n * Learn more about [inventory management](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-inventory-management) including tracking methods, preorder settings, and multi-location inventory.\n *\n * > **Note:** When you create a product with inline options or modifiers (without referencing existing customization IDs), new standalone [Customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/introduction) entities are automatically created. These can be reused across other products.\n */\nexport function createProductWithInventory(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __createProductWithInventory({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'product.physicalProperties.pricePerUnit.quantity' },\n          { path: 'product.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'product.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          { path: 'product.variantsInfo.variants.revenueDetails.profitMargin' },\n          {\n            path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'product.description.nodes.galleryData.options.item.ratio' },\n          { path: 'product.description.nodes.imageData.image.duration' },\n          { path: 'product.description.nodes.mapData.mapSettings.lat' },\n          { path: 'product.description.nodes.mapData.mapSettings.lng' },\n          { path: 'product.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'product.description.nodes.appEmbedData.image.duration' },\n          { path: 'product.description.nodes.videoData.video.duration' },\n          { path: 'product.description.nodes.videoData.thumbnail.duration' },\n          { path: 'product.description.nodes.audioData.audio.duration' },\n          { path: 'product.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'product.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.description.nodes.tocData.fontSize' },\n          { path: 'product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'product.variantsInfo.variants.physicalProperties.weight' },\n        ],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'product.description.metadata.createdTimestamp' },\n          { path: 'product.description.metadata.updatedTimestamp' },\n          { path: 'product.media.main.image.urlExpirationDate' },\n          { path: 'product.media.main.video.urlExpirationDate' },\n          { path: 'product.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'product.media.main.video.posters.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'product.infoSections.description.metadata.updatedTimestamp',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.CreateProductWithInventory',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products-with-inventory',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'product.createdDate' },\n              { path: 'product.updatedDate' },\n              { path: 'product.description.metadata.createdTimestamp' },\n              { path: 'product.description.metadata.updatedTimestamp' },\n              { path: 'product.media.main.image.urlExpirationDate' },\n              { path: 'product.media.main.video.urlExpirationDate' },\n              {\n                path: 'product.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'product.media.main.video.posters.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'product.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n              { path: 'inventoryResults.results.item.createdDate' },\n              { path: 'inventoryResults.results.item.updatedDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'product.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'product.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'product.description.nodes.imageData.image.duration' },\n              { path: 'product.description.nodes.mapData.mapSettings.lat' },\n              { path: 'product.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'product.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              { path: 'product.description.nodes.appEmbedData.image.duration' },\n              { path: 'product.description.nodes.videoData.video.duration' },\n              {\n                path: 'product.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'product.description.nodes.audioData.audio.duration' },\n              {\n                path: 'product.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'product.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'product.description.nodes.tocData.fontSize' },\n              { path: 'product.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'product.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'product.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'product.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __createProductWithInventory;\n}\n\n/**\n * Updates a product.\n *\n * Each time the product is updated, `revision` increments by 1.\n * The current `revision` must be passed when updating the product.\n * This ensures you're working with the latest product and prevents unintended overwrites.\n *\n * >**Notes:**\n * > + To update array fields like `options`, `modifiers`, `variantsInfo.variants`, and any others, you must pass the entire existing array. Passing only the changed item overwrites the entire array, not just merge the single change.\n * > + To update `variantsInfo.variants` you must also pass `options` and vice versa. This is because variants and options are mutually dependent and must be aligned.\n * > + To update existing `variantsInfo.variants`, make sure to provide `variantsInfo.variants.id`. If no ID is passed, a variant is created with a new ID.\n * > + Updating media per variant isn't supported. Instead, assign media items to product option choices using the `linkedMedia` field. You must use preexisting product media.\n * > + Partial-update semantics: Update Product supports partial updates with the following rules:\n * >   - At the request level, only `product`, `product.id`, and `product.revision` are required.\n * >   - Other fields shown as required in the schema apply only when their parent field is provided.\n * >   - Top-level fields you omit (for example, `name`, `ribbon`, `brand`, `taxGroupId`) are left unchanged.\n * >   - The full-array overwrite rule applies only to repeated fields (`options`, `modifiers`, `variantsInfo.variants`); top-level scalar and object fields are partially updatable on their own.\n * >   - To assign or change a brand without touching any other field, specify only `id`, `revision`, and `brand.id`. Supplying `brand.name` without `brand.id` is rejected with a `BRAND_MISSING_ID` validation error.\n */\nexport function updateProduct(payload: object): RequestOptionsFactory<any> {\n  function __updateProduct({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'product.createdDate' },\n          { path: 'product.updatedDate' },\n          { path: 'product.description.metadata.createdTimestamp' },\n          { path: 'product.description.metadata.updatedTimestamp' },\n          { path: 'product.media.main.image.urlExpirationDate' },\n          { path: 'product.media.main.video.urlExpirationDate' },\n          { path: 'product.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'product.media.main.video.posters.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'product.infoSections.description.metadata.updatedTimestamp',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n          },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'product.physicalProperties.pricePerUnit.quantity' },\n          { path: 'product.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'product.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          { path: 'product.variantsInfo.variants.revenueDetails.profitMargin' },\n          {\n            path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n          },\n          {\n            path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n          },\n          { path: 'product.minVariantPriceInfo.revenueDetails.profitMargin' },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'product.description.nodes.galleryData.options.item.ratio' },\n          { path: 'product.description.nodes.imageData.image.duration' },\n          { path: 'product.description.nodes.mapData.mapSettings.lat' },\n          { path: 'product.description.nodes.mapData.mapSettings.lng' },\n          { path: 'product.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'product.description.nodes.appEmbedData.image.duration' },\n          { path: 'product.description.nodes.videoData.video.duration' },\n          { path: 'product.description.nodes.videoData.thumbnail.duration' },\n          { path: 'product.description.nodes.audioData.audio.duration' },\n          { path: 'product.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'product.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.description.nodes.tocData.fontSize' },\n          { path: 'product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'product.variantsInfo.variants.physicalProperties.weight' },\n          {\n            path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n          },\n          { path: 'product.minVariantPriceInfo.weight' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'PATCH' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.UpdateProduct',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/{product.id}',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'product.createdDate' },\n              { path: 'product.updatedDate' },\n              { path: 'product.description.metadata.createdTimestamp' },\n              { path: 'product.description.metadata.updatedTimestamp' },\n              { path: 'product.media.main.image.urlExpirationDate' },\n              { path: 'product.media.main.video.urlExpirationDate' },\n              {\n                path: 'product.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'product.media.main.video.posters.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'product.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'product.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'product.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'product.description.nodes.imageData.image.duration' },\n              { path: 'product.description.nodes.mapData.mapSettings.lat' },\n              { path: 'product.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'product.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              { path: 'product.description.nodes.appEmbedData.image.duration' },\n              { path: 'product.description.nodes.videoData.video.duration' },\n              {\n                path: 'product.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'product.description.nodes.audioData.audio.duration' },\n              {\n                path: 'product.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'product.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'product.description.nodes.tocData.fontSize' },\n              { path: 'product.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'product.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'product.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'product.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __updateProduct;\n}\n\n/**\n * Updates a product and its inventory in a single call.\n *\n * Each time the product is updated, `revision` increments by 1.\n * The current `revision` must be passed when updating the product.\n * This ensures you're working with the latest product and prevents unintended overwrites.\n *\n * Each inventory item can track stock using either `quantity` (for exact stock counts) or `inStock` (for simple availability). Learn more about [inventory management](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-inventory-management) including tracking methods, preorder settings, and multi-location inventory.\n *\n * >**Notes:**\n * > + To update array fields like `options`, `modifiers`, `variantsInfo.variants`, and any others, you must pass the entire existing array. Passing only the changed item overwrites the entire array, not just merge the single change.\n * > + To update `variantsInfo.variants` you must also pass `options` and vice versa. This is because variants and options are mutually dependent and must be aligned.\n * > + To update existing `variantsInfo.variants`, make sure to provide `variantsInfo.variants.id`. If no ID is passed, a variant is created with a new ID.\n * > + Updating media per variant isn't supported. Instead, assign media items to product option choices using the `linkedMedia` field. You must use preexisting product media.\n */\nexport function updateProductWithInventory(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __updateProductWithInventory({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'product.physicalProperties.pricePerUnit.quantity' },\n          { path: 'product.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'product.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          { path: 'product.variantsInfo.variants.revenueDetails.profitMargin' },\n          {\n            path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'product.description.nodes.galleryData.options.item.ratio' },\n          { path: 'product.description.nodes.imageData.image.duration' },\n          { path: 'product.description.nodes.mapData.mapSettings.lat' },\n          { path: 'product.description.nodes.mapData.mapSettings.lng' },\n          { path: 'product.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'product.description.nodes.appEmbedData.image.duration' },\n          { path: 'product.description.nodes.videoData.video.duration' },\n          { path: 'product.description.nodes.videoData.thumbnail.duration' },\n          { path: 'product.description.nodes.audioData.audio.duration' },\n          { path: 'product.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'product.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.description.nodes.tocData.fontSize' },\n          { path: 'product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'product.variantsInfo.variants.physicalProperties.weight' },\n        ],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'product.description.metadata.createdTimestamp' },\n          { path: 'product.description.metadata.updatedTimestamp' },\n          { path: 'product.media.main.image.urlExpirationDate' },\n          { path: 'product.media.main.video.urlExpirationDate' },\n          { path: 'product.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'product.media.main.video.posters.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'product.infoSections.description.metadata.updatedTimestamp',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'PATCH' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.UpdateProductWithInventory',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products-with-inventory/{product.id}',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'product.createdDate' },\n              { path: 'product.updatedDate' },\n              { path: 'product.description.metadata.createdTimestamp' },\n              { path: 'product.description.metadata.updatedTimestamp' },\n              { path: 'product.media.main.image.urlExpirationDate' },\n              { path: 'product.media.main.video.urlExpirationDate' },\n              {\n                path: 'product.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'product.media.main.video.posters.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'product.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n              { path: 'inventoryResults.results.item.createdDate' },\n              { path: 'inventoryResults.results.item.updatedDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'product.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'product.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'product.description.nodes.imageData.image.duration' },\n              { path: 'product.description.nodes.mapData.mapSettings.lat' },\n              { path: 'product.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'product.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              { path: 'product.description.nodes.appEmbedData.image.duration' },\n              { path: 'product.description.nodes.videoData.video.duration' },\n              {\n                path: 'product.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'product.description.nodes.audioData.audio.duration' },\n              {\n                path: 'product.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'product.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'product.description.nodes.tocData.fontSize' },\n              { path: 'product.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'product.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'product.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'product.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __updateProductWithInventory;\n}\n\n/**\n * Creates up to 100 products.\n *\n * >**Note:**\n * > The following limits apply to the total number of creatable entities in a single request.\n * >\n * > + `options`: 100\n * > + `modifiers`: 100\n * > + `infoSections`: 100\n * > + `variantsInfo.variants`: 1000\n * >\n * > For example, you can create 10 products with up to 10 options for each product (10 x 10 = 100), or 1 product with 100 options.\n * > Alternatively, you can create 100 products with up to 10 variants in each (100 x 10 = 1000), or 1 product with 1000 variants.\n */\nexport function bulkCreateProducts(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkCreateProducts({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'products.createdDate' },\n          { path: 'products.updatedDate' },\n          { path: 'products.description.metadata.createdTimestamp' },\n          { path: 'products.description.metadata.updatedTimestamp' },\n          { path: 'products.media.main.image.urlExpirationDate' },\n          { path: 'products.media.main.video.urlExpirationDate' },\n          { path: 'products.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'products.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'products.media.main.video.posters.urlExpirationDate' },\n          { path: 'products.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'products.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'products.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'products.infoSections.description.metadata.updatedTimestamp',\n          },\n          {\n            path: 'products.variantsInfo.variants.media.image.urlExpirationDate',\n          },\n          {\n            path: 'products.variantsInfo.variants.media.video.urlExpirationDate',\n          },\n          {\n            path: 'products.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.variantsInfo.variants.media.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n          },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'products.physicalProperties.pricePerUnit.quantity' },\n          { path: 'products.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'products.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'products.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'products.variantsInfo.variants.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'products.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n          },\n          { path: 'products.minVariantPriceInfo.revenueDetails.profitMargin' },\n          {\n            path: 'products.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'products.description.nodes.galleryData.options.item.ratio' },\n          { path: 'products.description.nodes.imageData.image.duration' },\n          { path: 'products.description.nodes.mapData.mapSettings.lat' },\n          { path: 'products.description.nodes.mapData.mapSettings.lng' },\n          { path: 'products.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'products.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'products.description.nodes.appEmbedData.image.duration' },\n          { path: 'products.description.nodes.videoData.video.duration' },\n          { path: 'products.description.nodes.videoData.thumbnail.duration' },\n          { path: 'products.description.nodes.audioData.audio.duration' },\n          { path: 'products.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'products.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'products.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'products.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'products.description.nodes.tocData.fontSize' },\n          { path: 'products.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'products.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'products.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'products.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'products.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'products.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'products.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'products.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'products.variantsInfo.variants.physicalProperties.weight' },\n          {\n            path: 'products.variantSummary.minPriceVariant.physicalProperties.weight',\n          },\n          { path: 'products.minVariantPriceInfo.weight' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.BulkCreateProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/create',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.description.metadata.createdTimestamp' },\n              { path: 'results.item.description.metadata.updatedTimestamp' },\n              { path: 'results.item.media.main.image.urlExpirationDate' },\n              { path: 'results.item.media.main.video.urlExpirationDate' },\n              {\n                path: 'results.item.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'results.item.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'results.item.description.nodes.tocData.fontSize' },\n              { path: 'results.item.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'results.item.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'results.item.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkCreateProducts;\n}\n\n/**\n * Creates up to 100 products, and can create the products' inventories in the variants' default locations.\n *\n * >**Note:**\n * > The following limits apply to the total number of creatable entities in a single request.\n * >\n * > + `options`: 100\n * > + `modifiers`: 100\n * > + `infoSections`: 100\n * > + `variantsInfo.variants`: 1000\n * >\n * > For example, you can create 10 products with up to 10 options for each product (10 x 10 = 100), or 1 product with 100 options.\n * > Alternatively, you can create 100 products with up to 10 variants in each (100 x 10 = 1000), or 1 product with 1000 variants.\n */\nexport function bulkCreateProductsWithInventory(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkCreateProductsWithInventory({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'products.physicalProperties.pricePerUnit.quantity' },\n          { path: 'products.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'products.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'products.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'products.variantsInfo.variants.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'products.description.nodes.galleryData.options.item.ratio' },\n          { path: 'products.description.nodes.imageData.image.duration' },\n          { path: 'products.description.nodes.mapData.mapSettings.lat' },\n          { path: 'products.description.nodes.mapData.mapSettings.lng' },\n          { path: 'products.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'products.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'products.description.nodes.appEmbedData.image.duration' },\n          { path: 'products.description.nodes.videoData.video.duration' },\n          { path: 'products.description.nodes.videoData.thumbnail.duration' },\n          { path: 'products.description.nodes.audioData.audio.duration' },\n          { path: 'products.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'products.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'products.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'products.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'products.description.nodes.tocData.fontSize' },\n          { path: 'products.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'products.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'products.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'products.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'products.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'products.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'products.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'products.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'products.variantsInfo.variants.physicalProperties.weight' },\n        ],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'products.description.metadata.createdTimestamp' },\n          { path: 'products.description.metadata.updatedTimestamp' },\n          { path: 'products.media.main.image.urlExpirationDate' },\n          { path: 'products.media.main.video.urlExpirationDate' },\n          { path: 'products.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'products.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'products.media.main.video.posters.urlExpirationDate' },\n          { path: 'products.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'products.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'products.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'products.infoSections.description.metadata.updatedTimestamp',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkCreateProductsWithInventory',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products-with-inventory/create',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'productResults.results.item.createdDate' },\n              { path: 'productResults.results.item.updatedDate' },\n              {\n                path: 'productResults.results.item.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'productResults.results.item.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'productResults.results.item.media.main.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n              { path: 'inventoryResults.results.item.createdDate' },\n              { path: 'inventoryResults.results.item.updatedDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'productResults.results.item.physicalProperties.pricePerUnit.quantity',\n              },\n              {\n                path: 'productResults.results.item.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'productResults.results.item.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'productResults.results.item.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'productResults.results.item.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'productResults.results.item.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              {\n                path: 'productResults.results.item.minVariantPriceInfo.weight',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkCreateProductsWithInventory;\n}\n\n/**\n * Updates up to 100 products.\n *\n * >**Note:**\n * > The following limits apply to the total number of updatable entities in a single request.\n * > For example, you can update 10 products with up to 10 options for each product (10 x 10 = 100), or one product with 100 options.\n * > Alternatively, you can update 100 products with up to 10 variants in each (100 x 10 = 1000), or one product with 1000 variants.\n * > + `options`: 100\n * > + `modifiers`: 100\n * > + `infoSections`: 100\n * > + `variantsInfo.variants`: 1000\n */\nexport function bulkUpdateProducts(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateProducts({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'products.fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'products.product.createdDate' },\n          { path: 'products.product.updatedDate' },\n          { path: 'products.product.description.metadata.createdTimestamp' },\n          { path: 'products.product.description.metadata.updatedTimestamp' },\n          { path: 'products.product.media.main.image.urlExpirationDate' },\n          { path: 'products.product.media.main.video.urlExpirationDate' },\n          {\n            path: 'products.product.media.main.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.main.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'products.product.infoSections.description.metadata.updatedTimestamp',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.media.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.media.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n          },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'products.product.physicalProperties.pricePerUnit.quantity' },\n          {\n            path: 'products.product.physicalProperties.shippingWeightRange.minValue',\n          },\n          {\n            path: 'products.product.physicalProperties.shippingWeightRange.maxValue',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n          },\n          {\n            path: 'products.product.minVariantPriceInfo.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'products.product.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'products.product.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'products.product.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'products.product.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'products.product.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'products.product.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'products.product.description.nodes.tocData.fontSize' },\n          { path: 'products.product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'products.product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.tocData.fontSize',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.physicalProperties.weight',\n          },\n          {\n            path: 'products.product.variantSummary.minPriceVariant.physicalProperties.weight',\n          },\n          { path: 'products.product.minVariantPriceInfo.weight' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.BulkUpdateProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/update',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.description.metadata.createdTimestamp' },\n              { path: 'results.item.description.metadata.updatedTimestamp' },\n              { path: 'results.item.media.main.image.urlExpirationDate' },\n              { path: 'results.item.media.main.video.urlExpirationDate' },\n              {\n                path: 'results.item.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'results.item.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'results.item.description.nodes.tocData.fontSize' },\n              { path: 'results.item.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'results.item.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'results.item.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateProducts;\n}\n\n/**\n * Updates up to 100 products, and can update the products' inventories in the variants' default locations.\n *\n * >**Note:**\n * > The following limits apply to the total number of updatable entities in a single request.\n * > For example, you can update 10 products with up to 10 options for each product (10 x 10 = 100), or one product with 100 options.\n * > Alternatively, you can update 100 products with up to 10 variants in each (100 x 10 = 1000), or one product with 1000 variants.\n * > + `options`: 100\n * > + `modifiers`: 100\n * > + `infoSections`: 100\n * > + `variantsInfo.variants`: 1000\n */\nexport function bulkUpdateProductsWithInventory(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateProductsWithInventory({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'products.fieldMask' }],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'products.product.physicalProperties.pricePerUnit.quantity' },\n          {\n            path: 'products.product.physicalProperties.shippingWeightRange.minValue',\n          },\n          {\n            path: 'products.product.physicalProperties.shippingWeightRange.maxValue',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.revenueDetails.profitMargin',\n          },\n          {\n            path: 'products.product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'products.product.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'products.product.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'products.product.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'products.product.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'products.product.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'products.product.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'products.product.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'products.product.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'products.product.description.nodes.tocData.fontSize' },\n          { path: 'products.product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'products.product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.tocData.fontSize',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'products.product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'products.product.variantsInfo.variants.physicalProperties.weight',\n          },\n        ],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'products.product.description.metadata.createdTimestamp' },\n          { path: 'products.product.description.metadata.updatedTimestamp' },\n          { path: 'products.product.media.main.image.urlExpirationDate' },\n          { path: 'products.product.media.main.video.urlExpirationDate' },\n          {\n            path: 'products.product.media.main.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.main.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'products.product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'products.product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'products.product.infoSections.description.metadata.updatedTimestamp',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkUpdateProductsWithInventory',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products-with-inventory/update',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'productResults.results.item.createdDate' },\n              { path: 'productResults.results.item.updatedDate' },\n              {\n                path: 'productResults.results.item.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'productResults.results.item.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'productResults.results.item.media.main.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.main.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n              { path: 'inventoryResults.results.item.createdDate' },\n              { path: 'inventoryResults.results.item.updatedDate' },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              {\n                path: 'productResults.results.item.physicalProperties.pricePerUnit.quantity',\n              },\n              {\n                path: 'productResults.results.item.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'productResults.results.item.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'productResults.results.item.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'productResults.results.item.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'productResults.results.item.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'productResults.results.item.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'productResults.results.item.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'productResults.results.item.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'productResults.results.item.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              {\n                path: 'productResults.results.item.minVariantPriceInfo.weight',\n              },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateProductsWithInventory;\n}\n\n/**\n * Updates multiple products, given the provided filter.\n *\n * To update `infoSections`, `brand` or `ribbon` fields, you must also pass their existing `id`.\n *\n * > **Note:**\n * > The following fields can't be updated with this endpoint:\n * > + `slug`\n * > + `options`\n * > + `modifiers`\n * > + `variantsInfo`\n * >\n * > To update these fields, use [Bulk Update Products](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/bulk-update-products).\n */\nexport function bulkUpdateProductsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateProductsByFilter({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'product.createdDate' },\n          { path: 'product.updatedDate' },\n          { path: 'product.description.metadata.createdTimestamp' },\n          { path: 'product.description.metadata.updatedTimestamp' },\n          { path: 'product.media.main.image.urlExpirationDate' },\n          { path: 'product.media.main.video.urlExpirationDate' },\n          { path: 'product.media.main.video.resolutions.urlExpirationDate' },\n          {\n            path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n          },\n          { path: 'product.media.main.video.posters.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n          { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n          },\n          {\n            path: 'product.infoSections.description.metadata.createdTimestamp',\n          },\n          {\n            path: 'product.infoSections.description.metadata.updatedTimestamp',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n          },\n        ],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'product.physicalProperties.pricePerUnit.quantity' },\n          { path: 'product.physicalProperties.shippingWeightRange.minValue' },\n          { path: 'product.physicalProperties.shippingWeightRange.maxValue' },\n          {\n            path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          { path: 'product.variantsInfo.variants.revenueDetails.profitMargin' },\n          {\n            path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n          },\n          {\n            path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n          },\n          {\n            path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n          },\n          { path: 'product.minVariantPriceInfo.revenueDetails.profitMargin' },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          { path: 'product.description.nodes.galleryData.options.item.ratio' },\n          { path: 'product.description.nodes.imageData.image.duration' },\n          { path: 'product.description.nodes.mapData.mapSettings.lat' },\n          { path: 'product.description.nodes.mapData.mapSettings.lng' },\n          { path: 'product.description.nodes.pollData.poll.image.duration' },\n          {\n            path: 'product.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          { path: 'product.description.nodes.appEmbedData.image.duration' },\n          { path: 'product.description.nodes.videoData.video.duration' },\n          { path: 'product.description.nodes.videoData.thumbnail.duration' },\n          { path: 'product.description.nodes.audioData.audio.duration' },\n          { path: 'product.description.nodes.audioData.coverImage.duration' },\n          {\n            path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          { path: 'product.description.nodes.shapeData.shape.duration' },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.description.nodes.tocData.fontSize' },\n          { path: 'product.description.nodes.tocData.itemSpacing' },\n          {\n            path: 'product.description.nodes.smartBlockCellData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n          },\n          {\n            path: 'product.infoSections.description.nodes.imageData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n          },\n          {\n            path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.video.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.audio.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n          },\n          {\n            path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n          },\n          { path: 'product.infoSections.description.nodes.tocData.fontSize' },\n          {\n            path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n          },\n          {\n            path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n          },\n          { path: 'product.variantsInfo.variants.physicalProperties.weight' },\n          {\n            path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n          },\n          { path: 'product.minVariantPriceInfo.weight' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.BulkUpdateProductsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/update-by-filter',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateProductsByFilter;\n}\n\n/** Deletes a product. */\nexport function deleteProduct(payload: object): RequestOptionsFactory<any> {\n  function __deleteProduct({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'DELETE' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.DeleteProduct',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/{productId}',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n    };\n\n    return metadata;\n  }\n\n  return __deleteProduct;\n}\n\n/** Deletes multiple products. */\nexport function bulkDeleteProducts(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkDeleteProducts({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.BulkDeleteProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/delete',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkDeleteProducts;\n}\n\n/** Delete multiple products given the provided filter. */\nexport function bulkDeleteProductsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkDeleteProductsByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.BulkDeleteProductsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/delete-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkDeleteProductsByFilter;\n}\n\n/**\n * Retrieves a product.\n *\n * > **Note:**\n * > To retrieve a non-visible product (`visible: false`), your app must have the 'Product v3 read admin' (`SCOPE.STORES.PRODUCT_READ_ADMIN`) permission scope.\n */\nexport function getProduct(payload: object): RequestOptionsFactory<any> {\n  function __getProduct({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'GET' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.GetProduct',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/{productId}',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'product.createdDate' },\n              { path: 'product.updatedDate' },\n              { path: 'product.description.metadata.createdTimestamp' },\n              { path: 'product.description.metadata.updatedTimestamp' },\n              { path: 'product.media.main.image.urlExpirationDate' },\n              { path: 'product.media.main.video.urlExpirationDate' },\n              {\n                path: 'product.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'product.media.main.video.posters.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'product.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'product.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'product.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'product.description.nodes.imageData.image.duration' },\n              { path: 'product.description.nodes.mapData.mapSettings.lat' },\n              { path: 'product.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'product.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              { path: 'product.description.nodes.appEmbedData.image.duration' },\n              { path: 'product.description.nodes.videoData.video.duration' },\n              {\n                path: 'product.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'product.description.nodes.audioData.audio.duration' },\n              {\n                path: 'product.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'product.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'product.description.nodes.tocData.fontSize' },\n              { path: 'product.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'product.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'product.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'product.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __getProduct;\n}\n\n/**\n * Retrieves a product by slug.\n *\n * > **Note:**\n * > To retrieve a non-visible product (`visible: false`), your app must have the 'Product v3 read admin' (`SCOPE.STORES.PRODUCT_READ_ADMIN`) permission scope.\n */\nexport function getProductBySlug(payload: object): RequestOptionsFactory<any> {\n  function __getProductBySlug({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'GET' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.GetProductBySlug',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/slug/{slug}',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'product.createdDate' },\n              { path: 'product.updatedDate' },\n              { path: 'product.description.metadata.createdTimestamp' },\n              { path: 'product.description.metadata.updatedTimestamp' },\n              { path: 'product.media.main.image.urlExpirationDate' },\n              { path: 'product.media.main.video.urlExpirationDate' },\n              {\n                path: 'product.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'product.media.main.video.posters.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.image.urlExpirationDate' },\n              { path: 'product.media.itemsInfo.items.video.urlExpirationDate' },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'product.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'product.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'product.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'product.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'product.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'product.description.nodes.imageData.image.duration' },\n              { path: 'product.description.nodes.mapData.mapSettings.lat' },\n              { path: 'product.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'product.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              { path: 'product.description.nodes.appEmbedData.image.duration' },\n              { path: 'product.description.nodes.videoData.video.duration' },\n              {\n                path: 'product.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'product.description.nodes.audioData.audio.duration' },\n              {\n                path: 'product.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'product.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'product.description.nodes.tocData.fontSize' },\n              { path: 'product.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'product.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'product.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'product.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'product.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'product.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'product.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'product.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'product.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'product.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __getProductBySlug;\n}\n\n/**\n * Retrieves a list of up to 100 products, given the provided filtering, search expression, sorting, and cursor paging.\n * Pass supported values to the `fields` array in the request to include those fields in the response.\n *\n * To learn about working with _Search_ endpoints, see\n * [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language),\n * and [Sorting and Paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-sorting-and-paging).\n *\n * Learn more about the differences between [_Query_ and _Search_](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-search-query-and-list-methods) methods.\n *\n * > **Notes:**\n * > + When using free-text search, you must specify which fields to search using the `search.fields` parameter.\n * > + To retrieve a non-visible product (`visible: false`), your app must have the 'Product v3 read admin' (`SCOPE.STORES.PRODUCT_READ_ADMIN`) permission scope.\n * > + This method does not return variant data. To retrieve variant data, call [Get Product](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/get-product) or [Get Product By Slug](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/get-product-by-slug) for each product individually, or use the [Read-Only Variants API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/read-only-variants-v3/introduction) for variant-centric queries.\n */\nexport function searchProducts(payload: object): RequestOptionsFactory<any> {\n  function __searchProducts({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'search.aggregations.range.buckets.from' },\n          { path: 'search.aggregations.range.buckets.to' },\n          {\n            path: 'search.aggregations.nested.nestedAggregations.range.buckets.from',\n          },\n          {\n            path: 'search.aggregations.nested.nestedAggregations.range.buckets.to',\n          },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'GET' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.SearchProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/search',\n        data: serializedData,\n        host,\n      }),\n      params: toURLSearchParams(serializedData, true),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'products.createdDate' },\n              { path: 'products.updatedDate' },\n              { path: 'products.description.metadata.createdTimestamp' },\n              { path: 'products.description.metadata.updatedTimestamp' },\n              { path: 'products.media.main.image.urlExpirationDate' },\n              { path: 'products.media.main.video.urlExpirationDate' },\n              {\n                path: 'products.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'products.media.main.video.posters.urlExpirationDate' },\n              {\n                path: 'products.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'products.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'products.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'products.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'products.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'products.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'products.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'products.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'products.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'products.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'products.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              { path: 'aggregationData.results.scalar.value' },\n              {\n                path: 'aggregationData.results.groupedByValue.results.nestedResults.scalar.value',\n              },\n              {\n                path: 'aggregationData.results.nested.results.results.*.scalar.value',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'products.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'products.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'products.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'products.description.nodes.imageData.image.duration' },\n              { path: 'products.description.nodes.mapData.mapSettings.lat' },\n              { path: 'products.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'products.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'products.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'products.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'products.description.nodes.appEmbedData.image.duration',\n              },\n              { path: 'products.description.nodes.videoData.video.duration' },\n              {\n                path: 'products.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'products.description.nodes.audioData.audio.duration' },\n              {\n                path: 'products.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'products.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'products.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'products.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'products.description.nodes.tocData.fontSize' },\n              { path: 'products.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'products.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'products.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'products.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'products.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'products.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'products.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'products.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'products.minVariantPriceInfo.weight' },\n              { path: 'aggregationData.results.ranges.results.from' },\n              { path: 'aggregationData.results.ranges.results.to' },\n              {\n                path: 'aggregationData.results.groupedByValue.results.nestedResults.ranges.results.from',\n              },\n              {\n                path: 'aggregationData.results.groupedByValue.results.nestedResults.ranges.results.to',\n              },\n              {\n                path: 'aggregationData.results.nested.results.results.*.range.from',\n              },\n              {\n                path: 'aggregationData.results.nested.results.results.*.range.to',\n              },\n            ],\n          },\n        ]),\n      fallback: [\n        {\n          method: 'POST' as any,\n          url: resolveWixStoresCatalogV3CatalogApiUrl({\n            protoPath: '/v3/products/search',\n            data: serializedData,\n            host,\n          }),\n          data: serializedData,\n        },\n      ],\n    };\n\n    return metadata;\n  }\n\n  return __searchProducts;\n}\n\n/**\n * Retrieves a list of up to 100 products, given the provided filtering, sorting, and cursor paging.\n * Pass supported values to the `fields` array in the request to include those fields in the response.\n *\n * To learn about working with _Query_ endpoints, see\n * [API Query Language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language),\n * and [Sorting and Paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-sorting-and-paging).\n *\n * Learn more about the differences between [_Query_ and _Search_](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-search-query-and-list-methods) methods.\n *\n * > **Notes:**\n * > + To retrieve a non-visible product (`visible: false`), your app must have the 'Product v3 read admin' (`SCOPE.STORES.PRODUCT_READ_ADMIN`) permission scope.\n * > + This method does not return variant data. To retrieve variant data, call [Get Product](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/get-product) or [Get Product By Slug](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/get-product-by-slug) for each product individually, or use the [Read-Only Variants API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/read-only-variants-v3/introduction) for variant-centric queries.\n *\n * > **Note:** Query Products supports a narrow set of filterable and sortable fields. Unsupported fields return a `Field '<fieldName>' is not declared as filterable` error. To look up products by name or brand, call [Search Products](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/search-products) instead. For the full list of supported fields and per-field operators, see [Supported Filters and Sorting](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/supported-filters-and-sorting).\n */\nexport function queryProducts(payload: object): RequestOptionsFactory<any> {\n  function __queryProducts({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'GET' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.QueryProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/query',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload, true),\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'products.createdDate' },\n              { path: 'products.updatedDate' },\n              { path: 'products.description.metadata.createdTimestamp' },\n              { path: 'products.description.metadata.updatedTimestamp' },\n              { path: 'products.media.main.image.urlExpirationDate' },\n              { path: 'products.media.main.video.urlExpirationDate' },\n              {\n                path: 'products.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              { path: 'products.media.main.video.posters.urlExpirationDate' },\n              {\n                path: 'products.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'products.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'products.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'products.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'products.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'products.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'products.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'products.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'products.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'products.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'products.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'products.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'products.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'products.description.nodes.galleryData.options.item.ratio',\n              },\n              { path: 'products.description.nodes.imageData.image.duration' },\n              { path: 'products.description.nodes.mapData.mapSettings.lat' },\n              { path: 'products.description.nodes.mapData.mapSettings.lng' },\n              {\n                path: 'products.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'products.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'products.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'products.description.nodes.appEmbedData.image.duration',\n              },\n              { path: 'products.description.nodes.videoData.video.duration' },\n              {\n                path: 'products.description.nodes.videoData.thumbnail.duration',\n              },\n              { path: 'products.description.nodes.audioData.audio.duration' },\n              {\n                path: 'products.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'products.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              { path: 'products.description.nodes.shapeData.shape.duration' },\n              {\n                path: 'products.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'products.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'products.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'products.description.nodes.tocData.fontSize' },\n              { path: 'products.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'products.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'products.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'products.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'products.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'products.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'products.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'products.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'products.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'products.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'products.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'products.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n      fallback: [\n        {\n          method: 'POST' as any,\n          url: resolveWixStoresCatalogV3CatalogApiUrl({\n            protoPath: '/v3/products/query',\n            data: payload,\n            host,\n          }),\n          data: payload,\n        },\n      ],\n    };\n\n    return metadata;\n  }\n\n  return __queryProducts;\n}\n\n/** Counts the number of products that match the provided filtering. */\nexport function countProducts(payload: object): RequestOptionsFactory<any> {\n  function __countProducts({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'GET' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.CountProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/products/count',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload, true),\n\n      fallback: [\n        {\n          method: 'POST' as any,\n          url: resolveWixStoresCatalogV3CatalogApiUrl({\n            protoPath: '/v3/products/count',\n            data: payload,\n            host,\n          }),\n          data: payload,\n        },\n      ],\n    };\n\n    return metadata;\n  }\n\n  return __countProducts;\n}\n\n/**\n * Updates multiple product variants, given the provided filter and search expression.\n *\n * Only the following variant fields can be updated:\n * + `visible`\n * + `price`\n * + `revenueDetails.cost`\n * + `physicalProperties`\n */\nexport function bulkUpdateProductVariantsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateProductVariantsByFilter({ host }: any) {\n    const serializedData = transformPaths(payload, [\n      {\n        transformFn: transformSDKFieldMaskToRESTFieldMask,\n        paths: [{ path: 'fieldMask' }],\n      },\n      {\n        transformFn: transformSDKFloatToRESTFloat,\n        paths: [\n          { path: 'variant.physicalProperties.weight' },\n          { path: 'variant.physicalProperties.pricePerUnit.settings.quantity' },\n          { path: 'variant.revenueDetails.profitMargin' },\n        ],\n      },\n      {\n        transformFn: transformSDKTimestampToRESTTimestamp,\n        paths: [\n          { path: 'variant.media.image.urlExpirationDate' },\n          { path: 'variant.media.video.urlExpirationDate' },\n          { path: 'variant.media.video.resolutions.urlExpirationDate' },\n          { path: 'variant.media.video.resolutions.poster.urlExpirationDate' },\n          { path: 'variant.media.video.posters.urlExpirationDate' },\n        ],\n      },\n    ]);\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkUpdateProductVariantsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/update-variants-by-filter',\n        data: serializedData,\n        host,\n      }),\n      data: serializedData,\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateProductVariantsByFilter;\n}\n\n/**\n * Adjusts the prices and costs of multiple variants by a specified amount or percentage, given the provided filter and search expression.\n *\n * Use this method to apply bulk pricing changes, such as increasing all prices by 10%, without setting explicit values. Use [Bulk Update Product Variants By Filter](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/bulk-update-product-variants-by-filter) to set explicit values instead.\n *\n * The following variant fields can be increased or decreased:\n * + `compareAtPrice` - Original price before discounts\n * + `actualPrice` - Current selling price\n * + `cost` - Merchant's cost to acquire/produce the item\n * + `compareAtPriceDiscount` - Discount percentage applied to compare-at price\n */\nexport function bulkAdjustProductVariantsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkAdjustProductVariantsByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkAdjustProductVariantsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/adjust-variants-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkAdjustProductVariantsByFilter;\n}\n\n/** Adds [info sections](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/introduction) to multiple products, given the provided filter and search expression. */\nexport function bulkAddInfoSectionsToProductsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkAddInfoSectionsToProductsByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkAddInfoSectionsToProductsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/add-info-sections-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkAddInfoSectionsToProductsByFilter;\n}\n\n/** Adds [info sections](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/introduction) to multiple products. */\nexport function bulkAddInfoSectionsToProducts(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkAddInfoSectionsToProducts({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkAddInfoSectionsToProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/add-info-sections',\n        data: payload,\n        host,\n      }),\n      data: payload,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.description.metadata.createdTimestamp' },\n              { path: 'results.item.description.metadata.updatedTimestamp' },\n              { path: 'results.item.media.main.image.urlExpirationDate' },\n              { path: 'results.item.media.main.video.urlExpirationDate' },\n              {\n                path: 'results.item.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'results.item.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'results.item.description.nodes.tocData.fontSize' },\n              { path: 'results.item.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'results.item.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'results.item.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkAddInfoSectionsToProducts;\n}\n\n/** Removes [info sections](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/introduction) from multiple products, given the provided filter and search expression. */\nexport function bulkRemoveInfoSectionsFromProductsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkRemoveInfoSectionsFromProductsByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkRemoveInfoSectionsFromProductsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/remove-info-sections-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkRemoveInfoSectionsFromProductsByFilter;\n}\n\n/** Removes [info sections](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/introduction) from multiple products. */\nexport function bulkRemoveInfoSectionsFromProducts(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkRemoveInfoSectionsFromProducts({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkRemoveInfoSectionsFromProducts',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/remove-info-sections',\n        data: payload,\n        host,\n      }),\n      data: payload,\n      transformResponse: (payload: any) =>\n        transformPaths(payload, [\n          {\n            transformFn: transformRESTTimestampToSDKTimestamp,\n            paths: [\n              { path: 'results.item.createdDate' },\n              { path: 'results.item.updatedDate' },\n              { path: 'results.item.description.metadata.createdTimestamp' },\n              { path: 'results.item.description.metadata.updatedTimestamp' },\n              { path: 'results.item.media.main.image.urlExpirationDate' },\n              { path: 'results.item.media.main.video.urlExpirationDate' },\n              {\n                path: 'results.item.media.main.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.main.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.media.itemsInfo.items.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.options.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.linkedMedia.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.modifiers.choicesSettings.choices.displayImage.urlExpirationDate',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.createdTimestamp',\n              },\n              {\n                path: 'results.item.infoSections.description.metadata.updatedTimestamp',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.media.video.posters.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.image.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.resolutions.poster.urlExpirationDate',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.media.video.posters.urlExpirationDate',\n              },\n            ],\n          },\n          {\n            transformFn: transformRESTFloatToSDKFloat,\n            paths: [\n              { path: 'results.item.physicalProperties.pricePerUnit.quantity' },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.minValue',\n              },\n              {\n                path: 'results.item.physicalProperties.shippingWeightRange.maxValue',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.subscriptionDetails.subscriptions.discount.percentOff',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.pricePerUnit.settings.quantity',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.pricePerUnitData.settings.quantity',\n              },\n              {\n                path: 'results.item.minVariantPriceInfo.revenueDetails.profitMargin',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              { path: 'results.item.description.nodes.tocData.fontSize' },\n              { path: 'results.item.description.nodes.tocData.itemSpacing' },\n              {\n                path: 'results.item.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.buttonData.styles.backgroundHover.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.image.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.items.video.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.galleryData.options.item.ratio',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.imageData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lat',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.mapData.mapSettings.lng',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.poll.options.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.pollData.design.poll.background.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.appEmbedData.image.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.video.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.videoData.thumbnail.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.audio.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.audioData.coverImage.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdropImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.layoutData.backdrop.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.shapeData.shape.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerX',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.centerY',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.background.gradient.stops.position',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.cardData.backgroundImage.media.duration',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.fontSize',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.tocData.itemSpacing',\n              },\n              {\n                path: 'results.item.infoSections.description.nodes.smartBlockCellData.shape.duration',\n              },\n              {\n                path: 'results.item.variantsInfo.variants.physicalProperties.weight',\n              },\n              {\n                path: 'results.item.variantSummary.minPriceVariant.physicalProperties.weight',\n              },\n              { path: 'results.item.minVariantPriceInfo.weight' },\n            ],\n          },\n        ]),\n    };\n\n    return metadata;\n  }\n\n  return __bulkRemoveInfoSectionsFromProducts;\n}\n\n/**\n * Adds multiple products to up to 5 categories, given the provided filter and search expression.\n *\n * Learn more about the [Categories API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction).\n */\nexport function bulkAddProductsToCategoriesByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkAddProductsToCategoriesByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkAddProductsToCategoriesByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/add-to-categories-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkAddProductsToCategoriesByFilter;\n}\n\n/**\n * Removes multiple products, given the provided filter and search expression, from up to 5 categories.\n *\n * Learn more about the [Categories API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction).\n */\nexport function bulkRemoveProductsFromCategoriesByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkRemoveProductsFromCategoriesByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkRemoveProductsFromCategoriesByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/remove-from-categories-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkRemoveProductsFromCategoriesByFilter;\n}\n\n/**\n * Retrieves the ID of the \"All Products\" category, which is automatically assigned to all products.\n *\n * Learn more about the [Categories API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction).\n */\nexport function getAllProductsCategory(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __getAllProductsCategory({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'GET' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.GetAllProductsCategory',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/all-products-category',\n        data: payload,\n        host,\n      }),\n      params: toURLSearchParams(payload),\n    };\n\n    return metadata;\n  }\n\n  return __getAllProductsCategory;\n}\n\n/**\n * Synchronously update tags on multiple products, by list of product IDs.\n *\n * > **Note:** If the same tag is passed to both the `assignTags` and `unassignTags` fields, it will be assigned.\n */\nexport function bulkUpdateProductTags(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateProductTags({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn: 'wix.stores.catalog.v3.CatalogApi.BulkUpdateProductTags',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/update-tags',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateProductTags;\n}\n\n/**\n * Asynchronously update tags on multiple products, by provided filter.\n * An empty filter will update all products.\n *\n * > **Note:** If the same tag is passed to both the `assignTags` and `unassignTags` fields, it will be assigned.\n */\nexport function bulkUpdateProductTagsByFilter(\n  payload: object\n): RequestOptionsFactory<any> {\n  function __bulkUpdateProductTagsByFilter({ host }: any) {\n    const metadata = {\n      entityFqdn: 'wix.stores.catalog.v3.product',\n      method: 'POST' as any,\n      methodFqn:\n        'wix.stores.catalog.v3.CatalogApi.BulkUpdateProductTagsByFilter',\n      packageName: PACKAGE_NAME,\n      migrationOptions: {\n        optInTransformResponse: true,\n      },\n      url: resolveWixStoresCatalogV3CatalogApiUrl({\n        protoPath: '/v3/bulk/products/update-tags-by-filter',\n        data: payload,\n        host,\n      }),\n      data: payload,\n    };\n\n    return metadata;\n  }\n\n  return __bulkUpdateProductTagsByFilter;\n}\n","/**\n * A product in a Wix Stores catalog.\n *\n * Products can be physical goods that require shipping, or digital content that customers download. Each product has at least one variant, which represents a specific purchasable version with its own pricing, SKU, and inventory. Products with options (like size or color) have multiple variants.\n *\n * Products can be associated with brands and ribbons, enhanced with info sections and extended fields, and organized into categories.\n */\nexport interface V3Product extends V3ProductTypedPropertiesOneOf {\n  /**\n   * Physical properties.\n   *\n   * Required when `productType: PHYSICAL`.\n   */\n  physicalProperties?: PhysicalProperties;\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   * @readonly\n   */\n  id?: string | null;\n  /**\n   * Revision number, which increments by 1 each time the product is updated.\n   * To prevent conflicting changes,\n   * the current revision must be passed when updating the product.\n   *\n   * Ignored when creating a product.\n   * @readonly\n   */\n  revision?: string | null;\n  /**\n   * Date and time the product was created.\n   * @readonly\n   */\n  createdDate?: Date | null;\n  /**\n   * Date and time the product was updated.\n   * @readonly\n   */\n  updatedDate?: Date | null;\n  /**\n   * Product name. Translatable.\n   * @minLength 1\n   * @maxLength 80\n   */\n  name?: string | null;\n  /**\n   * Product slug. A URL-friendly identifier used in the product page address.\n   *\n   * If not provided, the slug is autogenerated based on the product name.\n   * @minLength 2\n   * @maxLength 300\n   */\n  slug?: string | null;\n  /**\n   * URL to the site's product page.\n   *\n   * > **Note:** Returned only when you pass `\"URL\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  url?: PageUrlV2;\n  /**\n   * Product description using rich content.\n   * > **Note:** Returned only when you pass `\"DESCRIPTION\"` to the `fields` array in Products API requests.\n   *\n   * <widget src=\"https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component\" plugins=\"indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor\" exampleid=\"7dc9240e-d548-417a-abcf-0291b68b4303\">\n   * <a href=\"https://dev.wix.com/docs/ricos/api-reference/ricos-document\">See Ricos document reference</a>\n   * </widget>\n   */\n  description?: RichContent;\n  /**\n   * Product description in HTML.\n   *\n   * + When provided on create/update, this string must be valid HTML. It's then converted to rich content.\n   * + `plainDescription` is ignored when a value is also passed to the `description` field.\n   * > **Note:** Returned only when you pass `\"PLAIN_DESCRIPTION\"` to the `fields` array in Products API requests.\n   * @maxLength 16000\n   */\n  plainDescription?: string | null;\n  /**\n   * Whether the product is visible to site visitors.\n   *\n   * Default: `true`\n   *\n   * > **Note:** For products without options, updating this field automatically\n   * > updates the default variant's visibility to match.\n   * > For products with options, the product and variant visibility values are independent.\n   */\n  visible?: boolean | null;\n  /**\n   * Whether the product is visible in POS (point of sale).\n   *\n   * Default: `true`\n   * > **Note:** Always `false` for `productType: DIGITAL`.\n   */\n  visibleInPos?: boolean | null;\n  /** Product media items. For a detailed explanation of product media, see [About Product Media](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/about-product-media). */\n  media?: Media;\n  /** Product SEO data. */\n  seoData?: SeoSchema;\n  /**\n   * [Tax group ID](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/extensions/tax/tax-groups/introduction). Used to apply specific tax rates to products.\n   * @format GUID\n   */\n  taxGroupId?: string | null;\n  /**\n   * Product options, such as \"Size\" or \"Color\". Options define the ways a product can vary.\n   *\n   * When you provide options, you must also provide the corresponding variants. Each variant must have exactly one choice for each option. For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   *\n   * Options are stored as reusable [customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/introduction) entities. Pass an existing customization's ID to reuse it, or define options inline and new customization entities are created automatically.\n   * @maxSize 6\n   */\n  options?: ConnectedOption[];\n  /**\n   * Product modifiers. Collect additional information from customers without creating variants.\n   *\n   * Unlike options, modifiers don't affect inventory or create additional variants. Use them for things like gift messages or engraving text. For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   *\n   * Modifiers are stored as reusable [customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/introduction) entities. Pass an existing customization's ID to reuse it, or define modifiers inline and new customization entities are created automatically.\n   * @maxSize 10\n   */\n  modifiers?: ConnectedModifier[];\n  /**\n   * Product [brand](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/brands-v3/introduction).\n   *\n   * + Pass `brand.name` to add a new brand while creating a product.\n   * + Pass an existing brand's `id` to assign that brand to the product.\n   */\n  brand?: V3Brand;\n  /**\n   * Product [info section](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/info-sections-v3/introduction).\n   *\n   * + Pass `infoSection.uniqueName`, `infoSection.title`, and `infoSection.description` to add a new info section while creating a product.\n   * + Pass an existing info section's `id` or `uniqueName` to assign that info section to the product.\n   * @maxSize 10\n   */\n  infoSections?: InfoSection[];\n  /**\n   * Primary [ribbon](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/ribbons-v3/introduction) displayed on the product. Use `additionalRibbons` to assign further ribbons beyond the primary one.\n   *\n   * + Pass `ribbon.name` to add a new ribbon while creating a product.\n   * + Pass an existing ribbon's `id` or `name` to assign that ribbon to the product.\n   */\n  ribbon?: Ribbon;\n  /**\n   * List of [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction) that directly contain this product.\n   *\n   * Updated automatically when a product is added/removed from a category, when an item is moved within a category, or when a category is deleted.\n   * > **Note:** Returned only when you pass `\"DIRECT_CATEGORIES_INFO\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  directCategoriesInfo?: ProductCategoriesInfo;\n  /**\n   * List of [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction) that directly contain this product, as well as their parent categories.\n   * > **Note:** Returned only when you pass `\"ALL_CATEGORIES_INFO\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  allCategoriesInfo?: ProductCategoriesInfo;\n  /**\n   * The ID of the product's primary direct [category](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction), which defines the product's breadcrumbs path. For example, if the product's main category is \"T-Shirts\" (which is a subcategory of \"Clothing\"), the breadcrumbs path will be \"Clothing > T-Shirts\".\n   * @format GUID\n   */\n  mainCategoryId?: string | null;\n  /**\n   * Product cost range - minimum and maximum costs of all product variants.\n   *\n   * > **Note:** Returned only when the following conditions are met:\n   * > + You pass `\"MERCHANT_DATA\"` to the `fields` array in Products API requests.\n   * > + Your app has the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   * @readonly\n   */\n  costRange?: PriceRange;\n  /**\n   * Product inventory info.\n   *\n   * > **Note:** This field reflects the aggregated inventory status from the default location only. Use the [Inventory Items API](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/inventory-items-v3/introduction) to manage inventory for specific locations. Learn more about [inventory management](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-inventory-management).\n   * @readonly\n   */\n  inventory?: Inventory;\n  /**\n   * Product type: `PHYSICAL` for tangible goods that require shipping, or `DIGITAL` for downloadable content.\n   *\n   * When passing `productType: PHYSICAL`, you must also pass `physicalProperties`. When passing `productType: DIGITAL`, you can optionally pass `digitalProperties` in each variant.\n   * @immutable\n   */\n  productType?: ProductTypeWithLiterals;\n  /**\n   * A unique human-friendly identifier for the product.\n   *\n   * Unlike the auto-generated `id`, the handle can be set when creating a product. This is useful when re-importing products from other systems, as it provides a stable identifier across platforms. If not provided during creation, one is automatically generated. Can't be changed after creation.\n   * @minLength 1\n   * @maxLength 100\n   * @readonly\n   */\n  handle?: string | null;\n  /**\n   * Currency used for the pricing of this product, in [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217#List_of_ISO_4217_currency_codes) format.\n   *\n   * Defaults to the currency defined in the site settings, unless specified in the request's `x-wix-currency` header.\n   * > **Note:** Returned only when you pass `\"CURRENCY\"` to the `fields` array in Products API requests.\n   * @format CURRENCY\n   * @readonly\n   */\n  currency?: string | null;\n  /**\n   * Breadcrumbs of the `mainCategoryId`. Used to navigate to parent [categories](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/categories/introduction). Useful for building navigation UI and for SEO purposes.\n   * > **Note:** Returned only when you pass `\"BREADCRUMBS_INFO\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  breadcrumbsInfo?: BreadcrumbsInfo;\n  /**\n   * Minimum and maximum current selling prices across all product variants.\n   * @readonly\n   */\n  actualPriceRange?: PriceRange;\n  /**\n   * Minimum and maximum compare-at prices (original prices before discounts) across all product variants. Used to show savings to customers.\n   * @readonly\n   */\n  compareAtPriceRange?: PriceRange;\n  /**\n   * Product variants. Each variant represents a specific purchasable version of a product defined by option choices.\n   *\n   * Each variant must reference all product options via its `choices` array, using `optionChoiceNames` in requests.\n   * You must explicitly provide each variant when creating products with options.\n   *\n   * For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   */\n  variantsInfo?: VariantsInfo;\n  /** Purchase eligibility settings for the product. */\n  purchaseEligibility?: PurchaseEligibility;\n  /**\n   * Additional [ribbons](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/ribbons-v3/introduction) displayed on the product, beyond the primary `ribbon`.\n   *\n   * Use this field to highlight multiple product attributes at once, for example combining a \"New\" ribbon with a \"Sale\" ribbon. Both the primary and additional ribbons are rendered on product cards and on the product page.\n   *\n   * Each entry follows the same assignment rules as `ribbon`:\n   * + Pass `additionalRibbons.name` to add a new ribbon while creating or updating the product.\n   * + Pass an existing ribbon's `id` or `name` to assign that ribbon to the product.\n   *\n   * A ribbon can be assigned to a product at most once: the same ribbon can't appear more than once in `additionalRibbons`, and a ribbon set as `ribbon` can't also appear in `additionalRibbons`.\n   *\n   * Supports up to 4 additional ribbons per product.\n   * @maxSize 4\n   */\n  additionalRibbons?: Ribbon[];\n  /**\n   * Custom extended fields for the product object.\n   *\n   * [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions) must be configured in the app dashboard before they can be accessed with API calls.\n   */\n  extendedFields?: ExtendedFields;\n  /** Tags */\n  tags?: Tags;\n  /**\n   * Product subscriptions.\n   *\n   * Subscription discounts are defined at the product level but apply to each variant's `actualPrice`. This means the final subscription price varies per variant based on the variant's base price.\n   */\n  subscriptionDetails?: SubscriptionDetails;\n  /**\n   * The total number of variants for the product.\n   * @readonly\n   */\n  variantSummary?: VariantSummary;\n}\n\n/** @oneof */\nexport interface V3ProductTypedPropertiesOneOf {\n  /**\n   * Physical properties.\n   *\n   * Required when `productType: PHYSICAL`.\n   */\n  physicalProperties?: PhysicalProperties;\n}\n\nexport interface PageUrlV2 {\n  /** The relative path for the page within the site. For example, `/product-page/a-product`. */\n  relativePath?: string;\n  /** The page's full URL. For example, `https://mysite.com/product-page/a-product`. */\n  url?: string | null;\n}\n\nexport interface RichContent {\n  /** Node objects representing a rich content document. */\n  nodes?: Node[];\n  /** Object metadata. */\n  metadata?: Metadata;\n  /** Global styling for header, paragraph, block quote, and code block nodes in the object. */\n  documentStyle?: DocumentStyle;\n}\n\nexport interface Node extends NodeDataOneOf {\n  /** Data for a button node. */\n  buttonData?: ButtonData;\n  /** Data for a code block node. */\n  codeBlockData?: CodeBlockData;\n  /** Data for a divider node. */\n  dividerData?: DividerData;\n  /** Data for a file node. */\n  fileData?: FileData;\n  /** Data for a gallery node. */\n  galleryData?: GalleryData;\n  /** Data for a GIF node. */\n  gifData?: GIFData;\n  /** Data for a heading node. */\n  headingData?: HeadingData;\n  /** Data for an embedded HTML node. */\n  htmlData?: HTMLData;\n  /** Data for an image node. */\n  imageData?: ImageData;\n  /** Data for a link preview node. */\n  linkPreviewData?: LinkPreviewData;\n  /** @deprecated */\n  mapData?: MapData;\n  /** Data for a paragraph node. */\n  paragraphData?: ParagraphData;\n  /** Data for a poll node. */\n  pollData?: PollData;\n  /** Data for a text node. Used to apply decorations to text. */\n  textData?: TextData;\n  /** Data for an app embed node. */\n  appEmbedData?: AppEmbedData;\n  /** Data for a video node. */\n  videoData?: VideoData;\n  /** Data for an oEmbed node. */\n  embedData?: EmbedData;\n  /** Data for a collapsible list node. */\n  collapsibleListData?: CollapsibleListData;\n  /** Data for a table node. */\n  tableData?: TableData;\n  /** Data for a table cell node. */\n  tableCellData?: TableCellData;\n  /** Data for a custom external node. */\n  externalData?: Record<string, any> | null;\n  /** Data for an audio node. */\n  audioData?: AudioData;\n  /** Data for an ordered list node. */\n  orderedListData?: OrderedListData;\n  /** Data for a bulleted list node. */\n  bulletedListData?: BulletedListData;\n  /** Data for a block quote node. */\n  blockquoteData?: BlockquoteData;\n  /** Data for a caption node. */\n  captionData?: CaptionData;\n  /** Data for a layout node. Reserved for future use. */\n  layoutData?: LayoutData;\n  /** Data for a cell node. */\n  layoutCellData?: LayoutCellData;\n  /** Data for a shape node. */\n  shapeData?: ShapeData;\n  /** Data for a card node. */\n  cardData?: CardData;\n  /** Data for a table of contents node. */\n  tocData?: TocData;\n  /** Data for a smart block node. */\n  smartBlockData?: SmartBlockData;\n  /** Data for a smart block cell node. */\n  smartBlockCellData?: SmartBlockCellData;\n  /** Data for a checkbox list node. */\n  checkboxListData?: CheckboxListData;\n  /** Data for a list item node. */\n  listItemData?: ListItemNodeData;\n  /** Node type. Use `APP_EMBED` for nodes that embed content from other Wix apps. Use `EMBED` to embed content in [oEmbed](https://oembed.com/) format. */\n  type?: NodeTypeWithLiterals;\n  /** Node ID. */\n  id?: string;\n  /** A list of child nodes. */\n  nodes?: Node[];\n  /** Padding and background color styling for the node. */\n  style?: NodeStyle;\n}\n\n/** @oneof */\nexport interface NodeDataOneOf {\n  /** Data for a button node. */\n  buttonData?: ButtonData;\n  /** Data for a code block node. */\n  codeBlockData?: CodeBlockData;\n  /** Data for a divider node. */\n  dividerData?: DividerData;\n  /** Data for a file node. */\n  fileData?: FileData;\n  /** Data for a gallery node. */\n  galleryData?: GalleryData;\n  /** Data for a GIF node. */\n  gifData?: GIFData;\n  /** Data for a heading node. */\n  headingData?: HeadingData;\n  /** Data for an embedded HTML node. */\n  htmlData?: HTMLData;\n  /** Data for an image node. */\n  imageData?: ImageData;\n  /** Data for a link preview node. */\n  linkPreviewData?: LinkPreviewData;\n  /** @deprecated */\n  mapData?: MapData;\n  /** Data for a paragraph node. */\n  paragraphData?: ParagraphData;\n  /** Data for a poll node. */\n  pollData?: PollData;\n  /** Data for a text node. Used to apply decorations to text. */\n  textData?: TextData;\n  /** Data for an app embed node. */\n  appEmbedData?: AppEmbedData;\n  /** Data for a video node. */\n  videoData?: VideoData;\n  /** Data for an oEmbed node. */\n  embedData?: EmbedData;\n  /** Data for a collapsible list node. */\n  collapsibleListData?: CollapsibleListData;\n  /** Data for a table node. */\n  tableData?: TableData;\n  /** Data for a table cell node. */\n  tableCellData?: TableCellData;\n  /** Data for a custom external node. */\n  externalData?: Record<string, any> | null;\n  /** Data for an audio node. */\n  audioData?: AudioData;\n  /** Data for an ordered list node. */\n  orderedListData?: OrderedListData;\n  /** Data for a bulleted list node. */\n  bulletedListData?: BulletedListData;\n  /** Data for a block quote node. */\n  blockquoteData?: BlockquoteData;\n  /** Data for a caption node. */\n  captionData?: CaptionData;\n  /** Data for a layout node. Reserved for future use. */\n  layoutData?: LayoutData;\n  /** Data for a cell node. */\n  layoutCellData?: LayoutCellData;\n  /** Data for a shape node. */\n  shapeData?: ShapeData;\n  /** Data for a card node. */\n  cardData?: CardData;\n  /** Data for a table of contents node. */\n  tocData?: TocData;\n  /** Data for a smart block node. */\n  smartBlockData?: SmartBlockData;\n  /** Data for a smart block cell node. */\n  smartBlockCellData?: SmartBlockCellData;\n  /** Data for a checkbox list node. */\n  checkboxListData?: CheckboxListData;\n  /** Data for a list item node. */\n  listItemData?: ListItemNodeData;\n}\n\nexport enum NodeType {\n  PARAGRAPH = 'PARAGRAPH',\n  TEXT = 'TEXT',\n  HEADING = 'HEADING',\n  BULLETED_LIST = 'BULLETED_LIST',\n  ORDERED_LIST = 'ORDERED_LIST',\n  LIST_ITEM = 'LIST_ITEM',\n  BLOCKQUOTE = 'BLOCKQUOTE',\n  CODE_BLOCK = 'CODE_BLOCK',\n  VIDEO = 'VIDEO',\n  DIVIDER = 'DIVIDER',\n  FILE = 'FILE',\n  GALLERY = 'GALLERY',\n  GIF = 'GIF',\n  HTML = 'HTML',\n  IMAGE = 'IMAGE',\n  LINK_PREVIEW = 'LINK_PREVIEW',\n  /** @deprecated */\n  MAP = 'MAP',\n  POLL = 'POLL',\n  APP_EMBED = 'APP_EMBED',\n  BUTTON = 'BUTTON',\n  COLLAPSIBLE_LIST = 'COLLAPSIBLE_LIST',\n  TABLE = 'TABLE',\n  EMBED = 'EMBED',\n  COLLAPSIBLE_ITEM = 'COLLAPSIBLE_ITEM',\n  COLLAPSIBLE_ITEM_TITLE = 'COLLAPSIBLE_ITEM_TITLE',\n  COLLAPSIBLE_ITEM_BODY = 'COLLAPSIBLE_ITEM_BODY',\n  TABLE_CELL = 'TABLE_CELL',\n  TABLE_ROW = 'TABLE_ROW',\n  EXTERNAL = 'EXTERNAL',\n  AUDIO = 'AUDIO',\n  CAPTION = 'CAPTION',\n  LAYOUT = 'LAYOUT',\n  LAYOUT_CELL = 'LAYOUT_CELL',\n  SHAPE = 'SHAPE',\n  CARD = 'CARD',\n  TOC = 'TOC',\n  SMART_BLOCK = 'SMART_BLOCK',\n  SMART_BLOCK_CELL = 'SMART_BLOCK_CELL',\n  CHECKBOX_LIST = 'CHECKBOX_LIST',\n}\n\n/** @enumType */\nexport type NodeTypeWithLiterals =\n  | NodeType\n  | 'PARAGRAPH'\n  | 'TEXT'\n  | 'HEADING'\n  | 'BULLETED_LIST'\n  | 'ORDERED_LIST'\n  | 'LIST_ITEM'\n  | 'BLOCKQUOTE'\n  | 'CODE_BLOCK'\n  | 'VIDEO'\n  | 'DIVIDER'\n  | 'FILE'\n  | 'GALLERY'\n  | 'GIF'\n  | 'HTML'\n  | 'IMAGE'\n  | 'LINK_PREVIEW'\n  | 'MAP'\n  | 'POLL'\n  | 'APP_EMBED'\n  | 'BUTTON'\n  | 'COLLAPSIBLE_LIST'\n  | 'TABLE'\n  | 'EMBED'\n  | 'COLLAPSIBLE_ITEM'\n  | 'COLLAPSIBLE_ITEM_TITLE'\n  | 'COLLAPSIBLE_ITEM_BODY'\n  | 'TABLE_CELL'\n  | 'TABLE_ROW'\n  | 'EXTERNAL'\n  | 'AUDIO'\n  | 'CAPTION'\n  | 'LAYOUT'\n  | 'LAYOUT_CELL'\n  | 'SHAPE'\n  | 'CARD'\n  | 'TOC'\n  | 'SMART_BLOCK'\n  | 'SMART_BLOCK_CELL'\n  | 'CHECKBOX_LIST';\n\nexport interface NodeStyle {\n  /** The top padding value in pixels. */\n  paddingTop?: string | null;\n  /** The bottom padding value in pixels. */\n  paddingBottom?: string | null;\n  /** The background color as a hexadecimal value. */\n  backgroundColor?: string | null;\n}\n\nexport interface ButtonData {\n  /** Styling for the button's container. */\n  containerData?: PluginContainerData;\n  /** The button type. */\n  type?: ButtonDataTypeWithLiterals;\n  /** Styling for the button. */\n  styles?: Styles;\n  /** The text to display on the button. */\n  text?: string | null;\n  /** Button link details. */\n  link?: Link;\n}\n\nexport interface Border {\n  /**\n   * Deprecated: Use `borderWidth` in `styles` instead.\n   * @deprecated\n   */\n  width?: number | null;\n  /**\n   * Deprecated: Use `borderRadius` in `styles` instead.\n   * @deprecated\n   */\n  radius?: number | null;\n}\n\nexport interface Colors {\n  /**\n   * Deprecated: Use `textColor` in `styles` instead.\n   * @deprecated\n   */\n  text?: string | null;\n  /**\n   * Deprecated: Use `borderColor` in `styles` instead.\n   * @deprecated\n   */\n  border?: string | null;\n  /**\n   * Deprecated: Use `backgroundColor` in `styles` instead.\n   * @deprecated\n   */\n  background?: string | null;\n}\n\nexport interface PluginContainerData {\n  /** The width of the node when it's displayed. */\n  width?: PluginContainerDataWidth;\n  /** The node's alignment within its container. */\n  alignment?: PluginContainerDataAlignmentWithLiterals;\n  /** Spoiler cover settings for the node. */\n  spoiler?: Spoiler;\n  /** The height of the node when it's displayed. */\n  height?: Height;\n  /** Sets whether text should wrap around this node when it's displayed. If `textWrap` is `false`, the node takes up the width of its container. Defaults to `true` for all node types except 'DIVIVDER' where it defaults to `false`. */\n  textWrap?: boolean | null;\n}\n\nexport enum WidthType {\n  /** Width matches the content width */\n  CONTENT = 'CONTENT',\n  /** Small Width */\n  SMALL = 'SMALL',\n  /** Width will match the original asset width */\n  ORIGINAL = 'ORIGINAL',\n  /** coast-to-coast display */\n  FULL_WIDTH = 'FULL_WIDTH',\n}\n\n/** @enumType */\nexport type WidthTypeWithLiterals =\n  | WidthType\n  | 'CONTENT'\n  | 'SMALL'\n  | 'ORIGINAL'\n  | 'FULL_WIDTH';\n\nexport interface PluginContainerDataWidth\n  extends PluginContainerDataWidthDataOneOf {\n  /**\n   * One of the following predefined width options:\n   * `CONTENT`: The width of the container matches the content width.\n   * `SMALL`: A small width.\n   * `ORIGINAL`: For `imageData` containers only. The width of the container matches the original image width.\n   * `FULL_WIDTH`: For `imageData` containers only. The image container takes up the full width of the screen.\n   */\n  size?: WidthTypeWithLiterals;\n  /** A custom width value in pixels. */\n  custom?: string | null;\n}\n\n/** @oneof */\nexport interface PluginContainerDataWidthDataOneOf {\n  /**\n   * One of the following predefined width options:\n   * `CONTENT`: The width of the container matches the content width.\n   * `SMALL`: A small width.\n   * `ORIGINAL`: For `imageData` containers only. The width of the container matches the original image width.\n   * `FULL_WIDTH`: For `imageData` containers only. The image container takes up the full width of the screen.\n   */\n  size?: WidthTypeWithLiterals;\n  /** A custom width value in pixels. */\n  custom?: string | null;\n}\n\nexport enum PluginContainerDataAlignment {\n  /** Center Alignment */\n  CENTER = 'CENTER',\n  /** Left Alignment */\n  LEFT = 'LEFT',\n  /** Right Alignment */\n  RIGHT = 'RIGHT',\n}\n\n/** @enumType */\nexport type PluginContainerDataAlignmentWithLiterals =\n  | PluginContainerDataAlignment\n  | 'CENTER'\n  | 'LEFT'\n  | 'RIGHT';\n\nexport interface Spoiler {\n  /** Sets whether the spoiler cover is enabled for this node. Defaults to `false`. */\n  enabled?: boolean | null;\n  /** The description displayed on top of the spoiler cover. */\n  description?: string | null;\n  /** The text for the button used to remove the spoiler cover. */\n  buttonText?: string | null;\n}\n\nexport interface Height {\n  /** A custom height value in pixels. */\n  custom?: string | null;\n}\n\nexport enum ButtonDataType {\n  /** Regular link button */\n  LINK = 'LINK',\n  /** Triggers custom action that is defined in plugin configuration by the consumer */\n  ACTION = 'ACTION',\n}\n\n/** @enumType */\nexport type ButtonDataTypeWithLiterals = ButtonDataType | 'LINK' | 'ACTION';\n\nexport interface Styles {\n  /**\n   * Deprecated: Use `borderWidth` and `borderRadius` instead.\n   * @deprecated\n   */\n  border?: Border;\n  /**\n   * Deprecated: Use `textColor`, `borderColor` and `backgroundColor` instead.\n   * @deprecated\n   */\n  colors?: Colors;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /**\n   * Deprecated: Use `borderWidth` for normal/hover states instead.\n   * @deprecated\n   */\n  borderWidthHover?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /**\n   * Border color as a hexadecimal value (hover state).\n   * @maxLength 19\n   */\n  borderColorHover?: string | null;\n  /**\n   * Text color as a hexadecimal value.\n   * @maxLength 19\n   */\n  textColor?: string | null;\n  /**\n   * Text color as a hexadecimal value (hover state).\n   * @maxLength 19\n   */\n  textColorHover?: string | null;\n  /**\n   * Deprecated: Use `background` instead.\n   * @maxLength 19\n   * @deprecated\n   */\n  backgroundColor?: string | null;\n  /**\n   * Deprecated: Use `backgroundHover` instead.\n   * @maxLength 19\n   * @deprecated\n   */\n  backgroundColorHover?: string | null;\n  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */\n  buttonSize?: string | null;\n  /** Background styling (color or gradient). */\n  background?: Background;\n  /** Background styling for hover state (color or gradient). */\n  backgroundHover?: Background;\n}\n\nexport interface Link extends LinkDataOneOf {\n  /** The absolute URL for the linked document. */\n  url?: string;\n  /** The target node's ID. Used for linking to another node in this object. */\n  anchor?: string;\n  /**\n   * he HTML `target` attribute value for the link. This property defines where the linked document opens as follows:\n   * `SELF` - Default. Opens the linked document in the same frame as the link.\n   * `BLANK` - Opens the linked document in a new browser tab or window.\n   * `PARENT` - Opens the linked document in the link's parent frame.\n   * `TOP` - Opens the linked document in the full body of the link's browser tab or window.\n   */\n  target?: TargetWithLiterals;\n  /** The HTML `rel` attribute value for the link. This object specifies the relationship between the current document and the linked document. */\n  rel?: Rel;\n  /** A serialized object used for a custom or external link panel. */\n  customData?: string | null;\n}\n\n/** @oneof */\nexport interface LinkDataOneOf {\n  /** The absolute URL for the linked document. */\n  url?: string;\n  /** The target node's ID. Used for linking to another node in this object. */\n  anchor?: string;\n}\n\nexport enum Target {\n  /** Opens the linked document in the same frame as it was clicked (this is default) */\n  SELF = 'SELF',\n  /** Opens the linked document in a new window or tab */\n  BLANK = 'BLANK',\n  /** Opens the linked document in the parent frame */\n  PARENT = 'PARENT',\n  /** Opens the linked document in the full body of the window */\n  TOP = 'TOP',\n}\n\n/** @enumType */\nexport type TargetWithLiterals = Target | 'SELF' | 'BLANK' | 'PARENT' | 'TOP';\n\nexport interface Rel {\n  /** Indicates to search engine crawlers not to follow the link. Defaults to `false`. */\n  nofollow?: boolean | null;\n  /** Indicates to search engine crawlers that the link is a paid placement such as sponsored content or an advertisement. Defaults to `false`. */\n  sponsored?: boolean | null;\n  /** Indicates that this link is user-generated content and isn't necessarily trusted or endorsed by the page’s author. For example, a link in a fourm post. Defaults to `false`. */\n  ugc?: boolean | null;\n  /** Indicates that this link protect referral information from being passed to the target website. */\n  noreferrer?: boolean | null;\n}\n\nexport interface CodeBlockData {\n  /** Styling for the code block's text. */\n  textStyle?: TextStyle;\n}\n\nexport interface TextStyle {\n  /** Text alignment. Defaults to `AUTO`. */\n  textAlignment?: TextAlignmentWithLiterals;\n  /** A CSS `line-height` value for the text expressed as a ratio relative to the font size. For example, if the font size is 20px, a `lineHeight` value of `'1.5'`` results in a line height of 30px. */\n  lineHeight?: string | null;\n}\n\nexport enum TextAlignment {\n  /** browser default, eqivalent to `initial` */\n  AUTO = 'AUTO',\n  /** Left align */\n  LEFT = 'LEFT',\n  /** Right align */\n  RIGHT = 'RIGHT',\n  /** Center align */\n  CENTER = 'CENTER',\n  /** Text is spaced to line up its left and right edges to the left and right edges of the line box, except for the last line */\n  JUSTIFY = 'JUSTIFY',\n}\n\n/** @enumType */\nexport type TextAlignmentWithLiterals =\n  | TextAlignment\n  | 'AUTO'\n  | 'LEFT'\n  | 'RIGHT'\n  | 'CENTER'\n  | 'JUSTIFY';\n\nexport interface DividerData {\n  /** Styling for the divider's container. */\n  containerData?: PluginContainerData;\n  /** Divider line style. */\n  lineStyle?: LineStyleWithLiterals;\n  /** Divider width. */\n  width?: WidthWithLiterals;\n  /** Divider alignment. */\n  alignment?: DividerDataAlignmentWithLiterals;\n}\n\nexport enum LineStyle {\n  /** Single Line */\n  SINGLE = 'SINGLE',\n  /** Double Line */\n  DOUBLE = 'DOUBLE',\n  /** Dashed Line */\n  DASHED = 'DASHED',\n  /** Dotted Line */\n  DOTTED = 'DOTTED',\n}\n\n/** @enumType */\nexport type LineStyleWithLiterals =\n  | LineStyle\n  | 'SINGLE'\n  | 'DOUBLE'\n  | 'DASHED'\n  | 'DOTTED';\n\nexport enum Width {\n  /** Large line */\n  LARGE = 'LARGE',\n  /** Medium line */\n  MEDIUM = 'MEDIUM',\n  /** Small line */\n  SMALL = 'SMALL',\n}\n\n/** @enumType */\nexport type WidthWithLiterals = Width | 'LARGE' | 'MEDIUM' | 'SMALL';\n\nexport enum DividerDataAlignment {\n  /** Center alignment */\n  CENTER = 'CENTER',\n  /** Left alignment */\n  LEFT = 'LEFT',\n  /** Right alignment */\n  RIGHT = 'RIGHT',\n}\n\n/** @enumType */\nexport type DividerDataAlignmentWithLiterals =\n  | DividerDataAlignment\n  | 'CENTER'\n  | 'LEFT'\n  | 'RIGHT';\n\nexport interface FileData {\n  /** Styling for the file's container. */\n  containerData?: PluginContainerData;\n  /** The source for the file's data. */\n  src?: FileSource;\n  /** File name. */\n  name?: string | null;\n  /** File type. */\n  type?: string | null;\n  /**\n   * Use `sizeInKb` instead.\n   * @deprecated\n   */\n  size?: number | null;\n  /** Settings for PDF files. */\n  pdfSettings?: PDFSettings;\n  /** File MIME type. */\n  mimeType?: string | null;\n  /** File path. */\n  path?: string | null;\n  /** File size in KB. */\n  sizeInKb?: string | null;\n}\n\nexport enum ViewMode {\n  /** No PDF view */\n  NONE = 'NONE',\n  /** Full PDF view */\n  FULL = 'FULL',\n  /** Mini PDF view */\n  MINI = 'MINI',\n}\n\n/** @enumType */\nexport type ViewModeWithLiterals = ViewMode | 'NONE' | 'FULL' | 'MINI';\n\nexport interface FileSource extends FileSourceDataOneOf {\n  /** The absolute URL for the file's source. */\n  url?: string | null;\n  /**\n   * Custom ID. Use `id` instead.\n   * @deprecated\n   */\n  custom?: string | null;\n  /** An ID that's resolved to a URL by a resolver function. */\n  id?: string | null;\n  /** Indicates whether the file's source is private. Defaults to `false`. */\n  private?: boolean | null;\n}\n\n/** @oneof */\nexport interface FileSourceDataOneOf {\n  /** The absolute URL for the file's source. */\n  url?: string | null;\n  /**\n   * Custom ID. Use `id` instead.\n   * @deprecated\n   */\n  custom?: string | null;\n  /** An ID that's resolved to a URL by a resolver function. */\n  id?: string | null;\n}\n\nexport interface PDFSettings {\n  /**\n   * PDF view mode. One of the following:\n   * `NONE` : The PDF isn't displayed.\n   * `FULL` : A full page view of the PDF is displayed.\n   * `MINI` : A mini view of the PDF is displayed.\n   */\n  viewMode?: ViewModeWithLiterals;\n  /** Sets whether the PDF download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Sets whether the PDF print button is disabled. Defaults to `false`. */\n  disablePrint?: boolean | null;\n}\n\nexport interface GalleryData {\n  /** Styling for the gallery's container. */\n  containerData?: PluginContainerData;\n  /** The items in the gallery. */\n  items?: Item[];\n  /** Options for defining the gallery's appearance. */\n  options?: GalleryOptions;\n  /** Sets whether the gallery's expand button is disabled. Defaults to `false`. */\n  disableExpand?: boolean | null;\n  /** Sets whether the gallery's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n}\n\nexport interface V1Media {\n  /** The source for the media's data. */\n  src?: FileSource;\n  /** Media width in pixels. */\n  width?: number | null;\n  /** Media height in pixels. */\n  height?: number | null;\n  /** Media duration in seconds. Only relevant for audio and video files. */\n  duration?: number | null;\n}\n\nexport interface ItemImage {\n  /** Image file details. */\n  media?: V1Media;\n  /** Link details for images that are links. */\n  link?: Link;\n}\n\nexport interface Video {\n  /** Video file details. */\n  media?: V1Media;\n  /** Video thumbnail file details. */\n  thumbnail?: V1Media;\n}\n\nexport interface Item extends ItemDataOneOf {\n  /** An image item. */\n  image?: ItemImage;\n  /** A video item. */\n  video?: Video;\n  /** Item title. */\n  title?: string | null;\n  /** Item's alternative text. */\n  altText?: string | null;\n}\n\n/** @oneof */\nexport interface ItemDataOneOf {\n  /** An image item. */\n  image?: ItemImage;\n  /** A video item. */\n  video?: Video;\n}\n\nexport interface GalleryOptions {\n  /** Gallery layout. */\n  layout?: GalleryOptionsLayout;\n  /** Styling for gallery items. */\n  item?: ItemStyle;\n  /** Styling for gallery thumbnail images. */\n  thumbnails?: Thumbnails;\n}\n\nexport enum LayoutType {\n  /** Collage type */\n  COLLAGE = 'COLLAGE',\n  /** Masonry type */\n  MASONRY = 'MASONRY',\n  /** Grid type */\n  GRID = 'GRID',\n  /** Thumbnail type */\n  THUMBNAIL = 'THUMBNAIL',\n  /** Slider type */\n  SLIDER = 'SLIDER',\n  /** Slideshow type */\n  SLIDESHOW = 'SLIDESHOW',\n  /** Panorama type */\n  PANORAMA = 'PANORAMA',\n  /** Column type */\n  COLUMN = 'COLUMN',\n  /** Magic type */\n  MAGIC = 'MAGIC',\n  /** Fullsize images type */\n  FULLSIZE = 'FULLSIZE',\n}\n\n/** @enumType */\nexport type LayoutTypeWithLiterals =\n  | LayoutType\n  | 'COLLAGE'\n  | 'MASONRY'\n  | 'GRID'\n  | 'THUMBNAIL'\n  | 'SLIDER'\n  | 'SLIDESHOW'\n  | 'PANORAMA'\n  | 'COLUMN'\n  | 'MAGIC'\n  | 'FULLSIZE';\n\nexport enum Orientation {\n  /** Rows Orientation */\n  ROWS = 'ROWS',\n  /** Columns Orientation */\n  COLUMNS = 'COLUMNS',\n}\n\n/** @enumType */\nexport type OrientationWithLiterals = Orientation | 'ROWS' | 'COLUMNS';\n\nexport enum Crop {\n  /** Crop to fill */\n  FILL = 'FILL',\n  /** Crop to fit */\n  FIT = 'FIT',\n}\n\n/** @enumType */\nexport type CropWithLiterals = Crop | 'FILL' | 'FIT';\n\nexport enum ThumbnailsAlignment {\n  /** Top alignment */\n  TOP = 'TOP',\n  /** Right alignment */\n  RIGHT = 'RIGHT',\n  /** Bottom alignment */\n  BOTTOM = 'BOTTOM',\n  /** Left alignment */\n  LEFT = 'LEFT',\n  /** No thumbnail */\n  NONE = 'NONE',\n}\n\n/** @enumType */\nexport type ThumbnailsAlignmentWithLiterals =\n  | ThumbnailsAlignment\n  | 'TOP'\n  | 'RIGHT'\n  | 'BOTTOM'\n  | 'LEFT'\n  | 'NONE';\n\nexport interface GalleryOptionsLayout {\n  /** Gallery layout type. */\n  type?: LayoutTypeWithLiterals;\n  /** Sets whether horizontal scroll is enabled. Defaults to `true` unless the layout `type` is set to `GRID` or `COLLAGE`. */\n  horizontalScroll?: boolean | null;\n  /** Gallery orientation. */\n  orientation?: OrientationWithLiterals;\n  /** The number of columns to display on full size screens. */\n  numberOfColumns?: number | null;\n  /** The number of columns to display on mobile screens. */\n  mobileNumberOfColumns?: number | null;\n}\n\nexport interface ItemStyle {\n  /** Desirable dimension for each item in pixels (behvaior changes according to gallery type) */\n  targetSize?: number | null;\n  /** Item ratio */\n  ratio?: number | null;\n  /** Sets how item images are cropped. */\n  crop?: CropWithLiterals;\n  /** The spacing between items in pixels. */\n  spacing?: number | null;\n}\n\nexport interface Thumbnails {\n  /** Thumbnail alignment. */\n  placement?: ThumbnailsAlignmentWithLiterals;\n  /** Spacing between thumbnails in pixels. */\n  spacing?: number | null;\n}\n\nexport interface GIFData {\n  /** Styling for the GIF's container. */\n  containerData?: PluginContainerData;\n  /** The source of the full size GIF. */\n  original?: GIF;\n  /** The source of the downsized GIF. */\n  downsized?: GIF;\n  /** Height in pixels. */\n  height?: number;\n  /** Width in pixels. */\n  width?: number;\n  /** Type of GIF (Sticker or NORMAL). Defaults to `NORMAL`. */\n  gifType?: GIFTypeWithLiterals;\n}\n\nexport interface GIF {\n  /**\n   * GIF format URL.\n   * @format WEB_URL\n   */\n  gif?: string | null;\n  /**\n   * MP4 format URL.\n   * @format WEB_URL\n   */\n  mp4?: string | null;\n  /**\n   * Thumbnail URL.\n   * @format WEB_URL\n   */\n  still?: string | null;\n}\n\nexport enum GIFType {\n  NORMAL = 'NORMAL',\n  STICKER = 'STICKER',\n}\n\n/** @enumType */\nexport type GIFTypeWithLiterals = GIFType | 'NORMAL' | 'STICKER';\n\nexport interface HeadingData {\n  /** Heading level from 1-6. */\n  level?: number;\n  /** Styling for the heading text. */\n  textStyle?: TextStyle;\n  /** Indentation level from 1-4. */\n  indentation?: number | null;\n  /** Rendered heading level for SEO/accessibility, overrides the HTML tag when set. */\n  renderedLevel?: number | null;\n}\n\nexport interface HTMLData extends HTMLDataDataOneOf {\n  /** The URL for the HTML code for the node. */\n  url?: string;\n  /** The HTML code for the node. */\n  html?: string;\n  /**\n   * Whether this is an AdSense element. Use `source` instead.\n   * @deprecated\n   */\n  isAdsense?: boolean | null;\n  /** The WixelWidget ID for AI_WIDGET source nodes. */\n  widgetId?: string;\n  /** Styling for the HTML node's container. Height property is irrelevant for HTML embeds when autoHeight is set to `true`. */\n  containerData?: PluginContainerData;\n  /** The type of HTML code. */\n  source?: SourceWithLiterals;\n  /** If container height is aligned with its content height. Defaults to `true`. */\n  autoHeight?: boolean | null;\n}\n\n/** @oneof */\nexport interface HTMLDataDataOneOf {\n  /** The URL for the HTML code for the node. */\n  url?: string;\n  /** The HTML code for the node. */\n  html?: string;\n  /**\n   * Whether this is an AdSense element. Use `source` instead.\n   * @deprecated\n   */\n  isAdsense?: boolean | null;\n  /** The WixelWidget ID for AI_WIDGET source nodes. */\n  widgetId?: string;\n}\n\nexport enum Source {\n  HTML = 'HTML',\n  ADSENSE = 'ADSENSE',\n  AI = 'AI',\n  AI_WIDGET = 'AI_WIDGET',\n}\n\n/** @enumType */\nexport type SourceWithLiterals =\n  | Source\n  | 'HTML'\n  | 'ADSENSE'\n  | 'AI'\n  | 'AI_WIDGET';\n\nexport interface ImageData {\n  /** Styling for the image's container. */\n  containerData?: PluginContainerData;\n  /** Image file details. */\n  image?: V1Media;\n  /** Link details for images that are links. */\n  link?: Link;\n  /** Sets whether the image expands to full screen when clicked. Defaults to `false`. */\n  disableExpand?: boolean | null;\n  /** Image's alternative text. */\n  altText?: string | null;\n  /**\n   * Deprecated: use Caption node instead.\n   * @deprecated\n   */\n  caption?: string | null;\n  /** Sets whether the image's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Sets whether the image is decorative and does not need an explanation. Defaults to `false`. */\n  decorative?: boolean | null;\n  /** Styling for the image. */\n  styles?: ImageDataStyles;\n}\n\nexport interface StylesBorder {\n  /** Border width in pixels. */\n  width?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Border radius in pixels. */\n  radius?: number | null;\n}\n\nexport interface ImageDataStyles {\n  /** Border attributes. */\n  border?: StylesBorder;\n}\n\nexport interface LinkPreviewData {\n  /** Styling for the link preview's container. */\n  containerData?: PluginContainerData;\n  /** Link details. */\n  link?: Link;\n  /** Preview title. */\n  title?: string | null;\n  /** Preview thumbnail URL. */\n  thumbnailUrl?: string | null;\n  /** Preview description. */\n  description?: string | null;\n  /** The preview content as HTML. */\n  html?: string | null;\n  /** Styling for the link preview. */\n  styles?: LinkPreviewDataStyles;\n}\n\nexport enum StylesPosition {\n  /** Thumbnail positioned at the start (left in LTR layouts, right in RTL layouts) */\n  START = 'START',\n  /** Thumbnail positioned at the end (right in LTR layouts, left in RTL layouts) */\n  END = 'END',\n  /** Thumbnail positioned at the top */\n  TOP = 'TOP',\n  /** Thumbnail hidden and not displayed */\n  HIDDEN = 'HIDDEN',\n}\n\n/** @enumType */\nexport type StylesPositionWithLiterals =\n  | StylesPosition\n  | 'START'\n  | 'END'\n  | 'TOP'\n  | 'HIDDEN';\n\nexport interface LinkPreviewDataStyles {\n  /**\n   * Background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  backgroundColor?: string | null;\n  /**\n   * Title color as a hexadecimal value.\n   * @maxLength 19\n   */\n  titleColor?: string | null;\n  /**\n   * Subtitle color as a hexadecimal value.\n   * @maxLength 19\n   */\n  subtitleColor?: string | null;\n  /**\n   * Link color as a hexadecimal value.\n   * @maxLength 19\n   */\n  linkColor?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Position of thumbnail. Defaults to `START`. */\n  thumbnailPosition?: StylesPositionWithLiterals;\n}\n\nexport interface MapData {\n  /** Styling for the map's container. */\n  containerData?: PluginContainerData;\n  /** Map settings. */\n  mapSettings?: MapSettings;\n}\n\nexport interface MapSettings {\n  /** The address to display on the map. */\n  address?: string | null;\n  /** Sets whether the map is draggable. */\n  draggable?: boolean | null;\n  /** Sets whether the location marker is visible. */\n  marker?: boolean | null;\n  /** Sets whether street view control is enabled. */\n  streetViewControl?: boolean | null;\n  /** Sets whether zoom control is enabled. */\n  zoomControl?: boolean | null;\n  /** Location latitude. */\n  lat?: number | null;\n  /** Location longitude. */\n  lng?: number | null;\n  /** Location name. */\n  locationName?: string | null;\n  /** Sets whether view mode control is enabled. */\n  viewModeControl?: boolean | null;\n  /** Initial zoom value. */\n  initialZoom?: number | null;\n  /** Map type. `HYBRID` is a combination of the `ROADMAP` and `SATELLITE` map types. */\n  mapType?: MapTypeWithLiterals;\n}\n\nexport enum MapType {\n  /** Roadmap map type */\n  ROADMAP = 'ROADMAP',\n  /** Satellite map type */\n  SATELITE = 'SATELITE',\n  /** Hybrid map type */\n  HYBRID = 'HYBRID',\n  /** Terrain map type */\n  TERRAIN = 'TERRAIN',\n}\n\n/** @enumType */\nexport type MapTypeWithLiterals =\n  | MapType\n  | 'ROADMAP'\n  | 'SATELITE'\n  | 'HYBRID'\n  | 'TERRAIN';\n\nexport interface ParagraphData {\n  /** Styling for the paragraph text. */\n  textStyle?: TextStyle;\n  /** Indentation level from 1-4. */\n  indentation?: number | null;\n  /** Paragraph level */\n  level?: number | null;\n}\n\nexport interface PollData {\n  /** Styling for the poll's container. */\n  containerData?: PluginContainerData;\n  /** Poll data. */\n  poll?: Poll;\n  /** Layout settings for the poll and voting options. */\n  layout?: PollDataLayout;\n  /** Styling for the poll and voting options. */\n  design?: Design;\n}\n\nexport enum ViewRole {\n  /** Only Poll creator can view the results */\n  CREATOR = 'CREATOR',\n  /** Anyone who voted can see the results */\n  VOTERS = 'VOTERS',\n  /** Anyone can see the results, even if one didn't vote */\n  EVERYONE = 'EVERYONE',\n}\n\n/** @enumType */\nexport type ViewRoleWithLiterals = ViewRole | 'CREATOR' | 'VOTERS' | 'EVERYONE';\n\nexport enum VoteRole {\n  /** Logged in member */\n  SITE_MEMBERS = 'SITE_MEMBERS',\n  /** Anyone */\n  ALL = 'ALL',\n}\n\n/** @enumType */\nexport type VoteRoleWithLiterals = VoteRole | 'SITE_MEMBERS' | 'ALL';\n\nexport interface Permissions {\n  /** Sets who can view the poll results. */\n  view?: ViewRoleWithLiterals;\n  /** Sets who can vote. */\n  vote?: VoteRoleWithLiterals;\n  /** Sets whether one voter can vote multiple times. Defaults to `false`. */\n  allowMultipleVotes?: boolean | null;\n}\n\nexport interface Option {\n  /** Option ID. */\n  id?: string | null;\n  /** Option title. */\n  title?: string | null;\n  /** The image displayed with the option. */\n  image?: V1Media;\n}\n\nexport interface PollSettings {\n  /** Permissions settings for voting. */\n  permissions?: Permissions;\n  /** Sets whether voters are displayed in the vote results. Defaults to `true`. */\n  showVoters?: boolean | null;\n  /** Sets whether the vote count is displayed. Defaults to `true`. */\n  showVotesCount?: boolean | null;\n}\n\nexport enum PollLayoutType {\n  /** List */\n  LIST = 'LIST',\n  /** Grid */\n  GRID = 'GRID',\n}\n\n/** @enumType */\nexport type PollLayoutTypeWithLiterals = PollLayoutType | 'LIST' | 'GRID';\n\nexport enum PollLayoutDirection {\n  /** Left-to-right */\n  LTR = 'LTR',\n  /** Right-to-left */\n  RTL = 'RTL',\n}\n\n/** @enumType */\nexport type PollLayoutDirectionWithLiterals =\n  | PollLayoutDirection\n  | 'LTR'\n  | 'RTL';\n\nexport interface PollLayout {\n  /** The layout for displaying the voting options. */\n  type?: PollLayoutTypeWithLiterals;\n  /** The direction of the text displayed in the voting options. Text can be displayed either right-to-left or left-to-right. */\n  direction?: PollLayoutDirectionWithLiterals;\n  /** Sets whether to display the main poll image. Defaults to `false`. */\n  enableImage?: boolean | null;\n}\n\nexport interface OptionLayout {\n  /** Sets whether to display option images. Defaults to `false`. */\n  enableImage?: boolean | null;\n}\n\nexport enum PollDesignBackgroundType {\n  /** Color background type */\n  COLOR = 'COLOR',\n  /** Image background type */\n  IMAGE = 'IMAGE',\n  /** Gradiant background type */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type PollDesignBackgroundTypeWithLiterals =\n  | PollDesignBackgroundType\n  | 'COLOR'\n  | 'IMAGE'\n  | 'GRADIENT';\n\nexport interface BackgroundGradient {\n  /** The gradient angle in degrees. */\n  angle?: number | null;\n  /**\n   * The start color as a hexademical value.\n   * @maxLength 19\n   */\n  startColor?: string | null;\n  /**\n   * The end color as a hexademical value.\n   * @maxLength 19\n   */\n  lastColor?: string | null;\n}\n\nexport interface PollDesignBackground\n  extends PollDesignBackgroundBackgroundOneOf {\n  /**\n   * The background color as a hexademical value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** An image to use for the background. */\n  image?: V1Media;\n  /** Details for a gradient background. */\n  gradient?: BackgroundGradient;\n  /** Background type. For each option, include the relevant details. */\n  type?: PollDesignBackgroundTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface PollDesignBackgroundBackgroundOneOf {\n  /**\n   * The background color as a hexademical value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** An image to use for the background. */\n  image?: V1Media;\n  /** Details for a gradient background. */\n  gradient?: BackgroundGradient;\n}\n\nexport interface PollDesign {\n  /** Background styling. */\n  background?: PollDesignBackground;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n}\n\nexport interface OptionDesign {\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n}\n\nexport interface Poll {\n  /** Poll ID. */\n  id?: string | null;\n  /** Poll title. */\n  title?: string | null;\n  /** Poll creator ID. */\n  creatorId?: string | null;\n  /** Main poll image. */\n  image?: V1Media;\n  /** Voting options. */\n  options?: Option[];\n  /** The poll's permissions and display settings. */\n  settings?: PollSettings;\n}\n\nexport interface PollDataLayout {\n  /** Poll layout settings. */\n  poll?: PollLayout;\n  /** Voting otpions layout settings. */\n  options?: OptionLayout;\n}\n\nexport interface Design {\n  /** Styling for the poll. */\n  poll?: PollDesign;\n  /** Styling for voting options. */\n  options?: OptionDesign;\n}\n\nexport interface TextData {\n  /** The text to apply decorations to. */\n  text?: string;\n  /** The decorations to apply. */\n  decorations?: Decoration[];\n}\n\n/** Adds appearence changes to text */\nexport interface Decoration extends DecorationDataOneOf {\n  /** Data for an anchor link decoration. */\n  anchorData?: AnchorData;\n  /** Data for a color decoration. */\n  colorData?: ColorData;\n  /** Data for an external link decoration. */\n  linkData?: LinkData;\n  /** Data for a mention decoration. */\n  mentionData?: MentionData;\n  /** Data for a font size decoration. */\n  fontSizeData?: FontSizeData;\n  /** Font weight for a bold decoration. */\n  fontWeightValue?: number | null;\n  /** Data for an italic decoration. Defaults to `true`. */\n  italicData?: boolean | null;\n  /** Data for an underline decoration. Defaults to `true`. */\n  underlineData?: boolean | null;\n  /** Data for a spoiler decoration. */\n  spoilerData?: SpoilerData;\n  /** Data for a strikethrough decoration. Defaults to `true`. */\n  strikethroughData?: boolean | null;\n  /** Data for a superscript decoration. Defaults to `true`. */\n  superscriptData?: boolean | null;\n  /** Data for a subscript decoration. Defaults to `true`. */\n  subscriptData?: boolean | null;\n  /** Data for a font family decoration. */\n  fontFamilyData?: FontFamilyData;\n  /** Data for a hand-drawn sketch annotation decoration. */\n  sketchData?: SketchData;\n  /** The type of decoration to apply. */\n  type?: DecorationTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface DecorationDataOneOf {\n  /** Data for an anchor link decoration. */\n  anchorData?: AnchorData;\n  /** Data for a color decoration. */\n  colorData?: ColorData;\n  /** Data for an external link decoration. */\n  linkData?: LinkData;\n  /** Data for a mention decoration. */\n  mentionData?: MentionData;\n  /** Data for a font size decoration. */\n  fontSizeData?: FontSizeData;\n  /** Font weight for a bold decoration. */\n  fontWeightValue?: number | null;\n  /** Data for an italic decoration. Defaults to `true`. */\n  italicData?: boolean | null;\n  /** Data for an underline decoration. Defaults to `true`. */\n  underlineData?: boolean | null;\n  /** Data for a spoiler decoration. */\n  spoilerData?: SpoilerData;\n  /** Data for a strikethrough decoration. Defaults to `true`. */\n  strikethroughData?: boolean | null;\n  /** Data for a superscript decoration. Defaults to `true`. */\n  superscriptData?: boolean | null;\n  /** Data for a subscript decoration. Defaults to `true`. */\n  subscriptData?: boolean | null;\n  /** Data for a font family decoration. */\n  fontFamilyData?: FontFamilyData;\n  /** Data for a hand-drawn sketch annotation decoration. */\n  sketchData?: SketchData;\n}\n\nexport enum DecorationType {\n  BOLD = 'BOLD',\n  ITALIC = 'ITALIC',\n  UNDERLINE = 'UNDERLINE',\n  SPOILER = 'SPOILER',\n  ANCHOR = 'ANCHOR',\n  MENTION = 'MENTION',\n  LINK = 'LINK',\n  COLOR = 'COLOR',\n  FONT_SIZE = 'FONT_SIZE',\n  EXTERNAL = 'EXTERNAL',\n  STRIKETHROUGH = 'STRIKETHROUGH',\n  SUPERSCRIPT = 'SUPERSCRIPT',\n  SUBSCRIPT = 'SUBSCRIPT',\n  FONT_FAMILY = 'FONT_FAMILY',\n  SKETCH = 'SKETCH',\n}\n\n/** @enumType */\nexport type DecorationTypeWithLiterals =\n  | DecorationType\n  | 'BOLD'\n  | 'ITALIC'\n  | 'UNDERLINE'\n  | 'SPOILER'\n  | 'ANCHOR'\n  | 'MENTION'\n  | 'LINK'\n  | 'COLOR'\n  | 'FONT_SIZE'\n  | 'EXTERNAL'\n  | 'STRIKETHROUGH'\n  | 'SUPERSCRIPT'\n  | 'SUBSCRIPT'\n  | 'FONT_FAMILY'\n  | 'SKETCH';\n\nexport interface AnchorData {\n  /** The target node's ID. */\n  anchor?: string;\n}\n\nexport interface ColorData {\n  /** The text's background color as a hexadecimal value. */\n  background?: string | null;\n  /** The text's foreground color as a hexadecimal value. */\n  foreground?: string | null;\n}\n\nexport interface LinkData {\n  /** Link details. */\n  link?: Link;\n}\n\nexport interface MentionData {\n  /** The mentioned user's name. */\n  name?: string;\n  /** The version of the user's name that appears after the `@` character in the mention. */\n  slug?: string;\n  /** Mentioned user's ID. */\n  id?: string | null;\n}\n\nexport interface FontSizeData {\n  /** The units used for the font size. */\n  unit?: FontTypeWithLiterals;\n  /** Font size value. */\n  value?: number | null;\n}\n\nexport enum FontType {\n  PX = 'PX',\n  EM = 'EM',\n}\n\n/** @enumType */\nexport type FontTypeWithLiterals = FontType | 'PX' | 'EM';\n\nexport interface SpoilerData {\n  /** Spoiler ID. */\n  id?: string | null;\n}\n\nexport interface FontFamilyData {\n  /** @maxLength 1000 */\n  value?: string | null;\n}\n\nexport interface AppEmbedData extends AppEmbedDataAppDataOneOf {\n  /** Data for embedded Wix Bookings content. */\n  bookingData?: BookingData;\n  /** Data for embedded Wix Events content. */\n  eventData?: EventData;\n  /** The type of Wix App content being embedded. */\n  type?: AppTypeWithLiterals;\n  /** The ID of the embedded content. */\n  itemId?: string | null;\n  /** The name of the embedded content. */\n  name?: string | null;\n  /**\n   * Deprecated: Use `image` instead.\n   * @deprecated\n   */\n  imageSrc?: string | null;\n  /** The URL for the embedded content. */\n  url?: string | null;\n  /** An image for the embedded content. */\n  image?: V1Media;\n  /** Whether to hide the image. */\n  hideImage?: boolean | null;\n  /** Whether to hide the title. */\n  hideTitle?: boolean | null;\n  /** Whether to hide the price. */\n  hidePrice?: boolean | null;\n  /** Whether to hide the description (Event and Booking). */\n  hideDescription?: boolean | null;\n  /** Whether to hide the date and time (Event). */\n  hideDateTime?: boolean | null;\n  /** Whether to hide the location (Event). */\n  hideLocation?: boolean | null;\n  /** Whether to hide the duration (Booking). */\n  hideDuration?: boolean | null;\n  /** Whether to hide the button. */\n  hideButton?: boolean | null;\n  /** Whether to hide the ribbon. */\n  hideRibbon?: boolean | null;\n  /** Button styling options. */\n  buttonStyles?: ButtonStyles;\n  /** Image styling options. */\n  imageStyles?: ImageStyles;\n  /** Ribbon styling options. */\n  ribbonStyles?: RibbonStyles;\n  /** Card styling options. */\n  cardStyles?: CardStyles;\n  /** Styling for the app embed's container. */\n  containerData?: PluginContainerData;\n  /** Pricing data for embedded Wix App content. */\n  pricingData?: PricingData;\n}\n\n/** @oneof */\nexport interface AppEmbedDataAppDataOneOf {\n  /** Data for embedded Wix Bookings content. */\n  bookingData?: BookingData;\n  /** Data for embedded Wix Events content. */\n  eventData?: EventData;\n}\n\nexport enum Position {\n  /** Image positioned at the start (left in LTR layouts, right in RTL layouts) */\n  START = 'START',\n  /** Image positioned at the end (right in LTR layouts, left in RTL layouts) */\n  END = 'END',\n  /** Image positioned at the top */\n  TOP = 'TOP',\n}\n\n/** @enumType */\nexport type PositionWithLiterals = Position | 'START' | 'END' | 'TOP';\n\nexport enum AspectRatio {\n  /** 1:1 aspect ratio */\n  SQUARE = 'SQUARE',\n  /** 16:9 aspect ratio */\n  RECTANGLE = 'RECTANGLE',\n}\n\n/** @enumType */\nexport type AspectRatioWithLiterals = AspectRatio | 'SQUARE' | 'RECTANGLE';\n\nexport enum Resizing {\n  /** Fill the container, may crop the image */\n  FILL = 'FILL',\n  /** Fit the image within the container */\n  FIT = 'FIT',\n}\n\n/** @enumType */\nexport type ResizingWithLiterals = Resizing | 'FILL' | 'FIT';\n\nexport enum Placement {\n  /** Ribbon placed on the image */\n  IMAGE = 'IMAGE',\n  /** Ribbon placed on the product information */\n  PRODUCT_INFO = 'PRODUCT_INFO',\n}\n\n/** @enumType */\nexport type PlacementWithLiterals = Placement | 'IMAGE' | 'PRODUCT_INFO';\n\nexport enum Type {\n  /** Card with visible border and background */\n  CONTAINED = 'CONTAINED',\n  /** Card without visible border */\n  FRAMELESS = 'FRAMELESS',\n}\n\n/** @enumType */\nexport type TypeWithLiterals = Type | 'CONTAINED' | 'FRAMELESS';\n\nexport enum Alignment {\n  /** Content aligned to start (left in LTR layouts, right in RTL layouts) */\n  START = 'START',\n  /** Content centered */\n  CENTER = 'CENTER',\n  /** Content aligned to end (right in LTR layouts, left in RTL layouts) */\n  END = 'END',\n}\n\n/** @enumType */\nexport type AlignmentWithLiterals = Alignment | 'START' | 'CENTER' | 'END';\n\nexport enum Layout {\n  /** Elements stacked vertically */\n  STACKED = 'STACKED',\n  /** Elements arranged horizontally */\n  SIDE_BY_SIDE = 'SIDE_BY_SIDE',\n}\n\n/** @enumType */\nexport type LayoutWithLiterals = Layout | 'STACKED' | 'SIDE_BY_SIDE';\n\nexport enum AppType {\n  PRODUCT = 'PRODUCT',\n  EVENT = 'EVENT',\n  BOOKING = 'BOOKING',\n}\n\n/** @enumType */\nexport type AppTypeWithLiterals = AppType | 'PRODUCT' | 'EVENT' | 'BOOKING';\n\nexport interface BookingData {\n  /** Booking duration in minutes. */\n  durations?: string | null;\n}\n\nexport interface EventData {\n  /** Event schedule. */\n  scheduling?: string | null;\n  /** Event location. */\n  location?: string | null;\n}\n\nexport interface ButtonStyles {\n  /** Text to display on the button. */\n  buttonText?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /**\n   * Text color as a hexadecimal value.\n   * @maxLength 19\n   */\n  textColor?: string | null;\n  /**\n   * Background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  backgroundColor?: string | null;\n  /**\n   * Border color as a hexadecimal value (hover state).\n   * @maxLength 19\n   */\n  borderColorHover?: string | null;\n  /**\n   * Text color as a hexadecimal value (hover state).\n   * @maxLength 19\n   */\n  textColorHover?: string | null;\n  /**\n   * Background color as a hexadecimal value (hover state).\n   * @maxLength 19\n   */\n  backgroundColorHover?: string | null;\n  /** Button size option, one of `SMALL`, `MEDIUM` or `LARGE`. Defaults to `MEDIUM`. */\n  buttonSize?: string | null;\n}\n\nexport interface ImageStyles {\n  /** Whether to hide the image. */\n  hideImage?: boolean | null;\n  /** Position of image. Defaults to `START`. */\n  imagePosition?: PositionWithLiterals;\n  /** Aspect ratio for the image. Defaults to `SQUARE`. */\n  aspectRatio?: AspectRatioWithLiterals;\n  /** How the image should be resized. Defaults to `FILL`. */\n  resizing?: ResizingWithLiterals;\n  /**\n   * Image border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Image border width in pixels. */\n  borderWidth?: number | null;\n  /** Image border radius in pixels. */\n  borderRadius?: number | null;\n}\n\nexport interface RibbonStyles {\n  /** Text to display on the ribbon. */\n  ribbonText?: string | null;\n  /**\n   * Ribbon background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  backgroundColor?: string | null;\n  /**\n   * Ribbon text color as a hexadecimal value.\n   * @maxLength 19\n   */\n  textColor?: string | null;\n  /**\n   * Ribbon border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Ribbon border width in pixels. */\n  borderWidth?: number | null;\n  /** Ribbon border radius in pixels. */\n  borderRadius?: number | null;\n  /** Placement of the ribbon. Defaults to `IMAGE`. */\n  ribbonPlacement?: PlacementWithLiterals;\n}\n\nexport interface CardStyles {\n  /**\n   * Card background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  backgroundColor?: string | null;\n  /**\n   * Card border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Card border width in pixels. */\n  borderWidth?: number | null;\n  /** Card border radius in pixels. */\n  borderRadius?: number | null;\n  /** Card type. Defaults to `CONTAINED`. */\n  type?: TypeWithLiterals;\n  /** Content alignment. Defaults to `START`. */\n  alignment?: AlignmentWithLiterals;\n  /** Layout for title and price. Defaults to `STACKED`. */\n  titlePriceLayout?: LayoutWithLiterals;\n  /**\n   * Title text color as a hexadecimal value.\n   * @maxLength 19\n   */\n  titleColor?: string | null;\n  /**\n   * Text color as a hexadecimal value.\n   * @maxLength 19\n   */\n  textColor?: string | null;\n}\n\nexport interface PricingData {\n  /**\n   * Minimum numeric price value as string (e.g., \"10.99\").\n   * @decimalValue options { maxScale:2 }\n   */\n  valueFrom?: string | null;\n  /**\n   * Maximum numeric price value as string (e.g., \"19.99\").\n   * @decimalValue options { maxScale:2 }\n   */\n  valueTo?: string | null;\n  /**\n   * Numeric price value as string after discount application (e.g., \"15.99\").\n   * @decimalValue options { maxScale:2 }\n   */\n  discountedValue?: string | null;\n  /**\n   * Currency of the value in ISO 4217 format (e.g., \"USD\", \"EUR\").\n   * @format CURRENCY\n   */\n  currency?: string | null;\n  /**\n   * Pricing plan ID.\n   * @format GUID\n   */\n  pricingPlanId?: string | null;\n}\n\nexport interface VideoData {\n  /** Styling for the video's container. */\n  containerData?: PluginContainerData;\n  /** Video details. */\n  video?: V1Media;\n  /** Video thumbnail details. */\n  thumbnail?: V1Media;\n  /** Sets whether the video's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Video title. */\n  title?: string | null;\n  /** Video options. */\n  options?: PlaybackOptions;\n}\n\nexport interface PlaybackOptions {\n  /** Sets whether the media will automatically start playing. */\n  autoPlay?: boolean | null;\n  /** Sets whether media's will be looped. */\n  playInLoop?: boolean | null;\n  /** Sets whether media's controls will be shown. */\n  showControls?: boolean | null;\n}\n\nexport interface EmbedData {\n  /** Styling for the oEmbed node's container. */\n  containerData?: PluginContainerData;\n  /** An [oEmbed](https://www.oembed.com) object. */\n  oembed?: Oembed;\n  /** Origin asset source. */\n  src?: string | null;\n}\n\nexport interface Oembed {\n  /** The resource type. */\n  type?: string | null;\n  /** The width of the resource specified in the `url` property in pixels. */\n  width?: number | null;\n  /** The height of the resource specified in the `url` property in pixels. */\n  height?: number | null;\n  /** Resource title. */\n  title?: string | null;\n  /** The source URL for the resource. */\n  url?: string | null;\n  /** HTML for embedding a video player. The HTML should have no padding or margins. */\n  html?: string | null;\n  /** The name of the author or owner of the resource. */\n  authorName?: string | null;\n  /** The URL for the author or owner of the resource. */\n  authorUrl?: string | null;\n  /** The name of the resource provider. */\n  providerName?: string | null;\n  /** The URL for the resource provider. */\n  providerUrl?: string | null;\n  /** The URL for a thumbnail image for the resource. If this property is defined, `thumbnailWidth` and `thumbnailHeight` must also be defined. */\n  thumbnailUrl?: string | null;\n  /** The width of the resource's thumbnail image. If this property is defined, `thumbnailUrl` and `thumbnailHeight` must also be defined. */\n  thumbnailWidth?: string | null;\n  /** The height of the resource's thumbnail image. If this property is defined, `thumbnailUrl` and `thumbnailWidth`must also be defined. */\n  thumbnailHeight?: string | null;\n  /** The URL for an embedded viedo. */\n  videoUrl?: string | null;\n  /** The oEmbed version number.  This value must be `1.0`. */\n  version?: string | null;\n}\n\nexport interface CollapsibleListData {\n  /** Styling for the collapsible list's container. */\n  containerData?: PluginContainerData;\n  /** If `true`, only one item can be expanded at a time. Defaults to `false`. */\n  expandOnlyOne?: boolean | null;\n  /** Sets which items are expanded when the page loads. */\n  initialExpandedItems?: InitialExpandedItemsWithLiterals;\n  /** The direction of the text in the list. Either left-to-right or right-to-left. */\n  direction?: DirectionWithLiterals;\n  /** If `true`, The collapsible item will appear in search results as an FAQ. */\n  isQapageData?: boolean | null;\n}\n\nexport enum InitialExpandedItems {\n  /** First item will be expended initally */\n  FIRST = 'FIRST',\n  /** All items will expended initally */\n  ALL = 'ALL',\n  /** All items collapsed initally */\n  NONE = 'NONE',\n}\n\n/** @enumType */\nexport type InitialExpandedItemsWithLiterals =\n  | InitialExpandedItems\n  | 'FIRST'\n  | 'ALL'\n  | 'NONE';\n\nexport enum Direction {\n  /** Left-to-right */\n  LTR = 'LTR',\n  /** Right-to-left */\n  RTL = 'RTL',\n}\n\n/** @enumType */\nexport type DirectionWithLiterals = Direction | 'LTR' | 'RTL';\n\nexport interface TableData {\n  /** Styling for the table's container. */\n  containerData?: PluginContainerData;\n  /** The table's dimensions. */\n  dimensions?: TableDataDimensions;\n  /**\n   * Deprecated: Use `rowHeader` and `columnHeader` instead.\n   * @deprecated\n   */\n  header?: boolean | null;\n  /** Sets whether the table's first row is a header. Defaults to `false`. */\n  rowHeader?: boolean | null;\n  /** Sets whether the table's first column is a header. Defaults to `false`. */\n  columnHeader?: boolean | null;\n  /** The spacing between cells in pixels. Defaults to `0`. */\n  cellSpacing?: number | null;\n  /**\n   * Padding in pixels for cells. Follows CSS order: top, right, bottom, left.\n   * @maxSize 4\n   */\n  cellPadding?: number[];\n  /** Table's alternative text. */\n  altText?: string | null;\n}\n\nexport interface TableDataDimensions {\n  /** An array representing relative width of each column in relation to the other columns. */\n  colsWidthRatio?: number[];\n  /** An array representing the height of each row in pixels. */\n  rowsHeight?: number[];\n  /** An array representing the minimum width of each column in pixels. */\n  colsMinWidth?: number[];\n}\n\nexport interface TableCellData {\n  /** Styling for the cell's background color and text alignment. */\n  cellStyle?: CellStyle;\n  /** The cell's border colors. */\n  borderColors?: BorderColors;\n  /** Defines how many columns the cell spans. Default: 1. */\n  colspan?: number | null;\n  /** Defines how many rows the cell spans. Default: 1. */\n  rowspan?: number | null;\n  /** The cell's border widths. */\n  borderWidths?: BorderWidths;\n}\n\nexport enum VerticalAlignment {\n  /** Top alignment */\n  TOP = 'TOP',\n  /** Middle alignment */\n  MIDDLE = 'MIDDLE',\n  /** Bottom alignment */\n  BOTTOM = 'BOTTOM',\n}\n\n/** @enumType */\nexport type VerticalAlignmentWithLiterals =\n  | VerticalAlignment\n  | 'TOP'\n  | 'MIDDLE'\n  | 'BOTTOM';\n\nexport interface CellStyle {\n  /** Vertical alignment for the cell's text. */\n  verticalAlignment?: VerticalAlignmentWithLiterals;\n  /**\n   * Cell background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  backgroundColor?: string | null;\n}\n\nexport interface BorderColors {\n  /**\n   * Left border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  left?: string | null;\n  /**\n   * Right border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  right?: string | null;\n  /**\n   * Top border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  top?: string | null;\n  /**\n   * Bottom border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  bottom?: string | null;\n}\n\nexport interface BorderWidths {\n  /** Left border width in pixels. */\n  left?: number | null;\n  /** Right border width in pixels. */\n  right?: number | null;\n  /** Top border width in pixels. */\n  top?: number | null;\n  /** Bottom border width in pixels. */\n  bottom?: number | null;\n}\n\n/**\n * `NullValue` is a singleton enumeration to represent the null value for the\n * `Value` type union.\n *\n * The JSON representation for `NullValue` is JSON `null`.\n */\nexport enum NullValue {\n  /** Null value. */\n  NULL_VALUE = 'NULL_VALUE',\n}\n\n/** @enumType */\nexport type NullValueWithLiterals = NullValue | 'NULL_VALUE';\n\n/**\n * `ListValue` is a wrapper around a repeated field of values.\n *\n * The JSON representation for `ListValue` is JSON array.\n */\nexport interface ListValue {\n  /** Repeated field of dynamically typed values. */\n  values?: any[];\n}\n\nexport interface AudioData {\n  /** Styling for the audio node's container. */\n  containerData?: PluginContainerData;\n  /** Audio file details. */\n  audio?: V1Media;\n  /** Sets whether the audio node's download button is disabled. Defaults to `false`. */\n  disableDownload?: boolean | null;\n  /** Cover image. */\n  coverImage?: V1Media;\n  /** Track name. */\n  name?: string | null;\n  /** Author name. */\n  authorName?: string | null;\n  /** An HTML version of the audio node. */\n  html?: string | null;\n}\n\nexport interface OrderedListData {\n  /** Indentation level from 0-4. */\n  indentation?: number;\n  /** Offset level from 0-4. */\n  offset?: number | null;\n  /** List start number. */\n  start?: number | null;\n}\n\nexport interface BulletedListData {\n  /** Indentation level from 0-4. */\n  indentation?: number;\n  /** Offset level from 0-4. */\n  offset?: number | null;\n}\n\nexport interface BlockquoteData {\n  /** Indentation level from 1-4. */\n  indentation?: number;\n}\n\nexport interface CaptionData {\n  textStyle?: TextStyle;\n}\n\nexport interface LayoutData {\n  /**\n   * Deprecated: Use `background` instead.\n   * @maxLength 19\n   * @deprecated\n   */\n  backgroundColor?: string | null;\n  /** Background image. */\n  backgroundImage?: LayoutDataBackgroundImage;\n  /**\n   * Border color as a hexadecimal value.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /**\n   * Deprecated: Use `backdrop` instead.\n   * @maxLength 19\n   * @deprecated\n   */\n  backdropColor?: string | null;\n  /** Backdrop image. */\n  backdropImage?: LayoutDataBackgroundImage;\n  /** Backdrop top padding. */\n  backdropPaddingTop?: number | null;\n  /** Backdrop bottom padding */\n  backdropPaddingBottom?: number | null;\n  /** Horizontal and vertical gap between columns */\n  gap?: number | null;\n  /**\n   * Padding in pixels for cells. Follows CSS order: top, right, bottom, left\n   * @maxSize 4\n   */\n  cellPadding?: number[];\n  /** Vertical alignment for the cell's items. */\n  cellVerticalAlignment?: VerticalAlignmentAlignmentWithLiterals;\n  /** Responsiveness behaviour of columns when responsiveness applies. Either stacks or wrappers. */\n  responsivenessBehaviour?: ResponsivenessBehaviourWithLiterals;\n  /** Size in pixels when responsiveness_behaviour applies */\n  responsivenessBreakpoint?: number | null;\n  /** Styling for the layout's container. */\n  containerData?: PluginContainerData;\n  /** Defines where selected design propertied applies to */\n  designTarget?: DesignTargetWithLiterals;\n  /** Banner configuration. When present, this layout is attached to a document edge (top or bottom). */\n  banner?: Banner;\n  /** Background styling (color or gradient). */\n  background?: LayoutDataBackground;\n  /** Backdrop styling (color or gradient). */\n  backdrop?: Backdrop;\n}\n\nexport enum ImageScalingScaling {\n  /** Auto image scaling */\n  AUTO = 'AUTO',\n  /** Contain image scaling */\n  CONTAIN = 'CONTAIN',\n  /** Cover image scaling */\n  COVER = 'COVER',\n}\n\n/** @enumType */\nexport type ImageScalingScalingWithLiterals =\n  | ImageScalingScaling\n  | 'AUTO'\n  | 'CONTAIN'\n  | 'COVER';\n\nexport enum ImagePosition {\n  /** Image positioned at the center */\n  CENTER = 'CENTER',\n  /** Image positioned on the left */\n  CENTER_LEFT = 'CENTER_LEFT',\n  /** Image positioned on the right */\n  CENTER_RIGHT = 'CENTER_RIGHT',\n  /** Image positioned at the center top */\n  TOP = 'TOP',\n  /** Image positioned at the top left */\n  TOP_LEFT = 'TOP_LEFT',\n  /** Image positioned at the top right */\n  TOP_RIGHT = 'TOP_RIGHT',\n  /** Image positioned at the center bottom */\n  BOTTOM = 'BOTTOM',\n  /** Image positioned at the bottom left */\n  BOTTOM_LEFT = 'BOTTOM_LEFT',\n  /** Image positioned at the bottom right */\n  BOTTOM_RIGHT = 'BOTTOM_RIGHT',\n}\n\n/** @enumType */\nexport type ImagePositionWithLiterals =\n  | ImagePosition\n  | 'CENTER'\n  | 'CENTER_LEFT'\n  | 'CENTER_RIGHT'\n  | 'TOP'\n  | 'TOP_LEFT'\n  | 'TOP_RIGHT'\n  | 'BOTTOM'\n  | 'BOTTOM_LEFT'\n  | 'BOTTOM_RIGHT';\n\nexport interface LayoutDataBackgroundImage {\n  /** Background image. */\n  media?: V1Media;\n  /** Background image opacity. */\n  opacity?: number | null;\n  /** Background image scaling. */\n  scaling?: ImageScalingScalingWithLiterals;\n  /** Position of background. Defaults to `CENTER`. */\n  position?: ImagePositionWithLiterals;\n}\n\nexport enum VerticalAlignmentAlignment {\n  /** Top alignment */\n  TOP = 'TOP',\n  /** Middle alignment */\n  MIDDLE = 'MIDDLE',\n  /** Bottom alignment */\n  BOTTOM = 'BOTTOM',\n}\n\n/** @enumType */\nexport type VerticalAlignmentAlignmentWithLiterals =\n  | VerticalAlignmentAlignment\n  | 'TOP'\n  | 'MIDDLE'\n  | 'BOTTOM';\n\nexport enum ResponsivenessBehaviour {\n  /** Stacking of columns */\n  STACK = 'STACK',\n  /** Wrapping of columns */\n  WRAP = 'WRAP',\n}\n\n/** @enumType */\nexport type ResponsivenessBehaviourWithLiterals =\n  | ResponsivenessBehaviour\n  | 'STACK'\n  | 'WRAP';\n\nexport enum DesignTarget {\n  /** Design applied to layout */\n  LAYOUT = 'LAYOUT',\n  /** Design applied to cells */\n  CELL = 'CELL',\n}\n\n/** @enumType */\nexport type DesignTargetWithLiterals = DesignTarget | 'LAYOUT' | 'CELL';\n\nexport interface LayoutCellData {\n  /** Size of the cell in 12 columns grid. */\n  colSpan?: number | null;\n}\n\nexport interface Metadata {\n  /** Schema version. */\n  version?: number;\n  /**\n   * When the object was created.\n   * @readonly\n   * @deprecated\n   */\n  createdTimestamp?: Date | null;\n  /**\n   * When the object was most recently updated.\n   * @deprecated\n   */\n  updatedTimestamp?: Date | null;\n  /** Object ID. */\n  id?: string | null;\n}\n\nexport interface DocumentStyle {\n  /** Styling for H1 nodes. */\n  headerOne?: TextNodeStyle;\n  /** Styling for H2 nodes. */\n  headerTwo?: TextNodeStyle;\n  /** Styling for H3 nodes. */\n  headerThree?: TextNodeStyle;\n  /** Styling for H4 nodes. */\n  headerFour?: TextNodeStyle;\n  /** Styling for H5 nodes. */\n  headerFive?: TextNodeStyle;\n  /** Styling for H6 nodes. */\n  headerSix?: TextNodeStyle;\n  /** Styling for paragraph nodes. */\n  paragraph?: TextNodeStyle;\n  /** Styling for block quote nodes. */\n  blockquote?: TextNodeStyle;\n  /** Styling for code block nodes. */\n  codeBlock?: TextNodeStyle;\n}\n\nexport interface TextNodeStyle {\n  /** The decorations to apply to the node. */\n  decorations?: Decoration[];\n  /** Padding and background color for the node. */\n  nodeStyle?: NodeStyle;\n  /** Line height for text in the node. */\n  lineHeight?: string | null;\n}\n\nexport interface Media {\n  /**\n   * Main media (image, video, etc.) associated with this product.\n   * Automatically set to the first item in the media list.\n   * @readonly\n   */\n  main?: ProductMedia;\n  /**\n   * All media items.\n   * > **Note:** Returned only when you pass `\"MEDIA_ITEMS_INFO\"` to the `fields` array in Products API requests.\n   */\n  itemsInfo?: MediaItemsInfo;\n}\n\nexport interface ProductMedia\n  extends ProductMediaSetByOneOf,\n    ProductMediaMediaOneOf {\n  /**\n   * Set media by ID of an existing file in Wix Media Manager.\n   * @minLength 1\n   * @maxLength 200\n   */\n  id?: string;\n  /**\n   * Set media using an external media URL.\n   * @format WEB_URL\n   */\n  url?: string;\n  /**\n   * Image details. Populated when you provide a [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) file ID in this item's `id` field.\n   * @readonly\n   */\n  image?: Image;\n  /**\n   * Video details. Populated when you provide a Wix Media Manager file ID in this istem's `id` field.\n   * @readonly\n   */\n  video?: VideoV2;\n  /**\n   * Image alt text.\n   * @minLength 1\n   * @maxLength 1000\n   */\n  altText?: string | null;\n  /**\n   * Media display name.\n   *\n   * Overrides the default media name. Can be passed only when the media is set by a URL in this item's `url` field.\n   * @maxLength 80\n   */\n  displayName?: string | null;\n  /**\n   * Media type.\n   * @readonly\n   */\n  mediaType?: MediaTypeWithLiterals;\n  /**\n   * Media thumbnail.\n   * > **Note:** Returned only when you pass `\"THUMBNAIL\"` to the `fields` array in Products API requests.\n   */\n  thumbnail?: Thumbnail;\n  /**\n   * ID used to upload media to Wix Media Manager.\n   * @readonly\n   * @format GUID\n   */\n  uploadId?: string;\n}\n\n/** @oneof */\nexport interface ProductMediaSetByOneOf {\n  /**\n   * Set media by ID of an existing file in Wix Media Manager.\n   * @minLength 1\n   * @maxLength 200\n   */\n  id?: string;\n  /**\n   * Set media using an external media URL.\n   * @format WEB_URL\n   */\n  url?: string;\n}\n\n/** @oneof */\nexport interface ProductMediaMediaOneOf {\n  /**\n   * Image details. Populated when you provide a [Wix Media Manager](https://support.wix.com/en/article/wix-media-about-the-media-manager) file ID in this item's `id` field.\n   * @readonly\n   */\n  image?: Image;\n  /**\n   * Video details. Populated when you provide a Wix Media Manager file ID in this istem's `id` field.\n   * @readonly\n   */\n  video?: VideoV2;\n}\n\nexport interface Image {\n  /**\n   * WixMedia image ID.\n   * @maxLength 400\n   */\n  id?: string;\n  /**\n   * Image URL.\n   * @format WEB_URL\n   */\n  url?: string;\n  /**\n   * Original image height.\n   * @readonly\n   */\n  height?: number;\n  /**\n   * Original image width.\n   * @readonly\n   */\n  width?: number;\n  /**\n   * Image alt text.\n   * @maxLength 200\n   */\n  altText?: string | null;\n  /**\n   * Image filename.\n   * @readonly\n   * @maxLength 200\n   */\n  filename?: string | null;\n}\n\nexport interface VideoV2 {\n  /**\n   * WixMedia ID.\n   * @maxLength 400\n   */\n  id?: string;\n  /**\n   * Available resolutions for the video, starting with the optimal resolution.\n   * @readonly\n   * @maxSize 100\n   */\n  resolutions?: VideoResolution[];\n  /**\n   * Video filename.\n   * @readonly\n   * @maxLength 200\n   */\n  filename?: string | null;\n}\n\nexport interface VideoResolution {\n  /**\n   * Video URL.\n   * @format WEB_URL\n   */\n  url?: string;\n  /** Video height. */\n  height?: number;\n  /** Video width. */\n  width?: number;\n  /**\n   * Video format for example, mp4, hls.\n   * @maxLength 200\n   */\n  format?: string;\n}\n\nexport enum MediaType {\n  /** Image media type. */\n  IMAGE = 'IMAGE',\n  /** Video media type. */\n  VIDEO = 'VIDEO',\n}\n\n/** @enumType */\nexport type MediaTypeWithLiterals = MediaType | 'IMAGE' | 'VIDEO';\n\nexport interface Thumbnail {\n  /**\n   * Thumbnail url.\n   * @format WEB_URL\n   */\n  url?: string;\n  /** Thumbnail height. */\n  height?: number;\n  /** Thumbnail width. */\n  width?: number;\n  /**\n   * Thumbnail alt text.\n   * @minLength 1\n   * @maxLength 1000\n   */\n  altText?: string | null;\n}\n\nexport interface MediaItemsInfo {\n  /**\n   * All media items associated with this product.\n   *\n   * The first item in the array is automatically set as the product's main media.\n   * @maxSize 50\n   */\n  items?: ProductMedia[];\n}\n\n/**\n * The SEO schema object contains data about different types of meta tags. It makes sure that the information about your page is presented properly to search engines.\n * The search engines use this information for ranking purposes, or to display snippets in the search results.\n * This data will override other sources of tags (for example patterns) and will be included in the <head> section of the HTML document, while not being displayed on the page itself.\n */\nexport interface SeoSchema {\n  /** SEO tag information. */\n  tags?: Tag[];\n  /** SEO general settings. */\n  settings?: Settings;\n}\n\nexport interface Keyword {\n  /** Keyword value. */\n  term?: string;\n  /** Whether the keyword is the main focus keyword. */\n  isMain?: boolean;\n  /**\n   * The source that added the keyword terms to the SEO settings.\n   * @maxLength 1000\n   */\n  origin?: string | null;\n}\n\nexport interface Tag {\n  /**\n   * SEO tag type.\n   *\n   *\n   * Supported values: `title`, `meta`, `script`, `link`.\n   */\n  type?: string;\n  /**\n   * A `{\"key\": \"value\"}` pair object where each SEO tag property (`\"name\"`, `\"content\"`, `\"rel\"`, `\"href\"`) contains a value.\n   * For example: `{\"name\": \"description\", \"content\": \"the description itself\"}`.\n   */\n  props?: Record<string, any> | null;\n  /** SEO tag metadata. For example, `{\"height\": 300, \"width\": 240}`. */\n  meta?: Record<string, any> | null;\n  /** SEO tag inner content. For example, `<title> inner content </title>`. */\n  children?: string;\n  /** Whether the tag is a [custom tag](https://support.wix.com/en/article/adding-additional-meta-tags-to-your-sites-pages). */\n  custom?: boolean;\n  /** Whether the tag is disabled. If the tag is disabled, people can't find your page when searching for this phrase in search engines. */\n  disabled?: boolean;\n}\n\nexport interface Settings {\n  /**\n   * Whether the [automatical redirect visits](https://support.wix.com/en/article/customizing-your-pages-seo-settings-in-the-seo-panel) from the old URL to the new one is enabled.\n   *\n   *\n   * Default: `false` (automatical redirect is enabled).\n   */\n  preventAutoRedirect?: boolean;\n  /**\n   * User-selected keyword terms for a specific page.\n   * @maxSize 5\n   */\n  keywords?: Keyword[];\n}\n\nexport interface ConnectedOption extends ConnectedOptionOptionSettingsOneOf {\n  /** Choices settings. */\n  choicesSettings?: ChoicesSettings;\n  /**\n   * ID of a customization with `customizationType: PRODUCT_OPTION`.\n   * @minLength 1\n   * @maxLength 36\n   */\n  id?: string | null;\n  /**\n   * Option name.\n   * @minLength 1\n   * @maxLength 50\n   */\n  name?: string | null;\n  /** Option render type. */\n  optionRenderType?: ProductOptionRenderTypeWithLiterals;\n  /**\n   * A read-only identifier generated from the option name.\n   *\n   * Use `key` in the `catalogReference.options` object when [integrating Catalog V3 with eCommerce APIs](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration).\n   * @readonly\n   * @minLength 1\n   * @maxLength 50\n   */\n  key?: string;\n}\n\n/** @oneof */\nexport interface ConnectedOptionOptionSettingsOneOf {\n  /** Choices settings. */\n  choicesSettings?: ChoicesSettings;\n}\n\nexport enum ProductOptionRenderType {\n  /** Text choices. */\n  TEXT_CHOICES = 'TEXT_CHOICES',\n  /** Swatch choices. */\n  SWATCH_CHOICES = 'SWATCH_CHOICES',\n}\n\n/** @enumType */\nexport type ProductOptionRenderTypeWithLiterals =\n  | ProductOptionRenderType\n  | 'TEXT_CHOICES'\n  | 'SWATCH_CHOICES';\n\nexport interface ChoicesSettings {\n  /**\n   * List of available choices for the option.\n   * @minSize 1\n   * @maxSize 100\n   * @immutable\n   */\n  choices?: ConnectedOptionChoice[];\n}\n\nexport interface ConnectedOptionChoice extends ConnectedOptionChoiceValueOneOf {\n  /**\n   * Single color code in HEX format, [as described by MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color). For example, `#FF0000` for red.\n   * @minLength 3\n   * @maxLength 20\n   */\n  colorCode?: string;\n  /**\n   * Choice ID.\n   * @format GUID\n   */\n  choiceId?: string | null;\n  /**\n   * Product media to display when this choice is selected.\n   *\n   * When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.\n   * When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.\n   * For example, if `Color: Red` has images 1, 2, 3 and `Material: Silk` has images 2, 3, 5, then only images 2 and 3 are shown when both are selected.\n   * @maxSize 15\n   * @deprecated Product media to display when this choice is selected.\n   *\n   * When not empty, only these images are shown when a customer selects this choice. Otherwise, all product images are shown.\n   * When multiple choices from different options are selected, only media present in `linkedMedia` of ALL selected choices are shown.\n   * For example, if `Color: Red` has images 1, 2, 3 and `Material: Silk` has images 2, 3, 5, then only images 2 and 3 are shown when both are selected.\n   * @replacedBy media\n   * @targetRemovalDate 2026-12-31\n   */\n  linkedMedia?: ProductMedia[];\n  /** Choice type. */\n  choiceType?: ChoiceTypeWithLiterals;\n  /**\n   * A read-only identifier generated from the choice name.\n   *\n   * Use `key` in the `catalogReference.options` object when [integrating Catalog V3 with eCommerce APIs](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration).\n   * @readonly\n   * @minLength 1\n   * @maxLength 50\n   */\n  key?: string;\n  /**\n   * Choice name. For text choices, this field also contains the choice value.\n   * @minLength 1\n   * @maxLength 50\n   */\n  name?: string | null;\n  /**\n   * Whether at least one variant with this choice is in stock in the default location of the store.\n   *\n   * For example, a product with Color and Size options has these variants: [Blue, Small] which is out of stock and [Red, Large] which is in stock. For choice Blue, this field is `false`. For choice Red, this field is `true`.\n   * @readonly\n   */\n  inStock?: boolean;\n  /**\n   * Whether at least one variant with this choice is visible.\n   *\n   * Default: `false`\n   * @readonly\n   */\n  visible?: boolean;\n  /** Image to display alongside the choice. */\n  displayImage?: Image;\n  /**\n   * Media references for this choice.\n   *\n   * On *write*, you can use either `media_id` or `url` to assign a media to this choice from the product's media.\n   * On *read*, this field will return the media IDs of the associated media items.\n   * When this field is requested via the `PRODUCT_CHOICES_MEDIA_REFERENCES` field, the `linked_media` field will be returned empty to avoid duplication.\n   *\n   * > **Note:** Use this field instead of `linked_media`. To use it in your read flow, pass `\"PRODUCT_CHOICES_MEDIA_REFERENCES\"` to the `fields` array in your request.\n   */\n  media?: MediaReferences;\n}\n\n/** @oneof */\nexport interface ConnectedOptionChoiceValueOneOf {\n  /**\n   * Single color code in HEX format, [as described by MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color). For example, `#FF0000` for red.\n   * @minLength 3\n   * @maxLength 20\n   */\n  colorCode?: string;\n}\n\nexport enum ChoiceType {\n  /** Text choice. */\n  CHOICE_TEXT = 'CHOICE_TEXT',\n  /** Single color choice. */\n  ONE_COLOR = 'ONE_COLOR',\n}\n\n/** @enumType */\nexport type ChoiceTypeWithLiterals = ChoiceType | 'CHOICE_TEXT' | 'ONE_COLOR';\n\nexport interface MultipleColors {\n  /**\n   * List of color codes.\n   * @minLength 3\n   * @maxLength 20\n   * @minSize 2\n   * @maxSize 2\n   */\n  colorCodes?: string[];\n}\n\nexport interface ConnectedModifier\n  extends ConnectedModifierModifierSettingsOneOf {\n  /** Free text modifier settings. */\n  freeTextSettings?: FreeTextSettings;\n  /** Choice settings. */\n  choicesSettings?: ModifierChoicesSettings;\n  /**\n   * ID of a customization with `customizationType: MODIFIER`.\n   * @minLength 1\n   * @maxLength 36\n   */\n  id?: string | null;\n  /**\n   * Modifier title.\n   * @minLength 1\n   * @maxLength 50\n   */\n  name?: string | null;\n  /** Modifier render type. */\n  modifierRenderType?: ModifierRenderTypeWithLiterals;\n  /** Whether customer input is required for this modifier. */\n  mandatory?: boolean;\n  /**\n   * A read-only identifier generated from the modifier name.\n   *\n   * Use `key` in the `catalogReference.options` object when [integrating Catalog V3 with eCommerce APIs](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration).\n   * @readonly\n   * @minLength 1\n   * @maxLength 50\n   */\n  key?: string;\n}\n\n/** @oneof */\nexport interface ConnectedModifierModifierSettingsOneOf {\n  /** Free text modifier settings. */\n  freeTextSettings?: FreeTextSettings;\n  /** Choice settings. */\n  choicesSettings?: ModifierChoicesSettings;\n}\n\nexport enum ModifierRenderType {\n  /** Free text. */\n  FREE_TEXT = 'FREE_TEXT',\n  /** Text choices. */\n  TEXT_CHOICES = 'TEXT_CHOICES',\n  /** Swatch choices. */\n  SWATCH_CHOICES = 'SWATCH_CHOICES',\n}\n\n/** @enumType */\nexport type ModifierRenderTypeWithLiterals =\n  | ModifierRenderType\n  | 'FREE_TEXT'\n  | 'TEXT_CHOICES'\n  | 'SWATCH_CHOICES';\n\nexport interface FreeTextSettings {\n  /** Minimum number of characters. */\n  minCharCount?: number;\n  /**\n   * Maximum number of characters.\n   * @max 500\n   */\n  maxCharCount?: number;\n  /**\n   * Default amount to be added to the product's price.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  defaultAddedPrice?: string | null;\n  /**\n   * Title of the text to be input by the customer.\n   * @minLength 1\n   * @maxLength 150\n   */\n  title?: string;\n  /**\n   * A read-only identifier generated from the title.\n   *\n   * Use `key` in the `catalogReference.options` object when [integrating Catalog V3 with eCommerce APIs](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration).\n   * @readonly\n   * @minLength 1\n   * @maxLength 150\n   */\n  key?: string;\n}\n\nexport interface ModifierChoicesSettings {\n  /**\n   * List of modifier choices.\n   * @minSize 1\n   * @maxSize 100\n   * @immutable\n   */\n  choices?: ConnectedModifierChoice[];\n}\n\nexport interface ConnectedModifierChoice\n  extends ConnectedModifierChoiceValueOneOf {\n  /**\n   * Color code in HEX format, [as described by MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color).\n   * @minLength 3\n   * @maxLength 20\n   */\n  colorCode?: string;\n  /**\n   * Choice ID.\n   * @format GUID\n   */\n  choiceId?: string | null;\n  /**\n   * Product media.\n   * @maxSize 15\n   * @deprecated Product media.\n   * @replacedBy media\n   * @targetRemovalDate 2026-12-31\n   */\n  linkedMedia?: ProductMedia[];\n  /** Choice type. */\n  choiceType?: ChoiceTypeWithLiterals;\n  /**\n   * A read-only identifier generated from the choice name.\n   *\n   * Use `key` in the `catalogReference.options` object when [integrating Catalog V3 with eCommerce APIs](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/e-commerce-integration).\n   * @readonly\n   * @minLength 1\n   * @maxLength 50\n   */\n  key?: string;\n  /**\n   * Choice name.\n   * @minLength 1\n   * @maxLength 50\n   */\n  name?: string | null;\n  /**\n   * Added price.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  addedPrice?: string | null;\n  /** Image to display alongside the choice. */\n  displayImage?: Image;\n  /**\n   * Media references for this choice.\n   *\n   * On *write*, you can use either `media_id` or `url` to assign a media to this choice from the product's media.\n   * On *read*, this field will return the media IDs of the associated media items.\n   * When this field is requested via the `PRODUCT_CHOICES_MEDIA_REFERENCES` field, the `linked_media` field will be returned empty to avoid duplication.\n   *\n   * > **Note:** Use this field instead of `linked_media`. To use it in your read flow, pass `\"PRODUCT_CHOICES_MEDIA_REFERENCES\"` to the `fields` array in your request.\n   */\n  media?: MediaReferences;\n}\n\n/** @oneof */\nexport interface ConnectedModifierChoiceValueOneOf {\n  /**\n   * Color code in HEX format, [as described by MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color).\n   * @minLength 3\n   * @maxLength 20\n   */\n  colorCode?: string;\n}\n\nexport interface V3Brand {\n  /**\n   * Brand ID.\n   * @format GUID\n   */\n  id?: string | null;\n  /**\n   * Brand name.\n   * @maxLength 50\n   */\n  name?: string | null;\n}\n\nexport interface InfoSection {\n  /**\n   * Info section ID.\n   * @format GUID\n   */\n  id?: string | null;\n  /**\n   * Info section unique name.\n   * > **Note:** Returned only when you pass `\"INFO_SECTION\"` to the `fields` array in Products API requests.\n   * @maxLength 100\n   */\n  uniqueName?: string | null;\n  /**\n   * Info section title.\n   * > **Note:** Returned only when you pass `\"INFO_SECTION\"` to the `fields` array in Products API requests.\n   * @minLength 1\n   * @maxLength 50\n   * @readonly\n   */\n  title?: string | null;\n  /**\n   * Info section description using rich content.\n   * > **Note:** Returned only when you pass `\"INFO_SECTION_DESCRIPTION\"` to the `fields` array in Products API requests.\n   *\n   * <widget src=\"https://apps.wix.com/_serverless/ricos-playground-services/goto/api-component\" plugins=\"indent.emoji.divider.codeBlock.file.gallery.giphy.image.table.link.textHighlight.textColor\" exampleid=\"7dc9240e-d548-417a-abcf-0291b68b4303\">\n   * <a href=\"https://dev.wix.com/docs/ricos/api-reference/ricos-document\">See Ricos document reference</a>\n   * </widget>\n   * @readonly\n   */\n  description?: RichContent;\n  /**\n   * Info section description in HTML.\n   *\n   * When provided on create/update, this string must be a valid HTML. It will then be converted to rich content.\n   * `plainDescription` is ignored when value is also passed to the `description` field.\n   * > **Note:** Returned only when you pass `\"INFO_SECTION_PLAIN_DESCRIPTION\"` to the `fields` array in Products API requests.\n   * @maxLength 16000\n   */\n  plainDescription?: string | null;\n}\n\nexport interface Ribbon {\n  /**\n   * Ribbon ID.\n   * @minLength 1\n   * @maxLength 36\n   */\n  id?: string | null;\n  /**\n   * Ribbon name.\n   * @maxLength 30\n   */\n  name?: string | null;\n}\n\nexport interface ProductCategoriesInfo {\n  /**\n   * A list of categories related to the product.\n   * @readonly\n   * @maxSize 2000\n   */\n  categories?: ProductCategory[];\n}\n\nexport interface ProductCategory {\n  /**\n   * Category ID.\n   * @format GUID\n   */\n  id?: string;\n  /**\n   * Index location of the product within the category, used for sorting products in a specific category. You can manually arrange up to 100 products per category. For detailed instructions, refer to the [Add and arrange products in a category](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/products-v3/sample-use-cases-and-flows#add-and-arrange-products-in-a-category) sample flow.\n   * @max 200\n   */\n  index?: number | null;\n}\n\nexport interface ProductCategoryIdsInfo {\n  /**\n   * A list of category ids related to the product.\n   * @readonly\n   * @maxSize 2000\n   * @format GUID\n   */\n  categoryIds?: string[];\n}\n\nexport interface PriceRange {\n  /** Minimum value. */\n  minValue?: FixedMonetaryAmount;\n  /** Maximum value. */\n  maxValue?: FixedMonetaryAmount;\n}\n\nexport interface FixedMonetaryAmount {\n  /**\n   * Monetary amount. For example, `\"3.99\"`, or `\"-4.99\"` for a negative amount.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  amount?: string;\n  /**\n   * Formatted monetary amount. For example, `\"$3.99\"`.\n   * > **Note:** Returned only when you pass `\"CURRENCY\"` to the `fields` array in Products API requests.\n   * @readonly\n   * @maxLength 20\n   */\n  formattedAmount?: string | null;\n}\n\nexport interface Inventory {\n  /**\n   * Current availability status.\n   * @readonly\n   */\n  availabilityStatus?: InventoryAvailabilityStatusWithLiterals;\n  /**\n   * Current preorder status.\n   * @readonly\n   */\n  preorderStatus?: PreorderStatusWithLiterals;\n  /**\n   * Preorder availability status.\n   * @readonly\n   */\n  preorderAvailability?: ProductPreorderAvailabilityWithLiterals;\n}\n\nexport enum InventoryAvailabilityStatus {\n  /** All variants are in stock and available for purchase. */\n  IN_STOCK = 'IN_STOCK',\n  /** All variants are out of stock. */\n  OUT_OF_STOCK = 'OUT_OF_STOCK',\n  /** Some variants are out of stock and some are in stock and available for purchase. */\n  PARTIALLY_OUT_OF_STOCK = 'PARTIALLY_OUT_OF_STOCK',\n}\n\n/** @enumType */\nexport type InventoryAvailabilityStatusWithLiterals =\n  | InventoryAvailabilityStatus\n  | 'IN_STOCK'\n  | 'OUT_OF_STOCK'\n  | 'PARTIALLY_OUT_OF_STOCK';\n\nexport enum PreorderStatus {\n  /** All variants are enabled for preorder. */\n  ENABLED = 'ENABLED',\n  /** All variants are disabled for preorder. */\n  DISABLED = 'DISABLED',\n  /** Some variants are disabled and some are enabled for preorder. */\n  PARTIALLY_ENABLED = 'PARTIALLY_ENABLED',\n}\n\n/** @enumType */\nexport type PreorderStatusWithLiterals =\n  | PreorderStatus\n  | 'ENABLED'\n  | 'DISABLED'\n  | 'PARTIALLY_ENABLED';\n\nexport enum ProductPreorderAvailability {\n  /** All the product variants are available for preorder. */\n  ALL_VARIANTS = 'ALL_VARIANTS',\n  /** None of the product variants are available for preorder. */\n  NO_VARIANTS = 'NO_VARIANTS',\n  /** Some of the product variants are available for preorder. */\n  SOME_VARIANTS = 'SOME_VARIANTS',\n}\n\n/** @enumType */\nexport type ProductPreorderAvailabilityWithLiterals =\n  | ProductPreorderAvailability\n  | 'ALL_VARIANTS'\n  | 'NO_VARIANTS'\n  | 'SOME_VARIANTS';\n\nexport enum ProductType {\n  /** Physical product. */\n  PHYSICAL = 'PHYSICAL',\n  /** Digital product. */\n  DIGITAL = 'DIGITAL',\n}\n\n/** @enumType */\nexport type ProductTypeWithLiterals = ProductType | 'PHYSICAL' | 'DIGITAL';\n\nexport interface PhysicalProperties {\n  /**\n   * Price per unit settings.\n   * > **Note:** Use this field only when relevant. For example, for products that are sold by weight, volume, or length.\n   */\n  pricePerUnit?: PricePerUnitSettings;\n  /**\n   * Fulfiller ID.\n   * @format GUID\n   */\n  fulfillerId?: string | null;\n  /**\n   * Product shipping weight range - Calculated from the lightest and heaviest variant shipping weights.\n   * @readonly\n   */\n  shippingWeightRange?: WeightRange;\n  /**\n   * Product price per unit range. The minimum and maximum price per unit of all the variants.\n   * @readonly\n   */\n  pricePerUnitRange?: PricePerUnitRange;\n  /**\n   * Weight measurement unit.\n   * > **Note:** Returned only when you pass `\"WEIGHT_MEASUREMENT_UNIT_INFO\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  weightMeasurementUnitInfo?: WeightMeasurementUnitInfo;\n  /**\n   * Delivery profile ID.\n   * @format GUID\n   */\n  deliveryProfileId?: string | null;\n}\n\nexport interface PricePerUnitSettings {\n  /**\n   * Quantity.\n   * For example, to define price per per 100 grams, set this field to `100`.\n   * @min 0.01\n   * @max 999999999.99\n   */\n  quantity?: number;\n  /**\n   * Measurement unit.\n   * For example, to define price per 100 grams, set this field to \"G\".\n   */\n  measurementUnit?: MeasurementUnitWithLiterals;\n}\n\nexport enum MeasurementUnit {\n  UNSPECIFIED = 'UNSPECIFIED',\n  ML = 'ML',\n  CL = 'CL',\n  L = 'L',\n  CBM = 'CBM',\n  MG = 'MG',\n  G = 'G',\n  KG = 'KG',\n  MM = 'MM',\n  CM = 'CM',\n  M = 'M',\n  SQM = 'SQM',\n  OZ = 'OZ',\n  LB = 'LB',\n  FLOZ = 'FLOZ',\n  PT = 'PT',\n  QT = 'QT',\n  GAL = 'GAL',\n  IN = 'IN',\n  FT = 'FT',\n  YD = 'YD',\n  SQFT = 'SQFT',\n}\n\n/** @enumType */\nexport type MeasurementUnitWithLiterals =\n  | MeasurementUnit\n  | 'UNSPECIFIED'\n  | 'ML'\n  | 'CL'\n  | 'L'\n  | 'CBM'\n  | 'MG'\n  | 'G'\n  | 'KG'\n  | 'MM'\n  | 'CM'\n  | 'M'\n  | 'SQM'\n  | 'OZ'\n  | 'LB'\n  | 'FLOZ'\n  | 'PT'\n  | 'QT'\n  | 'GAL'\n  | 'IN'\n  | 'FT'\n  | 'YD'\n  | 'SQFT';\n\nexport interface WeightRange {\n  /**\n   * Minimum weight across all variants associated with this product.\n   * @max 999999999.99\n   */\n  minValue?: number;\n  /**\n   * Maximum weight across all variants associated with this product.\n   * @max 999999999.99\n   */\n  maxValue?: number;\n}\n\nexport interface PricePerUnitRange {\n  /** Minimum price per unit across all variants. */\n  minValue?: PricePerUnitRangePricePerUnit;\n  /** Maximum price per unit across all variants. */\n  maxValue?: PricePerUnitRangePricePerUnit;\n}\n\nexport interface PricePerUnitRangePricePerUnit {\n  /**\n   * Calculated value of price per unit. Takes into account pricePerUnit settings of product and variants and price of variants.\n   * For example if discounted price is 2$, product's price per unit setting is 1 Kg, variant price per unit setting is 0.5 Kg then this value is 4$ (means variant weight is 0.5 Kg and it costs 2$ but we want to show price per 1 Kg so we show 4$).\n   * @readonly\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  value?: string;\n  /**\n   * Price per unit info in the format of variant specific data / product setting, for example €4.00 / 1 Kg.\n   * > **Note:** This field is returned by the API only when you pass `fields: \"CURRENCY\"` in a request.\n   * @readonly\n   * @maxLength 100\n   */\n  description?: string | null;\n}\n\nexport interface WeightMeasurementUnitInfo {\n  /**\n   * Weight measurement unit.\n   * @readonly\n   */\n  weightMeasurementUnit?: WeightUnitWithLiterals;\n}\n\nexport enum WeightUnit {\n  /** Weight unit can't be classified due to an error. */\n  UNSPECIFIED_WEIGHT_UNIT = 'UNSPECIFIED_WEIGHT_UNIT',\n  /** Kilograms. */\n  KG = 'KG',\n  /** Pounds. */\n  LB = 'LB',\n}\n\n/** @enumType */\nexport type WeightUnitWithLiterals =\n  | WeightUnit\n  | 'UNSPECIFIED_WEIGHT_UNIT'\n  | 'KG'\n  | 'LB';\n\nexport interface BreadcrumbsInfo {\n  /**\n   * Breadcrumbs.\n   * @readonly\n   * @maxSize 5\n   */\n  breadcrumbs?: BreadCrumb[];\n}\n\nexport interface BreadCrumb {\n  /**\n   * Category ID.\n   * @format GUID\n   */\n  categoryId?: string;\n  /**\n   * Category name.\n   * @minLength 1\n   * @maxLength 80\n   */\n  categoryName?: string;\n  /**\n   * Category slug.\n   * @minLength 1\n   * @maxLength 100\n   */\n  categorySlug?: string;\n}\n\nexport interface VariantsInfo {\n  /**\n   * List of related variants.\n   * @minSize 1\n   * @maxSize 1000\n   */\n  variants?: Variant[];\n}\n\nexport interface Variant extends VariantTypedPropertiesOneOf {\n  /** Physical properties. Must be passed when `productType: PHYSICAL` */\n  physicalProperties?: VariantPhysicalProperties;\n  /** Digital properties. Must be passed when `productType: DIGITAL` */\n  digitalProperties?: VariantDigitalProperties;\n  /**\n   * Variant ID.\n   * @format GUID\n   * @immutable\n   */\n  id?: string | null;\n  /**\n   * Whether the variant is visible to site visitors.\n   *\n   * Default: `true`\n   *\n   * > **Note:** For products without options, updating this field automatically\n   * > updates the product's visibility to match.\n   * > For products with options, the product and variant visibility values are independent.\n   */\n  visible?: boolean | null;\n  /**\n   * Variant SKU (stock keeping unit).\n   * @minLength 1\n   * @maxLength 40\n   */\n  sku?: string | null;\n  /**\n   * Variant barcode.\n   * @minLength 1\n   * @maxLength 40\n   */\n  barcode?: string | null;\n  /**\n   * List of choices that define this variant. Each variant must have exactly one choice for each product option.\n   *\n   * Use `optionChoiceNames` in all requests where this field is required. For products without options, this array is empty, representing a single \"default variant\".\n   *\n   * For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   * @maxSize 6\n   * @immutable\n   */\n  choices?: OptionChoice[];\n  /** Variant price. */\n  price?: PriceInfo;\n  /**\n   * Variant revenue details.\n   *\n   * > **Note:** Returned only when the following conditions are met:\n   * > + You pass `\"MERCHANT_DATA\"` to the `fields` array in Products API requests.\n   * > + Your app has the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   */\n  revenueDetails?: RevenueDetails;\n  /**\n   * Variant media.\n   * @readonly\n   */\n  media?: ProductMedia;\n  /**\n   * Subscription prices calculated by applying subscription discount to the variant `price.actual_price`.\n   * > **Note:** Returned only when you pass `\"SUBSCRIPTION_PRICES_INFO\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  subscriptionPricesInfo?: SubscriptionPricesInfo;\n  /**\n   * Variant inventory status.\n   * @readonly\n   */\n  inventoryStatus?: InventoryStatus;\n}\n\n/** @oneof */\nexport interface VariantTypedPropertiesOneOf {\n  /** Physical properties. Must be passed when `productType: PHYSICAL` */\n  physicalProperties?: VariantPhysicalProperties;\n  /** Digital properties. Must be passed when `productType: DIGITAL` */\n  digitalProperties?: VariantDigitalProperties;\n}\n\nexport interface OptionChoice {\n  /** Option and choice IDs. These match the IDs of the option and choice from the product's options field. */\n  optionChoiceIds?: OptionChoiceIds;\n  /**\n   * Option and choice names.\n   * > **Note:** Returned only when you pass `\"VARIANT_OPTION_CHOICE_NAMES\"` to the `fields` array in Products API requests.\n   */\n  optionChoiceNames?: OptionChoiceNames;\n}\n\nexport interface OptionChoiceIds {\n  /**\n   * Option ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   */\n  optionId?: string;\n  /**\n   * Choice ID.\n   * @format GUID\n   * @immutable\n   */\n  choiceId?: string;\n}\n\nexport interface OptionChoiceNames {\n  /**\n   * Option name.\n   * @minLength 1\n   */\n  optionName?: string;\n  /**\n   * Choice name.\n   * @minLength 1\n   */\n  choiceName?: string;\n  /** Render type of the option. Required when using `optionChoiceNames`. Must match the `optionRenderType` of the referenced option. */\n  renderType?: ProductOptionRenderTypeWithLiterals;\n}\n\nexport interface PriceInfo {\n  /** Variant's current selling price. Must be greater than or equal to 0. */\n  actualPrice?: FixedMonetaryAmount;\n  /** Original price before any discount, shown with a strikethrough in the UI of Wix sites. Only set this if a discount applies. When set, it should be higher than `actualPrice` to reflect savings. */\n  compareAtPrice?: FixedMonetaryAmount;\n  /**\n   * Variant selling price after automatic discounts are applied to `actualPrice`.\n   *\n   * > **Notes:**\n   * > + Returned only when you pass `\"DISCOUNT_INFO\"` in Products API requests.\n   * > + On Query Products and Search Products, returned only on `variantSummary.minPriceVariant` when `MIN_PRICE_VARIANT` is also requested.\n   * > + `formattedAmount` is returned only when you also pass `\"CURRENCY\"`.\n   * @readonly\n   */\n  priceAfterDiscount?: FixedMonetaryAmount;\n}\n\nexport interface RevenueDetails {\n  /** Item cost. */\n  cost?: FixedMonetaryAmount;\n  /**\n   * Profit. Calculated by reducing `cost` from `discountedPrice`.\n   * @readonly\n   */\n  profit?: FixedMonetaryAmount;\n  /**\n   * Profit Margin. Calculated by dividing `profit` by `discountedPrice`.\n   * The result is rounded to 4 decimal places.\n   * @readonly\n   * @max 1\n   */\n  profitMargin?: number;\n}\n\nexport interface VariantPhysicalProperties {\n  /**\n   * Variant shipping weight.\n   * product.physicalProperties.shipping_weight_range values are taken from here.\n   * @max 999999999.99\n   */\n  weight?: number | null;\n  /**\n   * Price per unit info, in order to show price per unit on the product page.\n   * For example if one sells cheese and defines 100g here then we know that buying this variant buyer receives 100g of cheese.\n   * But on product page price will be displayed for units defined on product level. See `pricePerUnit.value` to understand how it's calculated.\n   */\n  pricePerUnit?: PricePerUnit;\n  /** Product dimensions (length, width, height of the physical product). */\n  productDimensions?: Dimensions;\n  /** Package dimensions (length, width, height of the shipping package). */\n  packageDimensions?: Dimensions;\n}\n\nexport interface PricePerUnit {\n  /**\n   * Price per unit data for this variant.\n   * `measurementUnit` value must correspond to the measurement unit set on the product.\n   */\n  settings?: PricePerUnitSettings;\n  /**\n   * Calculated value of price per unit. Takes into account `pricePerUnit` settings of parent product, of this variant, and discounted price of variant.\n   * For example if discounted price is 2$, product's price per unit setting is 1 Kg, variant price per unit setting is 0.5 Kg then this value is 4$ (means variant weight is 0.5 Kg and it costs 2$ but we want to show price per 1 Kg so we show 4$).\n   * @readonly\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  value?: string;\n  /**\n   * Price per unit description.\n   * > **Note:** Returned only when you pass `\"CURRENCY\"` to the `fields` array in Products API requests.\n   * @readonly\n   * @maxLength 100\n   */\n  description?: string | null;\n  /**\n   * Price per unit calculated from the variant automatic discount price.\n   *\n   * > **Notes:**\n   * > + Returned only when you pass `\"DISCOUNT_INFO\"` in Products API requests.\n   * > + `formattedAmount` is returned only when you also pass `\"CURRENCY\"`.\n   * @readonly\n   */\n  priceAfterDiscount?: FixedMonetaryAmount;\n}\n\nexport interface VariantDigitalProperties {\n  /**\n   * Digital file which will be downloaded by the buyer after successful purchase.\n   * Each variant can have a different digital file, allowing you to offer different content per variant.\n   */\n  digitalFile?: SecuredMedia;\n}\n\nexport interface SecuredMedia {\n  /**\n   * Media ID in media manager.\n   * @minLength 1\n   * @maxLength 100\n   */\n  id?: string;\n  /**\n   * Original file name.\n   * @minLength 1\n   * @maxLength 1000\n   * @readonly\n   */\n  fileName?: string;\n  /**\n   * Original file size.\n   * @minLength 1\n   * @maxLength 1000\n   * @readonly\n   * @format DECIMAL_VALUE\n   * @decimalValue options { maxScale:0 }\n   */\n  fileSize?: string | null;\n  /**\n   * File type.\n   * @readonly\n   */\n  fileType?: FileTypeWithLiterals;\n}\n\nexport enum FileType {\n  /** Unspecified file type. */\n  UNSPECIFIED = 'UNSPECIFIED',\n  /** Secure picture file. */\n  SECURE_PICTURE = 'SECURE_PICTURE',\n  /** Secure video file. */\n  SECURE_VIDEO = 'SECURE_VIDEO',\n  /** Secure document file. */\n  SECURE_DOCUMENT = 'SECURE_DOCUMENT',\n  /** Secure music file. */\n  SECURE_MUSIC = 'SECURE_MUSIC',\n  /** Secure archive file. */\n  SECURE_ARCHIVE = 'SECURE_ARCHIVE',\n  /** Secure raw file. */\n  SECURE_RAW = 'SECURE_RAW',\n}\n\n/** @enumType */\nexport type FileTypeWithLiterals =\n  | FileType\n  | 'UNSPECIFIED'\n  | 'SECURE_PICTURE'\n  | 'SECURE_VIDEO'\n  | 'SECURE_DOCUMENT'\n  | 'SECURE_MUSIC'\n  | 'SECURE_ARCHIVE'\n  | 'SECURE_RAW';\n\nexport interface SubscriptionPricesInfo {\n  /**\n   * Subscription prices.\n   * @maxSize 6\n   */\n  subscriptionPrices?: SubscriptionPrice[];\n}\n\nexport interface SubscriptionPrice {\n  /**\n   * Subscription ID.\n   * @format GUID\n   * @readonly\n   */\n  subscriptionId?: string;\n  /**\n   * Subscription price calculated by applying subscription discount to the variant `price.actual_price`\n   * @readonly\n   */\n  price?: FixedMonetaryAmount;\n  /**\n   * Price per unit info.\n   * @readonly\n   */\n  pricePerUnit?: SubscriptionPricePerUnit;\n  /**\n   * Subscription price after automatic discounts are applied.\n   * Uses the variant automatic discount price as the base, not `actualPrice`.\n   *\n   * > **Notes:**\n   * > + Returned only when you pass both `\"SUBSCRIPTION_PRICES_INFO\"` and `\"DISCOUNT_INFO\"` in Products API requests.\n   * > + `formattedAmount` is returned only when you also pass `\"CURRENCY\"`.\n   * @readonly\n   */\n  priceAfterDiscount?: FixedMonetaryAmount;\n}\n\nexport interface SubscriptionPricePerUnit {\n  /**\n   * Calculated value of price per unit. Takes into account `pricePerUnit` settings of parent product, `pricePerUnit` settings of this variant, and the variant subscription price.\n   * @readonly\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  value?: string;\n  /**\n   * Price per unit description.\n   * > **Note:** Returned only when you pass `\"CURRENCY\"` to the `fields` array in Products API requests.\n   * @readonly\n   * @maxLength 20\n   */\n  description?: string | null;\n  /**\n   * Subscription price per unit after automatic discounts are applied.\n   *\n   * > **Notes:**\n   * > + Returned only when you pass both `\"SUBSCRIPTION_PRICES_INFO\"` and `\"DISCOUNT_INFO\"` in Products API requests.\n   * > + `formattedAmount` is returned only when you also pass `\"CURRENCY\"`.\n   * @readonly\n   */\n  priceAfterDiscount?: FixedMonetaryAmount;\n}\n\nexport interface InventoryStatus {\n  /** Whether the variant is in stock. */\n  inStock?: boolean;\n  /** Whether preorder is enabled for this variant. */\n  preorderEnabled?: boolean;\n}\n\nexport interface ExtendedFields {\n  /**\n   * Extended field data. Each key corresponds to the namespace of the app that created the extended fields.\n   * The value of each key is structured according to the schema defined when the extended fields were configured.\n   *\n   * You can only access fields for which you have the appropriate permissions.\n   *\n   * Learn more about [extended fields](https://dev.wix.com/docs/rest/articles/getting-started/extended-fields).\n   */\n  namespaces?: Record<string, Record<string, any>>;\n}\n\nexport interface SubscriptionDetails {\n  /**\n   * Subscriptions.\n   * @minSize 1\n   * @maxSize 6\n   */\n  subscriptions?: Subscription[];\n  /**\n   * Whether to allow one-time purchases in addition to subscription-based purchases.\n   *\n   * Default: `false`\n   */\n  allowOneTimePurchases?: boolean | null;\n}\n\nexport interface Subscription extends SubscriptionCyclesOneOf {\n  /** Whether subscription is renewed automatically at the end of each period. Cannot be `false`, instead set `billingCycles`. */\n  autoRenewal?: boolean;\n  /**\n   * Number of billing cycles before subscription ends.\n   * @min 2\n   * @max 999\n   */\n  billingCycles?: number;\n  /**\n   * Subscription ID.\n   * @format GUID\n   * @immutable\n   */\n  id?: string | null;\n  /**\n   * Subscription title.\n   * @minLength 1\n   * @maxLength 20\n   */\n  title?: string;\n  /**\n   * Subscription description.\n   * @maxLength 60\n   */\n  description?: string | null;\n  /**\n   * Whether the subscription is visible to site visitors.\n   *\n   * Default: `true`\n   */\n  visible?: boolean | null;\n  /**\n   * Frequency of recurring payment.\n   * For example, if `frequency: MONTH` and `billingCycles: 6`; payment will be made monthly for 6 months.\n   */\n  frequency?: SubscriptionFrequencyWithLiterals;\n  /**\n   * Interval of recurring payment. Default: `1`. For example, if `frequency: MONTH`, `billingCycles: 3` and `interval: 2`; payment will be made every 2 months for a total of 6 months.\n   * @min 1\n   * @max 50\n   */\n  interval?: number | null;\n  /**\n   * Discount info (optional).\n   * For example, a $20 discount would be `amount: 20`, `type: AMOUNT`.\n   */\n  discount?: SubscriptionDiscount;\n}\n\n/** @oneof */\nexport interface SubscriptionCyclesOneOf {\n  /** Whether subscription is renewed automatically at the end of each period. Cannot be `false`, instead set `billingCycles`. */\n  autoRenewal?: boolean;\n  /**\n   * Number of billing cycles before subscription ends.\n   * @min 2\n   * @max 999\n   */\n  billingCycles?: number;\n}\n\n/** Frequency unit of recurring payment */\nexport enum SubscriptionFrequency {\n  UNDEFINED = 'UNDEFINED',\n  DAY = 'DAY',\n  WEEK = 'WEEK',\n  MONTH = 'MONTH',\n  YEAR = 'YEAR',\n}\n\n/** @enumType */\nexport type SubscriptionFrequencyWithLiterals =\n  | SubscriptionFrequency\n  | 'UNDEFINED'\n  | 'DAY'\n  | 'WEEK'\n  | 'MONTH'\n  | 'YEAR';\n\nexport interface SubscriptionDiscount\n  extends SubscriptionDiscountDiscountOneOf {\n  /**\n   * Fixed amount subtracted from the variant price when calculating subscription prices.\n   * @decimalValue options { gt:0, lte:999999999, maxScale:3 }\n   */\n  amountOff?: string;\n  /**\n   * Percentage subtracted from the variant price when calculating subscription prices.\n   * @min 0.1\n   * @max 99.9\n   */\n  percentOff?: number;\n  /** Discount type. */\n  type?: DiscountTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface SubscriptionDiscountDiscountOneOf {\n  /**\n   * Fixed amount subtracted from the variant price when calculating subscription prices.\n   * @decimalValue options { gt:0, lte:999999999, maxScale:3 }\n   */\n  amountOff?: string;\n  /**\n   * Percentage subtracted from the variant price when calculating subscription prices.\n   * @min 0.1\n   * @max 99.9\n   */\n  percentOff?: number;\n}\n\nexport enum DiscountType {\n  /** Discount by a specific amount. */\n  AMOUNT = 'AMOUNT',\n  /** Discount by a percentage. */\n  PERCENT = 'PERCENT',\n}\n\n/** @enumType */\nexport type DiscountTypeWithLiterals = DiscountType | 'AMOUNT' | 'PERCENT';\n\nexport interface VariantSummary {\n  /**\n   * The total number of variants for the product.\n   * @readonly\n   */\n  variantCount?: number;\n  /**\n   * The variant with the lowest `actualPrice` among visible variants for this product.\n   *\n   * Hidden variants are excluded; ties are broken by variant order. Empty if the product has no visible variants.\n   * > **Note:** Returned only when you pass `\"MIN_PRICE_VARIANT\"` to the `fields` array in Products API requests.\n   * @readonly\n   */\n  minPriceVariant?: Variant;\n}\n\nexport interface MinVariantPriceInfo {\n  /**\n   * Subscription price calculated by applying subscription discount to the variant `price.actualPrice`\n   * @readonly\n   */\n  minSubscriptionPrice?: FixedMonetaryAmount;\n  /**\n   * Subscription price per unit calculated value of price per unit.\n   * Takes into account `pricePerUnit` settings of parent product, `pricePerUnit` settings of this variant, and the variant subscription price.\n   * @readonly\n   * @decimalValue options { gte:0, lte:999999999, maxScale:3 }\n   */\n  minSubscriptionPricePerUnit?: string | null;\n  /**\n   * Variant price per unit.\n   * @readonly\n   */\n  pricePerUnitData?: PricePerUnit;\n  /**\n   * Variant SKU (stock keeping unit).\n   * @readonly\n   * @minLength 1\n   * @maxLength 40\n   */\n  sku?: string | null;\n  /**\n   * Variant shipping weight.\n   * @readonly\n   * @max 999999999.99\n   */\n  weight?: number | null;\n  /**\n   * Variant revenue details.\n   *\n   * > **Note:** Returned only when the following conditions are met:\n   * > + You pass `\"MERCHANT_DATA\"` to the `fields` array in Products API requests.\n   * > + Your app has the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   * @readonly\n   */\n  revenueDetails?: RevenueDetails;\n  /** Variant price. Must be greater or equal to 0. */\n  actualPrice?: FixedMonetaryAmount;\n  /** The compare-at-price represents the original price of a product before any discount. It is optional and should only be set if a discount applies. When set, it must be higher than the current price to reflect accurate savings. */\n  compareAtPrice?: FixedMonetaryAmount;\n}\n\n/** Background type */\nexport enum BackgroundType {\n  /** Solid color background */\n  COLOR = 'COLOR',\n  /** Gradient background */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type BackgroundTypeWithLiterals = BackgroundType | 'COLOR' | 'GRADIENT';\n\nexport interface Gradient {\n  /** Gradient type. */\n  type?: GradientTypeWithLiterals;\n  /**\n   * Color stops for the gradient.\n   * @maxSize 1000\n   */\n  stops?: Stop[];\n  /** Angle in degrees for linear gradient (0-360). */\n  angle?: number | null;\n  /**\n   * Horizontal center position for radial gradient (0-100).\n   * @max 100\n   */\n  centerX?: number | null;\n  /**\n   * Vertical center position for radial gradient (0-100).\n   * @max 100\n   */\n  centerY?: number | null;\n}\n\n/** Gradient type. */\nexport enum GradientType {\n  /** Linear gradient. */\n  LINEAR = 'LINEAR',\n  /** Radial gradient. */\n  RADIAL = 'RADIAL',\n}\n\n/** @enumType */\nexport type GradientTypeWithLiterals = GradientType | 'LINEAR' | 'RADIAL';\n\n/** A single color stop in the gradient. */\nexport interface Stop {\n  /**\n   * Stop color as hex value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Stop position (0-1). */\n  position?: number | null;\n}\n\n/** Background styling (color or gradient) */\nexport interface Background {\n  /** Background type. */\n  type?: BackgroundTypeWithLiterals;\n  /**\n   * Background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\nexport interface SketchData {\n  /** The sketch annotation variant to draw over the text. */\n  variant?: SketchDataVariantWithLiterals;\n  /**\n   * Annotation color. Defaults to the theme action color.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Whether the annotation animates on first paint. Defaults to `true`. */\n  animate?: boolean | null;\n}\n\nexport enum SketchDataVariant {\n  UNDERLINE = 'UNDERLINE',\n  BOX = 'BOX',\n  CIRCLE = 'CIRCLE',\n  HIGHLIGHT = 'HIGHLIGHT',\n  STRIKETHROUGH = 'STRIKETHROUGH',\n  CROSSED_OFF = 'CROSSED_OFF',\n}\n\n/** @enumType */\nexport type SketchDataVariantWithLiterals =\n  | SketchDataVariant\n  | 'UNDERLINE'\n  | 'BOX'\n  | 'CIRCLE'\n  | 'HIGHLIGHT'\n  | 'STRIKETHROUGH'\n  | 'CROSSED_OFF';\n\nexport enum Origin {\n  /** Banner originated from an image */\n  IMAGE = 'IMAGE',\n  /** Banner originated from a layout */\n  LAYOUT = 'LAYOUT',\n}\n\n/** @enumType */\nexport type OriginWithLiterals = Origin | 'IMAGE' | 'LAYOUT';\n\nexport enum BannerPosition {\n  /** Attached to the top edge (banner) */\n  TOP = 'TOP',\n  /** Attached to the bottom edge (footer) */\n  BOTTOM = 'BOTTOM',\n}\n\n/** @enumType */\nexport type BannerPositionWithLiterals = BannerPosition | 'TOP' | 'BOTTOM';\n\n/** Background type */\nexport enum LayoutDataBackgroundType {\n  /** Solid color background */\n  COLOR = 'COLOR',\n  /** Gradient background */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type LayoutDataBackgroundTypeWithLiterals =\n  | LayoutDataBackgroundType\n  | 'COLOR'\n  | 'GRADIENT';\n\n/** Backdrop type */\nexport enum BackdropType {\n  /** Solid color backdrop */\n  COLOR = 'COLOR',\n  /** Gradient backdrop */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type BackdropTypeWithLiterals = BackdropType | 'COLOR' | 'GRADIENT';\n\nexport interface Banner {\n  /** Origin of the banner */\n  origin?: OriginWithLiterals;\n  /** Position of the banner */\n  position?: BannerPositionWithLiterals;\n}\n\n/** Background styling (color or gradient) */\nexport interface LayoutDataBackground {\n  /** Background type. */\n  type?: LayoutDataBackgroundTypeWithLiterals;\n  /**\n   * Background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\n/** Backdrop styling (color or gradient) */\nexport interface Backdrop {\n  /** Backdrop type. */\n  type?: BackdropTypeWithLiterals;\n  /**\n   * Backdrop color as a hexadecimal value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\nexport interface ShapeData {\n  /** Styling for the shape's container. */\n  containerData?: PluginContainerData;\n  /** Shape file details. */\n  shape?: V1Media;\n  /** Styling for the shape. */\n  styles?: ShapeDataStyles;\n}\n\nexport interface ShapeDataStyles {\n  /**\n   * Shape fill color as a hexadecimal value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Map of original color keys to their new color values. */\n  colors?: Record<string, string>;\n}\n\nexport interface CardData {\n  /** Background styling (color or gradient). */\n  background?: CardDataBackground;\n  /** Background image. */\n  backgroundImage?: BackgroundImage;\n}\n\nexport enum Scaling {\n  /** Auto image scaling */\n  AUTO = 'AUTO',\n  /** Contain image scaling */\n  CONTAIN = 'CONTAIN',\n  /** Cover image scaling */\n  COVER = 'COVER',\n}\n\n/** @enumType */\nexport type ScalingWithLiterals = Scaling | 'AUTO' | 'CONTAIN' | 'COVER';\n\nexport enum ImagePositionPosition {\n  /** Image positioned at the center */\n  CENTER = 'CENTER',\n  /** Image positioned on the left */\n  CENTER_LEFT = 'CENTER_LEFT',\n  /** Image positioned on the right */\n  CENTER_RIGHT = 'CENTER_RIGHT',\n  /** Image positioned at the center top */\n  TOP = 'TOP',\n  /** Image positioned at the top left */\n  TOP_LEFT = 'TOP_LEFT',\n  /** Image positioned at the top right */\n  TOP_RIGHT = 'TOP_RIGHT',\n  /** Image positioned at the center bottom */\n  BOTTOM = 'BOTTOM',\n  /** Image positioned at the bottom left */\n  BOTTOM_LEFT = 'BOTTOM_LEFT',\n  /** Image positioned at the bottom right */\n  BOTTOM_RIGHT = 'BOTTOM_RIGHT',\n}\n\n/** @enumType */\nexport type ImagePositionPositionWithLiterals =\n  | ImagePositionPosition\n  | 'CENTER'\n  | 'CENTER_LEFT'\n  | 'CENTER_RIGHT'\n  | 'TOP'\n  | 'TOP_LEFT'\n  | 'TOP_RIGHT'\n  | 'BOTTOM'\n  | 'BOTTOM_LEFT'\n  | 'BOTTOM_RIGHT';\n\n/** Background type */\nexport enum CardDataBackgroundType {\n  /** Solid color background */\n  COLOR = 'COLOR',\n  /** Gradient background */\n  GRADIENT = 'GRADIENT',\n}\n\n/** @enumType */\nexport type CardDataBackgroundTypeWithLiterals =\n  | CardDataBackgroundType\n  | 'COLOR'\n  | 'GRADIENT';\n\n/** Background styling (color or gradient) */\nexport interface CardDataBackground {\n  /** Background type. */\n  type?: CardDataBackgroundTypeWithLiterals;\n  /**\n   * Background color as a hexadecimal value.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Gradient configuration. */\n  gradient?: Gradient;\n}\n\nexport interface BackgroundImage {\n  /** Background image. */\n  media?: V1Media;\n  /** Background image opacity. */\n  opacity?: number | null;\n  /** Background image scaling. */\n  scaling?: ScalingWithLiterals;\n  /** Position of background. Defaults to `CENTER`. */\n  position?: ImagePositionPositionWithLiterals;\n}\n\nexport interface TocData {\n  /** Heading levels included in the table of contents. Default: [1, 2, 3, 4, 5, 6]. */\n  includedHeadings?: number[];\n  /** List style. Default: PLAIN. */\n  listStyle?: ListStyleWithLiterals;\n  /** Optional override for the font size in pixels. */\n  fontSize?: number | null;\n  /** Optional override for the vertical spacing between items in pixels. */\n  itemSpacing?: number | null;\n  /**\n   * Optional override for the text color.\n   * @maxLength 19\n   */\n  color?: string | null;\n  /** Indentation style. Default: NESTED. */\n  indentation?: IndentationWithLiterals;\n}\n\n/** List style. */\nexport enum ListStyle {\n  /** No markers (default) */\n  PLAIN = 'PLAIN',\n  /** Numbered list */\n  NUMBERED = 'NUMBERED',\n  /** Alphabetic letters */\n  LETTERS = 'LETTERS',\n  /** Roman numerals */\n  ROMAN = 'ROMAN',\n  /** Bulleted list */\n  BULLETED = 'BULLETED',\n  /** Alphabetical index */\n  ALPHABETICAL_INDEX = 'ALPHABETICAL_INDEX',\n  /** Alphabetical index (compact top-row only) */\n  ALPHABETICAL_INDEX_COMPACT = 'ALPHABETICAL_INDEX_COMPACT',\n}\n\n/** @enumType */\nexport type ListStyleWithLiterals =\n  | ListStyle\n  | 'PLAIN'\n  | 'NUMBERED'\n  | 'LETTERS'\n  | 'ROMAN'\n  | 'BULLETED'\n  | 'ALPHABETICAL_INDEX'\n  | 'ALPHABETICAL_INDEX_COMPACT';\n\n/** Indentation style. */\nexport enum Indentation {\n  /** Sub-headings indented under parents (default) */\n  NESTED = 'NESTED',\n  /** All items at the same level */\n  FLAT = 'FLAT',\n}\n\n/** @enumType */\nexport type IndentationWithLiterals = Indentation | 'NESTED' | 'FLAT';\n\n/** Data for a smart block node. */\nexport interface SmartBlockData {\n  /** The type of the smart block. */\n  type?: SmartBlockDataTypeWithLiterals;\n  /** Layout orientation. HORIZONTAL or VERTICAL. Optional for variants with fixed orientation. */\n  orientation?: string | null;\n  /** Column size controlling cells per row. */\n  columnSize?: ColumnSizeWithLiterals;\n  /**\n   * Border color (for SOLID_JOINED_BOXES variant).\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Border width in pixels (for SOLID_JOINED_BOXES variant). */\n  borderWidth?: number | null;\n  /** Border radius in pixels (for SOLID_JOINED_BOXES variant). */\n  borderRadius?: number | null;\n}\n\n/** Layout type of the smart block */\nexport enum SmartBlockDataType {\n  /** Grid-based layouts with solid box items containing title, body, and icon/image. */\n  SOLID_BOXES = 'SOLID_BOXES',\n  /** Numbered boxes. */\n  NUMBERED_BOXES = 'NUMBERED_BOXES',\n  /** Statistics display with large numbers/values. */\n  STATS = 'STATS',\n  /** Statistics with circular visual elements. */\n  CIRCLE_STATS = 'CIRCLE_STATS',\n  /** Staggered/zigzag grid layout with alternating box positions. */\n  SOLID_BOXES_ALTERNATING = 'SOLID_BOXES_ALTERNATING',\n  /** Grid layout with boxes visually joined (no gaps, shared container border). */\n  SOLID_JOINED_BOXES = 'SOLID_JOINED_BOXES',\n  /** Transparent cells with only a left side line. */\n  SIDE_LINE_TEXT = 'SIDE_LINE_TEXT',\n  /** Transparent cells with only a top line. */\n  TOP_LINE_TEXT = 'TOP_LINE_TEXT',\n  /** Outlined boxes with a numbered/icon circle at the top. */\n  OUTLINE_BOXES_WITH_TOP_CIRCLE = 'OUTLINE_BOXES_WITH_TOP_CIRCLE',\n  /** Large icon bullets with text content. */\n  BIG_BULLETS = 'BIG_BULLETS',\n  /** Small dot bullets with text content. */\n  SMALL_BULLETS = 'SMALL_BULLETS',\n  /** Arrow icon bullets with text content. */\n  ARROW_BULLETS = 'ARROW_BULLETS',\n  /** Process steps with numbered/icon labels above a horizontal line. */\n  PROCESS_STEPS = 'PROCESS_STEPS',\n  /** Statistics with bar visual elements. */\n  BAR_STATS = 'BAR_STATS',\n  /** Timeline layout with numbered chips on a connecting line; cells alternate around the line. */\n  TIMELINE = 'TIMELINE',\n  /** Timeline layout with plain dot indicators; no numbers or shapes; cells alternate around the line. */\n  MINIMAL_TIMELINE = 'MINIMAL_TIMELINE',\n  /** Numbered pill-shaped labels (stadium chips) with text content; supports HORIZONTAL (pill on top) and VERTICAL (pill on left) orientations. */\n  PILLS = 'PILLS',\n  /** Star rating display with stars and a numeric value per cell. */\n  STAR_RATING = 'STAR_RATING',\n  /** Outlined boxes with decorative quote glyphs at the top-left and bottom-right corners. */\n  QUOTE_BOXES = 'QUOTE_BOXES',\n  /** Donut/ring with numbered annular-sector segments; cell text labels sit outside the ring. */\n  CIRCLE = 'CIRCLE',\n  /** Hierarchical pyramid where each cell renders as a horizontal slice (apex at top, base at bottom) with the cell number or shape centered inside; text content sits beside (desktop) or below (mobile) the pyramid. */\n  PYRAMID = 'PYRAMID',\n  /** Cells render a horizontal bar whose width scales with cell index, creating a staircase pattern; bar carries the cell number or a custom shape. */\n  STAIRCASE = 'STAIRCASE',\n  /** Hierarchical funnel where each cell renders as a horizontal slice (wide at top, narrowing toward the bottom) with the cell number or shape centered inside; text content sits beside (desktop) or below (mobile) the funnel. */\n  VERTICAL_FUNNEL = 'VERTICAL_FUNNEL',\n}\n\n/** @enumType */\nexport type SmartBlockDataTypeWithLiterals =\n  | SmartBlockDataType\n  | 'SOLID_BOXES'\n  | 'NUMBERED_BOXES'\n  | 'STATS'\n  | 'CIRCLE_STATS'\n  | 'SOLID_BOXES_ALTERNATING'\n  | 'SOLID_JOINED_BOXES'\n  | 'SIDE_LINE_TEXT'\n  | 'TOP_LINE_TEXT'\n  | 'OUTLINE_BOXES_WITH_TOP_CIRCLE'\n  | 'BIG_BULLETS'\n  | 'SMALL_BULLETS'\n  | 'ARROW_BULLETS'\n  | 'PROCESS_STEPS'\n  | 'BAR_STATS'\n  | 'TIMELINE'\n  | 'MINIMAL_TIMELINE'\n  | 'PILLS'\n  | 'STAR_RATING'\n  | 'QUOTE_BOXES'\n  | 'CIRCLE'\n  | 'PYRAMID'\n  | 'STAIRCASE'\n  | 'VERTICAL_FUNNEL';\n\n/** Column size controlling how many cells appear per row. */\nexport enum ColumnSize {\n  /** Up to 4 cells in a row. */\n  SMALL = 'SMALL',\n  /** Up to 3 cells in a row (default). */\n  MEDIUM = 'MEDIUM',\n  /** Up to 2 cells in a row. */\n  LARGE = 'LARGE',\n  /** 1 cell in a row. */\n  EXTRA_LARGE = 'EXTRA_LARGE',\n}\n\n/** @enumType */\nexport type ColumnSizeWithLiterals =\n  | ColumnSize\n  | 'SMALL'\n  | 'MEDIUM'\n  | 'LARGE'\n  | 'EXTRA_LARGE';\n\n/** Data for a smart block cell node. */\nexport interface SmartBlockCellData {\n  /** Optional label text for the cell (e.g., for stats variants). */\n  label?: string | null;\n  /** Shape file details. */\n  shape?: V1Media;\n  /**\n   * Border color of the cell.\n   * @maxLength 19\n   */\n  borderColor?: string | null;\n  /** Border width in pixels. */\n  borderWidth?: number | null;\n  /** Border radius in pixels. */\n  borderRadius?: number | null;\n  /** The type of the parent smart block (must match parent). */\n  type?: SmartBlockDataTypeWithLiterals;\n  /**\n   * Accent color for non-background variants (e.g., line, bullet, label color).\n   * @maxLength 19\n   */\n  accentColor?: string | null;\n  /**\n   * Background color for background-based variants (SOLID_BOXES, SOLID_BOXES_ALTERNATING, SOLID_JOINED_BOXES).\n   * @maxLength 19\n   */\n  backgroundColor?: string | null;\n  /**\n   * Shape fill color as a hexadecimal value.\n   * @maxLength 19\n   */\n  shapeColor?: string | null;\n}\n\nexport interface CheckboxListData {\n  /** Indentation level from 0-4. */\n  indentation?: number;\n  /** Offset level from 0-4. */\n  offset?: number | null;\n}\n\nexport interface ListItemNodeData {\n  /** Checkbox list item state. Defaults to `false`. */\n  checked?: boolean | null;\n}\n\n/** A list of references to product media items. */\nexport interface MediaReferences {\n  /**\n   * References to media items from the product's media list.\n   * Each reference points to a media item by its ID or URL.\n   * @maxSize 15\n   */\n  items?: MediaReference[];\n}\n\n/**\n * A reference to a product media item.\n * When writing, you can use either `media_id` or `url` to assign an item from the product's media.\n * When reading, this message will return the media ID of the associated media item.\n */\nexport interface MediaReference extends MediaReferenceIdentifierOneOf {\n  /**\n   * Media ID from the Wix Media Manager. Will always be returned on read.\n   * @minLength 1\n   * @maxLength 200\n   */\n  mediaId?: string;\n  /**\n   * External media URL. Can be used only on write.\n   * @format WEB_URL\n   */\n  url?: string;\n}\n\n/** @oneof */\nexport interface MediaReferenceIdentifierOneOf {\n  /**\n   * Media ID from the Wix Media Manager. Will always be returned on read.\n   * @minLength 1\n   * @maxLength 200\n   */\n  mediaId?: string;\n  /**\n   * External media URL. Can be used only on write.\n   * @format WEB_URL\n   */\n  url?: string;\n}\n\nexport interface Dimensions {\n  /**\n   * Length. Measurement unit is handled at the system level (metric/imperial).\n   * @decimalValue options { gte:0, lte:999999999, maxScale:6 }\n   */\n  length?: string | null;\n  /**\n   * Width. Measurement unit is handled at the system level (metric/imperial).\n   * @decimalValue options { gte:0, lte:999999999, maxScale:6 }\n   */\n  width?: string | null;\n  /**\n   * Height. Measurement unit is handled at the system level (metric/imperial).\n   * @decimalValue options { gte:0, lte:999999999, maxScale:6 }\n   */\n  height?: string | null;\n  /** Unit of measurement for dimensions (length, width, height). */\n  unit?: DimensionsUnitWithLiterals;\n}\n\nexport enum DimensionsUnit {\n  UNKNOWN_DIMENSIONS_UNIT = 'UNKNOWN_DIMENSIONS_UNIT',\n  /** Millimeters. */\n  MM = 'MM',\n  /** Centimeters. */\n  CM = 'CM',\n  /** Meters. */\n  M = 'M',\n  /** Inches. */\n  IN = 'IN',\n  /** Feet. */\n  FT = 'FT',\n  /** Yards. */\n  YD = 'YD',\n}\n\n/** @enumType */\nexport type DimensionsUnitWithLiterals =\n  | DimensionsUnit\n  | 'UNKNOWN_DIMENSIONS_UNIT'\n  | 'MM'\n  | 'CM'\n  | 'M'\n  | 'IN'\n  | 'FT'\n  | 'YD';\n\nexport interface PurchaseEligibility {\n  userCriteria?: UserCriteriaWithLiterals;\n}\n\nexport enum UserCriteria {\n  /** Product is available only to members. */\n  MEMBERS_ONLY = 'MEMBERS_ONLY',\n}\n\n/** @enumType */\nexport type UserCriteriaWithLiterals = UserCriteria | 'MEMBERS_ONLY';\n\nexport interface DiscountInfo {\n  /**\n   * Automatic discount rule names that apply to this product.\n   * @readonly\n   * @maxSize 100\n   * @maxLength 100\n   */\n  discountRuleNames?: string[];\n}\n\n/**\n * Common object for tags.\n * Should be used as in this example:\n * message Foo {\n * option (.wix.api.decomposite_of) = \"wix.commons.v2.tags.Foo\";\n * string id = 1;\n * ...\n * Tags tags = 5\n * }\n *\n * example of taggable entity\n * {\n * id: \"123\"\n * tags: {\n * public_tags: {\n * tag_ids:[\"11\",\"22\"]\n * },\n * private_tags: {\n * tag_ids: [\"33\", \"44\"]\n * }\n * }\n * }\n */\nexport interface Tags {\n  /** Tags that require an additional permission in order to access them, normally not given to site members or visitors. */\n  privateTags?: TagList;\n  /** Tags that are exposed to anyone who has access to the labeled entity itself, including site members and visitors. */\n  publicTags?: TagList;\n}\n\nexport interface TagList {\n  /**\n   * List of tag IDs.\n   * @maxSize 100\n   * @maxLength 5\n   */\n  tagIds?: string[];\n}\n\nexport interface UpdateDocumentsEvent\n  extends UpdateDocumentsEventOperationOneOf {\n  /** insert/update documents */\n  update?: DocumentUpdateOperation;\n  /** delete by document ids */\n  deleteByIds?: DeleteByIdsOperation;\n  /** delete documents matching filter */\n  deleteByFilter?: DeleteByFilterOperation;\n  /** update documents matching filter */\n  updateByFilter?: UpdateByFilterOperation;\n  /** update only existing documents */\n  updateExisting?: UpdateExistingOperation;\n  /**\n   * application which owns documents\n   * @minLength 2\n   */\n  appDefId?: string | null;\n  /**\n   * type of the documents\n   * @minLength 2\n   */\n  documentType?: string | null;\n  /**\n   * language of the documents\n   * @minLength 2\n   */\n  language?: string | null;\n  /**\n   * site documents belong to\n   * @minLength 2\n   */\n  msId?: string | null;\n}\n\n/** @oneof */\nexport interface UpdateDocumentsEventOperationOneOf {\n  /** insert/update documents */\n  update?: DocumentUpdateOperation;\n  /** delete by document ids */\n  deleteByIds?: DeleteByIdsOperation;\n  /** delete documents matching filter */\n  deleteByFilter?: DeleteByFilterOperation;\n  /** update documents matching filter */\n  updateByFilter?: UpdateByFilterOperation;\n  /** update only existing documents */\n  updateExisting?: UpdateExistingOperation;\n}\n\nexport interface DocumentUpdateOperation {\n  /** documents to index or update */\n  documents?: IndexDocument[];\n}\n\nexport interface IndexDocument {\n  /** data bag with non-searchable fields (url, image) */\n  payload?: DocumentPayload;\n  /** what type of users should documents be visible to */\n  exposure?: EnumWithLiterals;\n  /** document with mandatory fields (id, title, description) and with fields specific to the type of the document */\n  document?: Record<string, any> | null;\n  /** what member groups is the document exposed to. Used only with GROUP_PROTECTED exposure */\n  permittedMemberGroups?: string[];\n  /** if true SEO is disabled for this document */\n  seoHidden?: boolean | null;\n  /** if true the page is a lightbox popup */\n  isPopup?: boolean | null;\n}\n\nexport interface DocumentPayload {\n  /** url of the page representing the document */\n  url?: string | null;\n  /** image which represents the document */\n  documentImage?: DocumentImage;\n}\n\nexport interface DocumentImage {\n  /** the name of the image */\n  name?: string;\n  /** the width of the image */\n  width?: number;\n  /** the height of the image */\n  height?: number;\n}\n\nexport enum Enum {\n  /** Default value. Means that permission not set */\n  UNKNOWN = 'UNKNOWN',\n  /** Protected exposure. Exposed to members and owners */\n  PROTECTED = 'PROTECTED',\n  /** Private exposure. Exposed to owners */\n  PRIVATE = 'PRIVATE',\n  /** Public exposure. Visible to everyone */\n  PUBLIC = 'PUBLIC',\n  /** Used for partial updates, to state that exposure is not changing */\n  UNCHANGED = 'UNCHANGED',\n  /** Protected to members of permitted groups and owners */\n  GROUP_PROTECTED = 'GROUP_PROTECTED',\n}\n\n/** @enumType */\nexport type EnumWithLiterals =\n  | Enum\n  | 'UNKNOWN'\n  | 'PROTECTED'\n  | 'PRIVATE'\n  | 'PUBLIC'\n  | 'UNCHANGED'\n  | 'GROUP_PROTECTED';\n\nexport interface DeleteByIdsOperation {\n  /** ids of the documents to delete */\n  documentIds?: string[];\n}\n\nexport interface DeleteByFilterOperation {\n  /** documents matching this filter wil be deleted. only filterable documents defined in document_type can be used for filtering */\n  filter?: Record<string, any> | null;\n}\n\nexport interface UpdateByFilterOperation {\n  /** documents matching this filter will be updated */\n  filter?: Record<string, any> | null;\n  /** partial document to apply */\n  document?: IndexDocument;\n}\n\nexport interface UpdateExistingOperation {\n  /** documents to update */\n  documents?: IndexDocument[];\n}\n\nexport interface ProductTagsModified {\n  /** Updated Product. */\n  product?: V3Product;\n  /** Tags that were assigned to the Product. */\n  assignedTags?: Tags;\n  /** Tags that were unassigned from the Product. */\n  unassignedTags?: Tags;\n}\n\nexport interface DomainEvent extends DomainEventBodyOneOf {\n  createdEvent?: EntityCreatedEvent;\n  updatedEvent?: EntityUpdatedEvent;\n  deletedEvent?: EntityDeletedEvent;\n  actionEvent?: ActionEvent;\n  /** Event ID. With this ID you can easily spot duplicated events and ignore them. */\n  id?: string;\n  /**\n   * Fully Qualified Domain Name of an entity. This is a unique identifier assigned to the API main business entities.\n   * For example, `wix.stores.catalog.product`, `wix.bookings.session`, `wix.payments.transaction`.\n   */\n  entityFqdn?: string;\n  /**\n   * Event action name, placed at the top level to make it easier for users to dispatch messages.\n   * For example: `created`/`updated`/`deleted`/`started`/`completed`/`email_opened`.\n   */\n  slug?: string;\n  /** ID of the entity associated with the event. */\n  entityId?: string;\n  /** Event timestamp in [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601) format and UTC time. For example, `2020-04-26T13:57:50.699Z`. */\n  eventTime?: Date | null;\n  /**\n   * Whether the event was triggered as a result of a privacy regulation application\n   * (for example, GDPR).\n   */\n  triggeredByAnonymizeRequest?: boolean | null;\n  /** If present, indicates the action that triggered the event. */\n  originatedFrom?: string | null;\n  /**\n   * A sequence number that indicates the order of updates to an entity. For example, if an entity was updated at `16:00` and then again at `16:01`, the second update will always have a higher sequence number.\n   * You can use this number to make sure you're handling updates in the right order. Just save the latest sequence number on your end and compare it to the one in each new message. If the new message has an older (lower) number, you can safely ignore it.\n   */\n  entityEventSequence?: string | null;\n}\n\n/** @oneof */\nexport interface DomainEventBodyOneOf {\n  createdEvent?: EntityCreatedEvent;\n  updatedEvent?: EntityUpdatedEvent;\n  deletedEvent?: EntityDeletedEvent;\n  actionEvent?: ActionEvent;\n}\n\nexport interface EntityCreatedEvent {\n  entityAsJson?: string;\n  /** Indicates the event was triggered by a restore-from-trashbin operation for a previously deleted entity */\n  restoreInfo?: RestoreInfo;\n}\n\nexport interface RestoreInfo {\n  deletedDate?: Date | null;\n}\n\nexport interface EntityUpdatedEvent {\n  /**\n   * Since platformized APIs only expose PATCH and not PUT we can't assume that the fields sent from the client are the actual diff.\n   * This means that to generate a list of changed fields (as opposed to sent fields) one needs to traverse both objects.\n   * We don't want to impose this on all developers and so we leave this traversal to the notification recipients which need it.\n   */\n  currentEntityAsJson?: string;\n}\n\nexport interface EntityDeletedEvent {\n  /** Entity that was deleted. */\n  deletedEntityAsJson?: string | null;\n}\n\nexport interface ActionEvent {\n  bodyAsJson?: string;\n}\n\nexport interface Empty {}\n\nexport interface SearchIndexingNotification {\n  /** new state of indexing for the site specified in ms_id */\n  indexState?: StateWithLiterals;\n  /** type of the document the notification is targeted for. Applies to all types if not provided */\n  documentType?: string | null;\n  /** languaInternalDocumentUpdateByFilterOperationge the notification is targeted for. Applies to all languages if not provided */\n  language?: string | null;\n  /**\n   * site for which notification is targeted\n   * @minLength 2\n   */\n  msId?: string | null;\n}\n\nexport enum State {\n  /** default state */\n  Unknown = 'Unknown',\n  /** metasite does not require site search indexing */\n  Off = 'Off',\n  /** metasite requires site search indexing */\n  On = 'On',\n}\n\n/** @enumType */\nexport type StateWithLiterals = State | 'Unknown' | 'Off' | 'On';\n\nexport interface MessageEnvelope {\n  /**\n   * App instance ID.\n   * @format GUID\n   */\n  instanceId?: string | null;\n  /**\n   * Event type.\n   * @maxLength 150\n   */\n  eventType?: string;\n  /** The identification type and identity data. */\n  identity?: IdentificationData;\n  /** Stringify payload. */\n  data?: string;\n  /** Details related to the account */\n  accountInfo?: AccountInfo;\n}\n\nexport interface IdentificationData extends IdentificationDataIdOneOf {\n  /**\n   * ID of a site visitor that has not logged in to the site.\n   * @format GUID\n   */\n  anonymousVisitorId?: string;\n  /**\n   * ID of a site visitor that has logged in to the site.\n   * @format GUID\n   */\n  memberId?: string;\n  /**\n   * ID of a Wix user (site owner, contributor, etc.).\n   * @format GUID\n   */\n  wixUserId?: string;\n  /**\n   * ID of an app.\n   * @format GUID\n   */\n  appId?: string;\n  /** @readonly */\n  identityType?: WebhookIdentityTypeWithLiterals;\n}\n\n/** @oneof */\nexport interface IdentificationDataIdOneOf {\n  /**\n   * ID of a site visitor that has not logged in to the site.\n   * @format GUID\n   */\n  anonymousVisitorId?: string;\n  /**\n   * ID of a site visitor that has logged in to the site.\n   * @format GUID\n   */\n  memberId?: string;\n  /**\n   * ID of a Wix user (site owner, contributor, etc.).\n   * @format GUID\n   */\n  wixUserId?: string;\n  /**\n   * ID of an app.\n   * @format GUID\n   */\n  appId?: string;\n}\n\nexport enum WebhookIdentityType {\n  UNKNOWN = 'UNKNOWN',\n  ANONYMOUS_VISITOR = 'ANONYMOUS_VISITOR',\n  MEMBER = 'MEMBER',\n  WIX_USER = 'WIX_USER',\n  APP = 'APP',\n}\n\n/** @enumType */\nexport type WebhookIdentityTypeWithLiterals =\n  | WebhookIdentityType\n  | 'UNKNOWN'\n  | 'ANONYMOUS_VISITOR'\n  | 'MEMBER'\n  | 'WIX_USER'\n  | 'APP';\n\nexport interface AccountInfo {\n  /**\n   * ID of the Wix account associated with the event.\n   * @format GUID\n   */\n  accountId?: string | null;\n  /**\n   * ID of the parent Wix account. Only included when accountId belongs to a child account.\n   * @format GUID\n   */\n  parentAccountId?: string | null;\n  /**\n   * ID of the Wix site associated with the event. Only included when the event is tied to a specific site.\n   * @format GUID\n   */\n  siteId?: string | null;\n}\n\nexport interface InvalidateCache extends InvalidateCacheGetByOneOf {\n  /**\n   * Invalidate by msId. NOT recommended, as this will invalidate the entire site cache!\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * Invalidate by Site ID. NOT recommended, as this will invalidate the entire site cache!\n   * @format GUID\n   */\n  siteId?: string;\n  /** Invalidate by App */\n  app?: App;\n  /** Invalidate by page id */\n  page?: Page;\n  /** Invalidate by URI path */\n  uri?: URI;\n  /** Invalidate by file (for media files such as PDFs) */\n  file?: File;\n  /** Invalidate by custom tag. Tags used in BO invalidation are disabled for this endpoint (more info: https://wix-bo.com/dev/clear-ssr-cache) */\n  customTag?: CustomTag;\n  /** Invalidate by multiple page ids */\n  pages?: Pages;\n  /** Invalidate by multiple URI paths */\n  uris?: URIs;\n  /**\n   * tell us why you're invalidating the cache. You don't need to add your app name\n   * @maxLength 256\n   */\n  reason?: string | null;\n  /** Is local DS */\n  localDc?: boolean;\n  hardPurge?: boolean;\n  /**\n   * Optional caller-provided ID for tracking this invalidation through the system.\n   * When set, the corresponding CDN purge completion event will include this ID,\n   * allowing you to confirm when the invalidation has fully propagated.\n   * Example: generate a UUID, pass it here, and later match it in the CDN purge completion event.\n   * @maxLength 256\n   */\n  correlationId?: string | null;\n}\n\n/** @oneof */\nexport interface InvalidateCacheGetByOneOf {\n  /**\n   * Invalidate by msId. NOT recommended, as this will invalidate the entire site cache!\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * Invalidate by Site ID. NOT recommended, as this will invalidate the entire site cache!\n   * @format GUID\n   */\n  siteId?: string;\n  /** Invalidate by App */\n  app?: App;\n  /** Invalidate by page id */\n  page?: Page;\n  /** Invalidate by URI path */\n  uri?: URI;\n  /** Invalidate by file (for media files such as PDFs) */\n  file?: File;\n  /** Invalidate by custom tag. Tags used in BO invalidation are disabled for this endpoint (more info: https://wix-bo.com/dev/clear-ssr-cache) */\n  customTag?: CustomTag;\n  /** Invalidate by multiple page ids */\n  pages?: Pages;\n  /** Invalidate by multiple URI paths */\n  uris?: URIs;\n}\n\nexport interface App {\n  /**\n   * The AppDefId\n   * @minLength 1\n   */\n  appDefId?: string;\n  /**\n   * The instance Id\n   * @format GUID\n   */\n  instanceId?: string;\n}\n\nexport interface Page {\n  /**\n   * the msid the page is on\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * Invalidate by Page ID\n   * @minLength 1\n   */\n  pageId?: string;\n}\n\nexport interface URI {\n  /**\n   * the msid the URI is on\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * URI path to invalidate (e.g. page/my/path) - without leading/trailing slashes\n   * @minLength 1\n   */\n  uriPath?: string;\n}\n\nexport interface File {\n  /**\n   * the msid the file is related to\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * Invalidate by filename (for media files such as PDFs)\n   * @minLength 1\n   * @maxLength 256\n   */\n  fileName?: string;\n}\n\nexport interface CustomTag {\n  /**\n   * the msid the tag is related to\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * Tag to invalidate by\n   * @minLength 1\n   * @maxLength 256\n   */\n  tag?: string;\n}\n\nexport interface Pages {\n  /**\n   * the msid the pages are on\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * Invalidate by multiple Page IDs in a single message\n   * @maxSize 100\n   * @minLength 1\n   */\n  pageIds?: string[];\n}\n\nexport interface URIs {\n  /**\n   * the msid the URIs are on\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /**\n   * URI paths to invalidate (e.g. page/my/path) - without leading/trailing slashes\n   * @maxSize 100\n   * @minLength 1\n   */\n  uriPaths?: string[];\n}\n\nexport interface DoNotCallCreateProductRequest {\n  /** Product to be created */\n  product?: V3Product;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport enum SingleEntityOpsRequestedFields {\n  /** The product's public storefront URL, including both relative path and full URL with base domain. */\n  URL = 'URL',\n  /** Currency information including the currency code and formatted price amounts for storefront display. */\n  CURRENCY = 'CURRENCY',\n  /** Returns basic info section metadata including IDs, unique names, and titles. Use with `INFO_SECTION_DESCRIPTION` or `INFO_SECTION_PLAIN_DESCRIPTION` to include content. */\n  INFO_SECTION = 'INFO_SECTION',\n  /**\n   * Returns merchant-related financial data including cost ranges and variant revenue details like cost, profit, and profit margin.\n   * Requires the `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   */\n  MERCHANT_DATA = 'MERCHANT_DATA',\n  /** Provides product description as plain HTML text. */\n  PLAIN_DESCRIPTION = 'PLAIN_DESCRIPTION',\n  /** Returns info section descriptions as HTML content. Use with `INFO_SECTION` for complete metadata. */\n  INFO_SECTION_PLAIN_DESCRIPTION = 'INFO_SECTION_PLAIN_DESCRIPTION',\n  /** Details subscription pricing options, empty for non-subscription products. */\n  SUBSCRIPTION_PRICES_INFO = 'SUBSCRIPTION_PRICES_INFO',\n  /** Returns the category breadcrumb navigation path from root categories down to the product's main category, including category IDs, names, and slugs. */\n  BREADCRUMBS_INFO = 'BREADCRUMBS_INFO',\n  /** Returns the weight measurement unit (KG, LB) for the product. */\n  WEIGHT_MEASUREMENT_UNIT_INFO = 'WEIGHT_MEASUREMENT_UNIT_INFO',\n  /** Enriches variant choices with human-readable option and choice names alongside render types. */\n  VARIANT_OPTION_CHOICE_NAMES = 'VARIANT_OPTION_CHOICE_NAMES',\n  /** Returns all media items associated with the product, including detailed metadata (URLs, alt-text, dimensions, filenames, file sizes). */\n  MEDIA_ITEMS_INFO = 'MEDIA_ITEMS_INFO',\n  /** Returns the product description as rich content with complete node structure, metadata, and styling information. */\n  DESCRIPTION = 'DESCRIPTION',\n  /** Provides the IDs and indexes of categories the product is directly assigned to. */\n  DIRECT_CATEGORIES_INFO = 'DIRECT_CATEGORIES_INFO',\n  /** Provides IDs and indexes for all categories including inherited parent categories. */\n  ALL_CATEGORIES_INFO = 'ALL_CATEGORIES_INFO',\n  /** Returns info section descriptions as rich content with complete node structure, metadata, and styling information. Use with `INFO_SECTION` for complete metadata. */\n  INFO_SECTION_DESCRIPTION = 'INFO_SECTION_DESCRIPTION',\n  /** Returns an optimized thumbnail image with standard dimensions, suitable for listings or previews. */\n  THUMBNAIL = 'THUMBNAIL',\n  /**\n   * Returns media references associated with product option and modifier choices instead of the deprecated `linked_media` field.\n   *\n   * When requested, choice objects will populate `media_references` with lightweight `MediaReference` objects containing only media IDs,\n   * while the `linked_media` field will be returned empty to avoid duplication and reduce response payload size.\n   *\n   * To get full media metadata (dimensions, alt text, filenames, etc.), request `MEDIA_ITEMS_INFO` on the product and correlate by media ID.\n   *\n   * > **Note:** The `media_references` field is available on `ConnectedOptionChoice` and `ConnectedModifierChoice` objects.\n   */\n  PRODUCT_CHOICES_MEDIA_REFERENCES = 'PRODUCT_CHOICES_MEDIA_REFERENCES',\n  /**\n   * Returns display images for product option and modifier choices.\n   * When requested, choice objects will populate `display_image` with a lightweight image containing only ID, URL, and alt text.\n   */\n  PRODUCT_CHOICES_DISPLAY_IMAGE = 'PRODUCT_CHOICES_DISPLAY_IMAGE',\n  /**\n   * Returns automatic discount info for product get/query/search responses and populates product-level `discountInfo.discountRuleNames`.\n   *\n   * To receive discounted variant prices in get/query/search responses, request this together with `MIN_PRICE_VARIANT` (returned in `variantSummary.minPriceVariant.price.priceAfterDiscount`).\n   * Formatted money amounts are returned only when `CURRENCY` is also requested.\n   * @documentationMaturity preview\n   */\n  DISCOUNT_INFO = 'DISCOUNT_INFO',\n}\n\n/** @enumType */\nexport type SingleEntityOpsRequestedFieldsWithLiterals =\n  | SingleEntityOpsRequestedFields\n  | 'URL'\n  | 'CURRENCY'\n  | 'INFO_SECTION'\n  | 'MERCHANT_DATA'\n  | 'PLAIN_DESCRIPTION'\n  | 'INFO_SECTION_PLAIN_DESCRIPTION'\n  | 'SUBSCRIPTION_PRICES_INFO'\n  | 'BREADCRUMBS_INFO'\n  | 'WEIGHT_MEASUREMENT_UNIT_INFO'\n  | 'VARIANT_OPTION_CHOICE_NAMES'\n  | 'MEDIA_ITEMS_INFO'\n  | 'DESCRIPTION'\n  | 'DIRECT_CATEGORIES_INFO'\n  | 'ALL_CATEGORIES_INFO'\n  | 'INFO_SECTION_DESCRIPTION'\n  | 'THUMBNAIL'\n  | 'PRODUCT_CHOICES_MEDIA_REFERENCES'\n  | 'PRODUCT_CHOICES_DISPLAY_IMAGE'\n  | 'DISCOUNT_INFO';\n\nexport interface DoNotCallCreateProductResponse {\n  /** The created Product */\n  product?: V3Product;\n}\n\nexport interface DuplicateRibbonErrorData {\n  /**\n   * The ribbon IDs that passed more than once.\n   * @maxSize 4\n   * @minLength 1\n   * @maxLength 36\n   */\n  ribbonIds?: string[];\n}\n\nexport interface DuplicateMediaIdAssignedToProduct {\n  /**\n   * List of media IDs passed more than once.\n   * @maxSize 15\n   * @format GUID\n   */\n  mediaIds?: string[];\n}\n\nexport interface GetProductRequest {\n  /**\n   * Id of the Product to retrieve\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface GetProductResponse {\n  /** The retrieved Product */\n  product?: V3Product;\n}\n\nexport interface GetProductBySlugRequest {\n  /**\n   * Product slug. A permanent, friendly URL name unique per store.\n   * @minLength 1\n   * @maxLength 100\n   */\n  slug?: string;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface GetProductBySlugResponse {\n  /** The retrieved Product */\n  product?: V3Product;\n}\n\nexport interface DoNotCallUpdateProductRequest {\n  /** Product to be updated, may be partial */\n  product?: V3Product;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface DoNotCallUpdateProductResponse {\n  /** The updated Product */\n  product?: V3Product;\n}\n\nexport interface VariantsRemoved {\n  /**\n   * Removed variants ids.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 1000\n   */\n  variantIds?: string[];\n}\n\nexport interface UnsupportedFieldMasks {\n  /**\n   * Field masks provided in request but not supported\n   * @maxLength 1000\n   * @maxSize 100\n   */\n  fieldMasks?: string[];\n}\n\nexport interface DeleteProductRequest {\n  /**\n   * Id of the Product to delete\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n}\n\nexport interface DeleteProductResponse {}\n\nexport interface SearchProductsRequest {\n  /**\n   * WQL expression. Please pay attention that unlike other arrays when you want to filter by `inventory` or `variants` instead of standard array operators you must use `$matchItems` (for usage see examples).\n   * It means that product will be returned only if one or more items satisfy all filters specified in $matchItems.\n   * For example, if you have 2 variants: one visible with price 10 and another one not visible with price 20, when inside $matchItems you specify `visible:true` and `price > 15` nothing will be returned because there are no variants which satisfy both conditions.\n   * You still can use `$isEmpty` and `$exists` operators for fields listed above.\n   * See examples to understand supported capabilities.\n   * This endpoint does not return variants-info, even though it is part of the entity, as including it would result in overly large response objects.\n   * If you need variants-info, you can retrieve it for a specific product using the getProduct endpoint.\n   */\n  search?: CursorSearch;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface CursorSearch extends CursorSearchPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CursorPaging;\n  /**\n   * Filter object.\n   *\n   * Learn more about the [filter section](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#filters).\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * List of sort objects.\n   *\n   * Learn more about the [sort section](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#sorting).\n   * @maxSize 10\n   */\n  sort?: Sorting[];\n  /**\n   * Aggregations | Faceted search: refers to a way to explore large amounts of data by displaying summaries about various partitions of the data and later allowing to narrow the navigation to a specific partition.\n   * @maxSize 10\n   */\n  aggregations?: Aggregation[];\n  /** Free text to match in searchable fields. */\n  search?: SearchDetails;\n  /**\n   * UTC offset or IANA time zone. Valid values are\n   * ISO 8601 UTC offsets, such as +02:00 or -06:00,\n   * and IANA time zone IDs, such as Europe/Rome\n   *\n   * Affects all filters and aggregations returned values.\n   * You may override this behavior in a specific filter by providing\n   * timestamps including time zone. e.g. `\"2023-12-20T10:52:34.795Z\"`\n   * @maxLength 50\n   */\n  timeZone?: string | null;\n}\n\n/** @oneof */\nexport interface CursorSearchPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface Sorting {\n  /**\n   * Name of the field to sort by.\n   * @maxLength 512\n   */\n  fieldName?: string;\n  /** Sort order. */\n  order?: SortOrderWithLiterals;\n}\n\nexport enum SortOrder {\n  /** Ascending order. */\n  ASC = 'ASC',\n  /** Descending order. */\n  DESC = 'DESC',\n}\n\n/** @enumType */\nexport type SortOrderWithLiterals = SortOrder | 'ASC' | 'DESC';\n\nexport interface Aggregation extends AggregationKindOneOf {\n  /** Value aggregation */\n  value?: ValueAggregation;\n  /** Range aggregation */\n  range?: RangeAggregation;\n  /** Scalar aggregation */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation */\n  dateHistogram?: DateHistogramAggregation;\n  /** Nested aggregation */\n  nested?: NestedAggregation;\n  /**\n   * User-defined name of aggregation, should be unique, will appear in aggregation results\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation, client must provide matching aggregation field below */\n  type?: AggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by, use dot notation to specify json path\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface AggregationKindOneOf {\n  /** Value aggregation */\n  value?: ValueAggregation;\n  /** Range aggregation */\n  range?: RangeAggregation;\n  /** Scalar aggregation */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation */\n  dateHistogram?: DateHistogramAggregation;\n  /** Nested aggregation */\n  nested?: NestedAggregation;\n}\n\nexport interface RangeBucket {\n  /** Inclusive lower bound of the range. Required if to is not given */\n  from?: number | null;\n  /** Exclusive upper bound of the range. Required if from is not given */\n  to?: number | null;\n}\n\nexport enum SortType {\n  /** Should sort by number of matches. */\n  COUNT = 'COUNT',\n  /** Should sort by value of the field alphabetically. */\n  VALUE = 'VALUE',\n}\n\n/** @enumType */\nexport type SortTypeWithLiterals = SortType | 'COUNT' | 'VALUE';\n\nexport enum SortDirection {\n  /** Should sort by descending order. */\n  DESC = 'DESC',\n  /** Should sort by ascending order. */\n  ASC = 'ASC',\n}\n\n/** @enumType */\nexport type SortDirectionWithLiterals = SortDirection | 'DESC' | 'ASC';\n\nexport enum MissingValues {\n  /** Exclude missing values from the aggregation results. */\n  EXCLUDE = 'EXCLUDE',\n  /** Include missing values from the aggregation results. */\n  INCLUDE = 'INCLUDE',\n}\n\n/** @enumType */\nexport type MissingValuesWithLiterals = MissingValues | 'EXCLUDE' | 'INCLUDE';\n\nexport interface IncludeMissingValuesOptions {\n  /**\n   * Can specify custom bucket name. Defaults are [string -> \"N/A\"], [int -> \"0\"], [bool -> \"false\"] ...\n   * @maxLength 20\n   */\n  addToBucket?: string;\n}\n\nexport enum ScalarType {\n  /** Count of distinct values. */\n  COUNT_DISTINCT = 'COUNT_DISTINCT',\n  /** Minimum value. */\n  MIN = 'MIN',\n  /** Maximum value. */\n  MAX = 'MAX',\n}\n\n/** @enumType */\nexport type ScalarTypeWithLiterals =\n  | ScalarType\n  | 'COUNT_DISTINCT'\n  | 'MIN'\n  | 'MAX';\n\nexport interface ValueAggregation extends ValueAggregationOptionsOneOf {\n  /** Options for including missing values */\n  includeOptions?: IncludeMissingValuesOptions;\n  /** Should sort by number of matches or value of the field */\n  sortType?: SortTypeWithLiterals;\n  /** Should sort in ascending or descending order */\n  sortDirection?: SortDirectionWithLiterals;\n  /** How many aggregations would you like to return? Can be between 1 and 250. 10 is the default. */\n  limit?: number | null;\n  /** Should missing values be included or excluded from the aggregation results. Default is EXCLUDE */\n  missingValues?: MissingValuesWithLiterals;\n}\n\n/** @oneof */\nexport interface ValueAggregationOptionsOneOf {\n  /** Options for including missing values */\n  includeOptions?: IncludeMissingValuesOptions;\n}\n\nexport enum NestedAggregationType {\n  /** An aggregation where result buckets are dynamically built - one per unique value. */\n  VALUE = 'VALUE',\n  /** An aggregation where user can define set of ranges - each representing a bucket. */\n  RANGE = 'RANGE',\n  /** A single-value metric aggregation. For example: min, max, sum, avg. */\n  SCALAR = 'SCALAR',\n  /** An aggregation where result buckets are dynamically built - one per time interval (hour, day, week, etc.) */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n}\n\n/** @enumType */\nexport type NestedAggregationTypeWithLiterals =\n  | NestedAggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM';\n\nexport interface RangeAggregation {\n  /**\n   * List of range buckets, where during aggregation each entity will be placed in the first bucket where its value falls into based on provided range bounds\n   * @maxSize 50\n   */\n  buckets?: RangeBucket[];\n}\n\nexport interface ScalarAggregation {\n  /** Define the operator for the scalar aggregation */\n  type?: ScalarTypeWithLiterals;\n}\n\nexport interface DateHistogramAggregation {\n  /** Interval for date histogram aggregation */\n  interval?: IntervalWithLiterals;\n}\n\nexport enum Interval {\n  /** Yearly interval. */\n  YEAR = 'YEAR',\n  /** Monthly interval. */\n  MONTH = 'MONTH',\n  /** Weekly interval. */\n  WEEK = 'WEEK',\n  /** Daily interval. */\n  DAY = 'DAY',\n  /** Hourly interval. */\n  HOUR = 'HOUR',\n  /** Minute interval. */\n  MINUTE = 'MINUTE',\n  /** Second interval. */\n  SECOND = 'SECOND',\n}\n\n/** @enumType */\nexport type IntervalWithLiterals =\n  | Interval\n  | 'YEAR'\n  | 'MONTH'\n  | 'WEEK'\n  | 'DAY'\n  | 'HOUR'\n  | 'MINUTE'\n  | 'SECOND';\n\nexport interface NestedAggregationItem extends NestedAggregationItemKindOneOf {\n  /** Value aggregation */\n  value?: ValueAggregation;\n  /** Range aggregation */\n  range?: RangeAggregation;\n  /** Scalar aggregation */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation */\n  dateHistogram?: DateHistogramAggregation;\n  /**\n   * User-defined name of aggregation, should be unique, will appear in aggregation results\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation, client must provide matching aggregation field below */\n  type?: NestedAggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by, use dont notation to specify json path\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface NestedAggregationItemKindOneOf {\n  /** Value aggregation */\n  value?: ValueAggregation;\n  /** Range aggregation */\n  range?: RangeAggregation;\n  /** Scalar aggregation */\n  scalar?: ScalarAggregation;\n  /** Date histogram aggregation */\n  dateHistogram?: DateHistogramAggregation;\n}\n\nexport enum AggregationType {\n  /** An aggregation where result buckets are dynamically built - one per unique value. */\n  VALUE = 'VALUE',\n  /** An aggregation where a user can define set of ranges - each representing a bucket. */\n  RANGE = 'RANGE',\n  /** A single-value metric aggregation. For example: min, max, sum, avg. */\n  SCALAR = 'SCALAR',\n  /** An aggregation where result buckets are dynamically built - one per time interval (hour, day, week, etc.) */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n  /** A Multi-level aggregation where each next aggregation is nested within previous one. */\n  NESTED = 'NESTED',\n}\n\n/** @enumType */\nexport type AggregationTypeWithLiterals =\n  | AggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM'\n  | 'NESTED';\n\n/** Nested aggregation expressed through a list of aggregation where each next aggregation is nested within previous one */\nexport interface NestedAggregation {\n  /**\n   * Flattened list of aggregations, where each next aggregation is nested within previous one\n   * @minSize 2\n   * @maxSize 3\n   */\n  nestedAggregations?: NestedAggregationItem[];\n}\n\nexport interface SearchDetails {\n  /** Defines how separate search terms in `expression` are combined. */\n  mode?: ModeWithLiterals;\n  /**\n   * Search term or expression\n   * @maxLength 100\n   */\n  expression?: string | null;\n  /**\n   * Fields to search in. If empty - will search in all searchable fields. Use dot notation to specify json path\n   * @maxLength 200\n   * @maxSize 20\n   */\n  fields?: string[];\n  /** Flag if should use auto fuzzy search (allowing typos by a managed proximity algorithm) */\n  fuzzy?: boolean;\n}\n\nexport enum Mode {\n  /** Any of the search terms must be present. */\n  OR = 'OR',\n  /** All search terms must be present. */\n  AND = 'AND',\n}\n\n/** @enumType */\nexport type ModeWithLiterals = Mode | 'OR' | 'AND';\n\nexport interface CursorPaging {\n  /**\n   * Maximum number of items to return in the results.\n   * @max 100\n   */\n  limit?: number | null;\n  /**\n   * Pointer to the next or previous page in the list of results.\n   *\n   * Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\n   * Not relevant for the first request.\n   * @maxLength 16000\n   */\n  cursor?: string | null;\n}\n\nexport enum RequestedFields {\n  /** The product's public storefront URL, including both relative path and full URL with base domain. */\n  URL = 'URL',\n  /** Currency information including the currency code and formatted price amounts for storefront display. */\n  CURRENCY = 'CURRENCY',\n  /** Returns basic info section metadata including IDs, unique names, and titles. Use with `INFO_SECTION_DESCRIPTION` or `INFO_SECTION_PLAIN_DESCRIPTION` to include content. */\n  INFO_SECTION = 'INFO_SECTION',\n  /**\n   * Returns merchant-related financial data including cost ranges and variant revenue details like cost, profit, and profit margin.\n   * Requires the `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   */\n  MERCHANT_DATA = 'MERCHANT_DATA',\n  /** Provides product description as plain HTML text. */\n  PLAIN_DESCRIPTION = 'PLAIN_DESCRIPTION',\n  /** Returns info section descriptions as HTML content. Use with `INFO_SECTION` for complete metadata. */\n  INFO_SECTION_PLAIN_DESCRIPTION = 'INFO_SECTION_PLAIN_DESCRIPTION',\n  /** Details subscription pricing options, empty for non-subscription products. */\n  SUBSCRIPTION_PRICES_INFO = 'SUBSCRIPTION_PRICES_INFO',\n  /** Returns the category breadcrumb navigation path from root categories down to the product's main category, including category IDs, names, and slugs. */\n  BREADCRUMBS_INFO = 'BREADCRUMBS_INFO',\n  /** Returns the weight measurement unit (KG, LB) for the product. */\n  WEIGHT_MEASUREMENT_UNIT_INFO = 'WEIGHT_MEASUREMENT_UNIT_INFO',\n  /** Enriches variant choices with human-readable option and choice names alongside render types. */\n  VARIANT_OPTION_CHOICE_NAMES = 'VARIANT_OPTION_CHOICE_NAMES',\n  /** Returns all media items associated with the product, including detailed metadata (URLs, alt-text, dimensions, filenames, file sizes). */\n  MEDIA_ITEMS_INFO = 'MEDIA_ITEMS_INFO',\n  /** Returns the product description as rich content with complete node structure, metadata, and styling information. */\n  DESCRIPTION = 'DESCRIPTION',\n  /** Provides the IDs and indexes of categories the product is directly assigned to. */\n  DIRECT_CATEGORIES_INFO = 'DIRECT_CATEGORIES_INFO',\n  /** Provides IDs and indexes for all categories including inherited parent categories. */\n  ALL_CATEGORIES_INFO = 'ALL_CATEGORIES_INFO',\n  /** Returns info section descriptions as rich content with complete node structure, metadata, and styling information. Use with `INFO_SECTION` for complete metadata. */\n  INFO_SECTION_DESCRIPTION = 'INFO_SECTION_DESCRIPTION',\n  /** Returns an optimized thumbnail image with standard dimensions, suitable for listings or previews. */\n  THUMBNAIL = 'THUMBNAIL',\n  /**\n   * Returns media references associated with product option and modifier choices instead of the deprecated `linked_media` field.\n   *\n   * When requested, choice objects will populate `media_references` with lightweight `MediaReference` objects containing only media IDs,\n   * while the `linked_media` field will be returned empty to avoid duplication and reduce response payload size.\n   *\n   * To get full media metadata (dimensions, alt text, filenames, etc.), request `MEDIA_ITEMS_INFO` on the product and correlate by media ID.\n   *\n   * > **Note:** The `media_references` field is available on `ConnectedOptionChoice` and `ConnectedModifierChoice` objects.\n   */\n  PRODUCT_CHOICES_MEDIA_REFERENCES = 'PRODUCT_CHOICES_MEDIA_REFERENCES',\n  /**\n   * Returns display images for product option and modifier choices.\n   * When requested, choice objects will populate `display_image` with a lightweight image containing only ID, URL, and alt text.\n   */\n  PRODUCT_CHOICES_DISPLAY_IMAGE = 'PRODUCT_CHOICES_DISPLAY_IMAGE',\n  /**\n   * Returns the variant with the lowest actual price among visible variants. Populated in `variant_summary.min_price_variant`.\n   * @documentationMaturity preview\n   */\n  MIN_PRICE_VARIANT = 'MIN_PRICE_VARIANT',\n  /**\n   * Returns automatic discount info for product get/query/search responses and populates product-level `discountInfo.discountRuleNames`.\n   *\n   * To receive discounted variant prices in get/query/search responses, request this together with `MIN_PRICE_VARIANT` (returned in `variantSummary.minPriceVariant.price.priceAfterDiscount`).\n   * Formatted money amounts are returned only when `CURRENCY` is also requested.\n   * @documentationMaturity preview\n   */\n  DISCOUNT_INFO = 'DISCOUNT_INFO',\n}\n\n/** @enumType */\nexport type RequestedFieldsWithLiterals =\n  | RequestedFields\n  | 'URL'\n  | 'CURRENCY'\n  | 'INFO_SECTION'\n  | 'MERCHANT_DATA'\n  | 'PLAIN_DESCRIPTION'\n  | 'INFO_SECTION_PLAIN_DESCRIPTION'\n  | 'SUBSCRIPTION_PRICES_INFO'\n  | 'BREADCRUMBS_INFO'\n  | 'WEIGHT_MEASUREMENT_UNIT_INFO'\n  | 'VARIANT_OPTION_CHOICE_NAMES'\n  | 'MEDIA_ITEMS_INFO'\n  | 'DESCRIPTION'\n  | 'DIRECT_CATEGORIES_INFO'\n  | 'ALL_CATEGORIES_INFO'\n  | 'INFO_SECTION_DESCRIPTION'\n  | 'THUMBNAIL'\n  | 'PRODUCT_CHOICES_MEDIA_REFERENCES'\n  | 'PRODUCT_CHOICES_DISPLAY_IMAGE'\n  | 'MIN_PRICE_VARIANT'\n  | 'DISCOUNT_INFO';\n\nexport interface SearchProductsResponse {\n  /** Products which satisfy the provided query. */\n  products?: V3Product[];\n  /** Paging metadata. Contains cursor which can be used in next query. */\n  pagingMetadata?: CursorPagingMetadata;\n  /** Aggregation data. */\n  aggregationData?: AggregationData;\n}\n\nexport interface CursorPagingMetadata {\n  /** Number of items returned in the response. */\n  count?: number | null;\n  /** Cursor strings that point to the next page, previous page, or both. */\n  cursors?: Cursors;\n  /**\n   * Whether there are more pages to retrieve following the current page.\n   *\n   * + `true`: Another page of results can be retrieved.\n   * + `false`: This is the last page.\n   */\n  hasNext?: boolean | null;\n}\n\nexport interface Cursors {\n  /**\n   * Cursor string pointing to the next page in the list of results.\n   * @maxLength 16000\n   */\n  next?: string | null;\n  /**\n   * Cursor pointing to the previous page in the list of results.\n   * @maxLength 16000\n   */\n  prev?: string | null;\n}\n\nexport interface AggregationData {\n  /**\n   * key = aggregation name (as derived from search request)\n   * @maxSize 10000\n   */\n  results?: AggregationResults[];\n}\n\nexport interface ValueAggregationResult {\n  /**\n   * Value of the field\n   * @maxLength 100\n   */\n  value?: string;\n  /** Count of entities with this value */\n  count?: number;\n}\n\nexport interface RangeAggregationResult {\n  /** Inclusive lower bound of the range */\n  from?: number | null;\n  /** Exclusive upper bound of the range */\n  to?: number | null;\n  /** Count of entities in this range */\n  count?: number;\n}\n\nexport interface NestedAggregationResults\n  extends NestedAggregationResultsResultOneOf {\n  /** Value aggregation results */\n  values?: ValueResults;\n  /** Range aggregation results */\n  ranges?: RangeResults;\n  /** Scalar aggregation results */\n  scalar?: AggregationResultsScalarResult;\n  /**\n   * User-defined name of aggregation, matches the one provided in request\n   * @maxLength 100\n   */\n  name?: string;\n  /** Type of aggregation that matches result */\n  type?: AggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by, matches the one provided in request\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface NestedAggregationResultsResultOneOf {\n  /** Value aggregation results */\n  values?: ValueResults;\n  /** Range aggregation results */\n  ranges?: RangeResults;\n  /** Scalar aggregation results */\n  scalar?: AggregationResultsScalarResult;\n}\n\nexport interface ValueResults {\n  /**\n   * List of value aggregations\n   * @maxSize 250\n   */\n  results?: ValueAggregationResult[];\n}\n\nexport interface RangeResults {\n  /**\n   * List of ranges returned in same order as requested\n   * @maxSize 50\n   */\n  results?: RangeAggregationResult[];\n}\n\nexport interface AggregationResultsScalarResult {\n  /** Type of scalar aggregation */\n  type?: ScalarTypeWithLiterals;\n  /** Value of the scalar aggregation */\n  value?: number;\n}\n\nexport interface NestedValueAggregationResult {\n  /**\n   * Value of the field\n   * @maxLength 1000\n   */\n  value?: string;\n  /** Nested aggregations */\n  nestedResults?: NestedAggregationResults;\n}\n\nexport interface ValueResult {\n  /**\n   * Value of the field\n   * @maxLength 1000\n   */\n  value?: string;\n  /** Count of entities with this value */\n  count?: number | null;\n}\n\nexport interface RangeResult {\n  /** Inclusive lower bound of the range */\n  from?: number | null;\n  /** Exclusive upper bound of the range */\n  to?: number | null;\n  /** Count of entities in this range */\n  count?: number | null;\n}\n\nexport interface ScalarResult {\n  /** Value of the scalar aggregation */\n  value?: number;\n}\n\nexport interface NestedResultValue extends NestedResultValueResultOneOf {\n  /** Value aggregation result */\n  value?: ValueResult;\n  /** Range aggregation result */\n  range?: RangeResult;\n  /** Scalar aggregation result */\n  scalar?: ScalarResult;\n  /** Date histogram aggregation result */\n  dateHistogram?: ValueResult;\n}\n\n/** @oneof */\nexport interface NestedResultValueResultOneOf {\n  /** Value aggregation result */\n  value?: ValueResult;\n  /** Range aggregation result */\n  range?: RangeResult;\n  /** Scalar aggregation result */\n  scalar?: ScalarResult;\n  /** Date histogram aggregation result */\n  dateHistogram?: ValueResult;\n}\n\nexport interface Results {\n  /** List of nested aggregations */\n  results?: Record<string, NestedResultValue>;\n}\n\nexport interface DateHistogramResult {\n  /**\n   * Date in ISO 8601 format\n   * @maxLength 100\n   */\n  value?: string;\n  /** Count of documents in the bucket */\n  count?: number;\n}\n\nexport interface GroupByValueResults {\n  /**\n   * List of value aggregations\n   * @maxSize 1000\n   */\n  results?: NestedValueAggregationResult[];\n}\n\nexport interface DateHistogramResults {\n  /**\n   * List of date histogram aggregations\n   * @maxSize 200\n   */\n  results?: DateHistogramResult[];\n}\n\n/**\n * Results of `NESTED` aggregation type in a flattened form\n * aggregations in resulting array are keyed by requested aggregation `name`.\n */\nexport interface NestedResults {\n  /**\n   * List of nested aggregations\n   * @maxSize 1000\n   */\n  results?: Results[];\n}\n\nexport interface AggregationResults extends AggregationResultsResultOneOf {\n  /** Value aggregation results */\n  values?: ValueResults;\n  /** Range aggregation results */\n  ranges?: RangeResults;\n  /** Scalar aggregation results */\n  scalar?: AggregationResultsScalarResult;\n  /** Group by value aggregation results */\n  groupedByValue?: GroupByValueResults;\n  /** Date histogram aggregation results */\n  dateHistogram?: DateHistogramResults;\n  /** Nested aggregation results */\n  nested?: NestedResults;\n  /**\n   * User-defined name of aggregation as derived from search request\n   * @maxLength 100\n   */\n  name?: string;\n  /** Type of aggregation that must match provided kind as derived from search request */\n  type?: AggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by as derived from search request\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface AggregationResultsResultOneOf {\n  /** Value aggregation results */\n  values?: ValueResults;\n  /** Range aggregation results */\n  ranges?: RangeResults;\n  /** Scalar aggregation results */\n  scalar?: AggregationResultsScalarResult;\n  /** Group by value aggregation results */\n  groupedByValue?: GroupByValueResults;\n  /** Date histogram aggregation results */\n  dateHistogram?: DateHistogramResults;\n  /** Nested aggregation results */\n  nested?: NestedResults;\n}\n\nexport interface SearchRelatedProductsRequest {\n  /** Search parameters. */\n  searchRelated?: SearchRelated;\n}\n\nexport interface SearchRelated {\n  /**\n   * A list of entity IDs to search related entities for\n   * @minSize 1\n   * @maxSize 10\n   * @maxLength 50\n   */\n  relatedToIds?: string[];\n  /** Search details */\n  search?: SearchRelatedDetails;\n  /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language). */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object in the form [{\"fieldName\":\"sortField1\"},{\"fieldName\":\"sortField2\",\"direction\":\"DESC\"}]\n   * @maxSize 10\n   */\n  sort?: Sorting[];\n  /**\n   * Number of related documents to return\n   * @max 100\n   */\n  limit?: number | null;\n}\n\nexport interface SearchRelatedDetails {\n  /**\n   * Search term or expression\n   * @maxLength 100\n   */\n  expression?: string | null;\n  /**\n   * Fields to search in. If empty - will search in all searchable fields. Use dot notation to specify json path\n   * @maxLength 200\n   * @maxSize 20\n   */\n  fields?: string[];\n}\n\nexport interface SearchRelatedProductsResponse {\n  /**\n   * The IDs of related Products that satisfy the request.\n   * @format GUID\n   * @maxLength 100\n   */\n  productIds?: string[];\n}\n\nexport interface EventuallyConsistentQueryProductsRequest {\n  /**\n   * WQL expression. Please pay attention that unlike other arrays when you want to filter by `inventory`, `options` or `variants` instead of standard array operators you must use `$matchItems` (for usage see examples).\n   * It means that product will be returned only if one or more items satisfy all filters specified in $matchItems.\n   * For example, if you have 2 variants: one visible with price 10 and another one not visible with price 20, when inside $matchItems you specify `visible:true` and `price > 15` nothing will be returned because there are no variants which satisfy both conditions.\n   * You still can use `$isEmpty` and `$exists` operators for fields listed above.\n   * See examples to understand supported capabilities.\n   */\n  query?: CursorQuery;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface CursorQuery extends CursorQueryPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CursorPaging;\n  /**\n   * Filter object.\n   *\n   * Learn more about the [filter section](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#filters).\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object.\n   *\n   * Learn more about the [sort section](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#sorting).\n   * @maxSize 5\n   */\n  sort?: Sorting[];\n}\n\n/** @oneof */\nexport interface CursorQueryPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CursorPaging;\n}\n\nexport interface EventuallyConsistentQueryProductsResponse {\n  /** Products which satisfy the provided query. */\n  products?: V3Product[];\n  /** Paging metadata. Contains cursor which can be used in next query. */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface QueryProductsRequest {\n  /** WQL expression */\n  query?: CursorQuery;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface QueryProductsResponse {\n  /** The retrieved Products */\n  products?: V3Product[];\n  /** Paging metadata. */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface DeprecatedSearchProductsWithOffsetRequest {\n  /** Filter and sort with limit/offset based paging */\n  search?: PlatformOffsetSearch;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface PlatformOffsetSearch\n  extends PlatformOffsetSearchPagingMethodOneOf {\n  /** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */\n  paging?: PlatformPaging;\n  /** A filter object. Learn more about [API query language](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language). */\n  filter?: Record<string, any> | null;\n  /** Sort object in the form [{\"fieldName\":\"sortField1\"},{\"fieldName\":\"sortField2\",\"direction\":\"DESC\"}] */\n  sort?: CommonSorting[];\n  /** Aggregations | Faceted search: refers to a way to explore large amounts of data by displaying summaries about various partitions of the data and later allowing to narrow the navigation to a specific partition. */\n  aggregations?: CommonAggregation[];\n  /** free text to match in searchable fields */\n  search?: CommonSearchDetails;\n}\n\n/** @oneof */\nexport interface PlatformOffsetSearchPagingMethodOneOf {\n  /** Pointer to page of results using offset. Can not be used together with 'cursor_paging' */\n  paging?: PlatformPaging;\n}\n\nexport interface CommonSorting {\n  /**\n   * Name of the field to sort by.\n   * @maxLength 512\n   */\n  fieldName?: string;\n  /** Sort order. */\n  order?: CommonSortOrderWithLiterals;\n}\n\nexport enum CommonSortOrder {\n  ASC = 'ASC',\n  DESC = 'DESC',\n}\n\n/** @enumType */\nexport type CommonSortOrderWithLiterals = CommonSortOrder | 'ASC' | 'DESC';\n\nexport interface CommonAggregation extends CommonAggregationKindOneOf {\n  /** A value aggregation calculates metrics such as count for specific fields within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of products for each price listed in the store. */\n  value?: AggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. */\n  range?: AggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: AggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.) For example, use a date histogram to find how many reservations have been made at a restaurant each week. */\n  dateHistogram?: AggregationDateHistogramAggregation;\n  /** A nested aggregation is applied within the results of another aggregation. Rather than aggregating directly on the primary dataset, first group data using one aggregation and then apply another aggregation within each group. It allows for more complex analyses where you can summarize data at different levels of detail or hierarchy. For example, to get the number of products that are in stock and out of stock for each price listed, first perform a value aggregation on `discountedPriceNumeric`, and a second value aggregation on `inStock`. */\n  nested?: AggregationNestedAggregation;\n  /**\n   * Aggregation name, returned in `aggregations.results.name`.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation to perform. Must align with the corresponding aggregation field. */\n  type?: CommonAggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n  /**\n   * Deprecated. Use `nested` instead.\n   * @deprecated Deprecated. Use `nested` instead.\n   * @replacedBy kind.nested\n   * @targetRemovalDate 2024-03-30\n   */\n  groupBy?: GroupByAggregation;\n}\n\n/** @oneof */\nexport interface CommonAggregationKindOneOf {\n  /** A value aggregation calculates metrics such as count for specific fields within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of products for each price listed in the store. */\n  value?: AggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. */\n  range?: AggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: AggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.) For example, use a date histogram to find how many reservations have been made at a restaurant each week. */\n  dateHistogram?: AggregationDateHistogramAggregation;\n  /** A nested aggregation is applied within the results of another aggregation. Rather than aggregating directly on the primary dataset, first group data using one aggregation and then apply another aggregation within each group. It allows for more complex analyses where you can summarize data at different levels of detail or hierarchy. For example, to get the number of products that are in stock and out of stock for each price listed, first perform a value aggregation on `discountedPriceNumeric`, and a second value aggregation on `inStock`. */\n  nested?: AggregationNestedAggregation;\n}\n\nexport interface RangeAggregationRangeBucket {\n  /** Inclusive lower bound of the range. Required if `to` is not provided. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. Required if `from` is not provided. */\n  to?: number | null;\n}\n\nexport enum ValueAggregationSortType {\n  /** Number of matches in the results. */\n  COUNT = 'COUNT',\n  /** Alphabetically by the field value. */\n  VALUE = 'VALUE',\n}\n\n/** @enumType */\nexport type ValueAggregationSortTypeWithLiterals =\n  | ValueAggregationSortType\n  | 'COUNT'\n  | 'VALUE';\n\nexport enum ValueAggregationSortDirection {\n  /** Descending order. */\n  DESC = 'DESC',\n  /** Ascending order. */\n  ASC = 'ASC',\n}\n\n/** @enumType */\nexport type ValueAggregationSortDirectionWithLiterals =\n  | ValueAggregationSortDirection\n  | 'DESC'\n  | 'ASC';\n\nexport enum ValueAggregationMissingValues {\n  /** Exclude missing values from the aggregation results. */\n  EXCLUDE = 'EXCLUDE',\n  /** Include missing values in the aggregation results. */\n  INCLUDE = 'INCLUDE',\n}\n\n/** @enumType */\nexport type ValueAggregationMissingValuesWithLiterals =\n  | ValueAggregationMissingValues\n  | 'EXCLUDE'\n  | 'INCLUDE';\n\nexport interface ValueAggregationIncludeMissingValuesOptions {\n  /**\n   * Specify a custom name for the bucket containing the missing values. Defaults are `\"N/A\"` for strings, `0` for integers, and `false` for booleans.\n   * @maxLength 20\n   */\n  addToBucket?: string;\n}\n\nexport enum CommonScalarType {\n  /** Total number of distinct values. */\n  COUNT_DISTINCT = 'COUNT_DISTINCT',\n  /** Minimum value. */\n  MIN = 'MIN',\n  /** Maximum value. */\n  MAX = 'MAX',\n}\n\n/** @enumType */\nexport type CommonScalarTypeWithLiterals =\n  | CommonScalarType\n  | 'COUNT_DISTINCT'\n  | 'MIN'\n  | 'MAX';\n\nexport interface AggregationValueAggregation\n  extends AggregationValueAggregationOptionsOneOf {\n  /** Options for including missing values in results. */\n  includeOptions?: ValueAggregationIncludeMissingValuesOptions;\n  /** Sort type. */\n  sortType?: ValueAggregationSortTypeWithLiterals;\n  /** Sort direction. */\n  sortDirection?: ValueAggregationSortDirectionWithLiterals;\n  /**\n   * Number of aggregation results to return.\n   * Min: `1`\n   * Max: `250`\n   * Default: `10`\n   */\n  limit?: number | null;\n  /**\n   * Whether to include or exclude missing values in the aggregation results.\n   * Default: `EXCLUDE`.\n   */\n  missingValues?: ValueAggregationMissingValuesWithLiterals;\n}\n\n/** @oneof */\nexport interface AggregationValueAggregationOptionsOneOf {\n  /** Options for including missing values in results. */\n  includeOptions?: ValueAggregationIncludeMissingValuesOptions;\n}\n\nexport enum NestedAggregationNestedAggregationType {\n  /** Calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. */\n  VALUE = 'VALUE',\n  /** Calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. */\n  RANGE = 'RANGE',\n  /** Calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  SCALAR = 'SCALAR',\n  /** Calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n}\n\n/** @enumType */\nexport type NestedAggregationNestedAggregationTypeWithLiterals =\n  | NestedAggregationNestedAggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM';\n\nexport interface AggregationRangeAggregation {\n  /**\n   * List of range buckets. During aggregation each entity is placed in the first bucket its value falls into, based on the provided range bounds.\n   * @maxSize 50\n   */\n  buckets?: RangeAggregationRangeBucket[];\n}\n\nexport interface AggregationScalarAggregation {\n  /** Operator type for the scalar aggregation. */\n  type?: CommonScalarTypeWithLiterals;\n}\n\nexport interface AggregationDateHistogramAggregation {\n  /** Interval for date histogram aggregation. */\n  interval?: DateHistogramAggregationIntervalWithLiterals;\n}\n\nexport enum DateHistogramAggregationInterval {\n  YEAR = 'YEAR',\n  MONTH = 'MONTH',\n  WEEK = 'WEEK',\n  DAY = 'DAY',\n  HOUR = 'HOUR',\n  MINUTE = 'MINUTE',\n  SECOND = 'SECOND',\n}\n\n/** @enumType */\nexport type DateHistogramAggregationIntervalWithLiterals =\n  | DateHistogramAggregationInterval\n  | 'YEAR'\n  | 'MONTH'\n  | 'WEEK'\n  | 'DAY'\n  | 'HOUR'\n  | 'MINUTE'\n  | 'SECOND';\n\nexport interface NestedAggregationNestedAggregationItem\n  extends NestedAggregationNestedAggregationItemKindOneOf {\n  /** A value aggregation calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of orders for each order status. */\n  value?: AggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  range?: AggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: AggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). For example, use a date histogram to determine how many reservations have been made at a restaurant each week. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  dateHistogram?: AggregationDateHistogramAggregation;\n  /**\n   * Unique, caller-defined aggregation name, returned in `aggregations.results`.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation to perform. The matching aggregation field must be passed. */\n  type?: NestedAggregationNestedAggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface NestedAggregationNestedAggregationItemKindOneOf {\n  /** A value aggregation calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of orders for each order status. */\n  value?: AggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  range?: AggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: AggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). For example, use a date histogram to determine how many reservations have been made at a restaurant each week. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  dateHistogram?: AggregationDateHistogramAggregation;\n}\n\nexport enum CommonAggregationType {\n  /** Calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. */\n  VALUE = 'VALUE',\n  /** Calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. */\n  RANGE = 'RANGE',\n  /** Calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  SCALAR = 'SCALAR',\n  /** Calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n  /** Flattened list of aggregations, where each aggregation is nested within previous one. */\n  NESTED = 'NESTED',\n}\n\n/** @enumType */\nexport type CommonAggregationTypeWithLiterals =\n  | CommonAggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM'\n  | 'NESTED';\n\n/** Nested aggregation expressed through a list of aggregation where each next aggregation is nested within previous one. */\nexport interface AggregationNestedAggregation {\n  /**\n   * Flattened list of aggregations, where each aggregation is nested within previous one.\n   * @minSize 2\n   * @maxSize 3\n   */\n  nestedAggregations?: NestedAggregationNestedAggregationItem[];\n}\n\nexport interface GroupByAggregation extends GroupByAggregationKindOneOf {\n  /** Value aggregation configuration. */\n  value?: AggregationValueAggregation;\n  /**\n   * Unique, caller-defined aggregation name, returned in `aggregations.results`.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /**\n   * Field to aggregate by.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface GroupByAggregationKindOneOf {\n  /** Value aggregation configuration. */\n  value?: AggregationValueAggregation;\n}\n\nexport interface CommonSearchDetails {\n  /** Search mode. Defines the search logic for combining multiple terms in the `expression`. */\n  mode?: SearchDetailsModeWithLiterals;\n  /**\n   * Search term or expression.\n   * @maxLength 100\n   */\n  expression?: string | null;\n  /**\n   * Fields to search in. If the array is empty, all searchable fields are searched. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   * @maxSize 20\n   */\n  fields?: string[];\n  /** Whether to enable the search function to use an algorithm to automatically find results that are close to the search expression, such as typos and declensions. */\n  fuzzy?: boolean;\n}\n\nexport enum SearchDetailsMode {\n  /** At least one of the search terms must be present. */\n  OR = 'OR',\n  /** All search terms must be present. */\n  AND = 'AND',\n}\n\n/** @enumType */\nexport type SearchDetailsModeWithLiterals = SearchDetailsMode | 'OR' | 'AND';\n\nexport interface PlatformPaging {\n  /**\n   * Number of items to load.\n   * @max 100\n   */\n  limit?: number | null;\n  /** Number of items to skip in the current sort order. */\n  offset?: number | null;\n}\n\nexport interface DeprecatedSearchProductsWithOffsetResponse {\n  /** Products which satisfy the provided query. */\n  products?: V3Product[];\n  /** Paging metadata. */\n  pagingMetadata?: PagingMetadata;\n  /** Aggregation data. */\n  aggregationData?: AggregationData;\n}\n\nexport interface PagingMetadata {\n  /** Number of items returned in the response. */\n  count?: number | null;\n  /** Offset that was requested. */\n  offset?: number | null;\n  /** Total number of items that match the query. */\n  total?: number | null;\n  /** Flag that indicates the server failed to calculate the `total` field. */\n  tooManyToCount?: boolean | null;\n}\n\nexport interface RetrieveVariantsRequest {\n  /**\n   * Ids of the product and variants to retrieve\n   * @maxSize 100\n   */\n  productVariantIds?: ProductVariantIds[];\n  /**\n   * Pointer to the next page in the list of results.\n   * Pass the relevant cursor token from the `pagingMetadata` in the previous call's response.\n   * Not relevant for the first request.\n   */\n  cursorPaging?: VariantsCursorPaging;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: VariantsOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface ProductVariantIds {\n  /**\n   * Product id of the requested variants.\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n  /**\n   * A list of variant ids.\n   * @maxSize 1000\n   * @minLength 1\n   * @maxLength 36\n   */\n  variantIds?: string[];\n}\n\nexport interface VariantsCursorPaging {\n  /**\n   * Maximum number of items to return in the results.\n   * @max 1000\n   */\n  limit?: number | null;\n  /**\n   * Pointer to the next or previous page in the list of results.\n   *\n   * Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\n   * Not relevant for the first request.\n   * @maxLength 64\n   */\n  cursor?: string | null;\n}\n\nexport enum VariantsOpsRequestedFields {\n  CURRENCY = 'CURRENCY',\n  /** You can request merchant data only if you have the `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope. */\n  MERCHANT_DATA = 'MERCHANT_DATA',\n  SUBSCRIPTION_PRICES_INFO = 'SUBSCRIPTION_PRICES_INFO',\n  VARIANT_OPTION_CHOICE_NAMES = 'VARIANT_OPTION_CHOICE_NAMES',\n  THUMBNAIL = 'THUMBNAIL',\n}\n\n/** @enumType */\nexport type VariantsOpsRequestedFieldsWithLiterals =\n  | VariantsOpsRequestedFields\n  | 'CURRENCY'\n  | 'MERCHANT_DATA'\n  | 'SUBSCRIPTION_PRICES_INFO'\n  | 'VARIANT_OPTION_CHOICE_NAMES'\n  | 'THUMBNAIL';\n\nexport interface RetrieveVariantsResponse {\n  /** The retrieved Products and Variants */\n  productVariants?: ProductVariants[];\n  /** Paging metadata. Contains cursor which can be used in next query. */\n  pagingMetadata?: CursorPagingMetadata;\n}\n\nexport interface ProductVariants {\n  /**\n   * Product id of the requested variants.\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n  /**\n   * A list of variants.\n   * @maxSize 1000\n   */\n  variants?: Variant[];\n}\n\nexport interface CountProductsRequest {\n  /**\n   * A filter object. Learn more about [API query language](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language).\n   * To understand supported filters and limitations see `SearchProducts` method.\n   */\n  filter?: Record<string, any> | null;\n  /** free text to match in searchable fields */\n  search?: SearchDetails;\n}\n\nexport interface CountProductsResponse {\n  /** The amount of products which apply to the request */\n  count?: number;\n}\n\nexport interface DoNotCallBulkCreateProductsRequest {\n  /**\n   * List of products to be created.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products?: V3Product[];\n  /** Whether to return the full product entity in the response. */\n  returnEntity?: boolean;\n  /**\n   * A list of requested fields to be included in the response. Relevant only if `return_entity` true.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface DoNotCallBulkCreateProductsResponse {\n  /**\n   * Products created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: V3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface V3BulkProductResult {\n  /** Bulk action metadata for product. */\n  itemMetadata?: CommonItemMetadata;\n  /**\n   * Full product entity.\n   *\n   * Returned only if `returnEntity: true` is passed in the request.\n   */\n  item?: V3Product;\n}\n\nexport interface CommonItemMetadata {\n  /** Item ID. Should always be available, unless it's impossible (for example, when failing to create an item). */\n  id?: string | null;\n  /** Index of the item within the request array. Allows for correlation between request and response items. */\n  originalIndex?: number;\n  /** Whether the requested action was successful for this item. When `false`, the `error` field is populated. */\n  success?: boolean;\n  /** Details about the error in case of failure. */\n  error?: ApplicationError;\n}\n\nexport interface ApplicationError {\n  /** Error code. */\n  code?: string;\n  /** Description of the error. */\n  description?: string;\n  /** Data related to the error. */\n  data?: Record<string, any> | null;\n}\n\nexport interface BulkActionMetadata {\n  /** Number of items that were successfully processed. */\n  totalSuccesses?: number;\n  /** Number of items that couldn't be processed. */\n  totalFailures?: number;\n  /** Number of failures without details because detailed failure threshold was exceeded. */\n  undetailedFailures?: number;\n}\n\nexport interface DoNotCallBulkUpdateProductsRequest {\n  /**\n   * List of products to be updated.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products?: MaskedProduct[];\n  /** Whether to return the full product entity in the response. */\n  returnEntity?: boolean;\n  /**\n   * A list of requested fields to be included in the response. Relevant only if `return_entity` true.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface MaskedProduct {\n  /** product to be updated, may be partial. */\n  product?: V3Product;\n}\n\nexport interface DoNotCallBulkUpdateProductsResponse {\n  /**\n   * Products updated by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: V3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkUpdateProductsByFilterRequest {\n  /**\n   * Filter object in the following format:\n   * `\"filter\" : {\n   * \"name\": \"value1\",\n   * \"categoryIds\":{\"$in\":[\"categoryId1\", \"categoryId2\"]}\n   * }`\n   * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`\n   */\n  filter?: Record<string, any> | null;\n  /** Product with new field values. */\n  product?: V3Product;\n  /** Free text to match in searchable fields */\n  search?: SearchDetails;\n}\n\nexport interface BulkUpdateProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface BulkDeleteProductsRequest {\n  /**\n   * IDs of products to be deleted.\n   * @minLength 1\n   * @maxLength 36\n   * @minSize 1\n   * @maxSize 100\n   */\n  productIds?: string[];\n}\n\nexport interface BulkDeleteProductsResponse {\n  /**\n   * Products deleted by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkProductResult {\n  /** Information about successful action or error for failure. */\n  itemMetadata?: CommonItemMetadata;\n}\n\nexport interface BulkDeleteProductsByFilterRequest {\n  /**\n   * Filter object in the following format:\n   * `\"filter\" : {\n   * \"actualPriceRange.minValue\": {\"$lte\": 5.99}\n   * }`\n   * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`\n   */\n  filter?: Record<string, any> | null;\n  /** Free text to match in searchable fields */\n  search?: SearchDetails;\n}\n\nexport interface BulkDeleteProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface BulkAddInfoSectionsToProductsByFilterRequest {\n  /**\n   * Filter object in the following format:\n   * `\"filter\" : {\n   * \"actualPriceRange.minValue\": {\"$lte\": 5.99}\n   * }`\n   * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Info sections to be added\n   * @format GUID\n   * @minSize 1\n   * @maxSize 10\n   */\n  infoSectionIds?: string[];\n  /** Free text to match in searchable fields */\n  search?: SearchDetails;\n}\n\nexport interface BulkAddInfoSectionsToProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface FulfillerDeleted {\n  /** @format GUID */\n  id?: string;\n}\n\nexport interface BulkAddInfoSectionsToProductsRequest {\n  /**\n   * Products to be updated with id and revision.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products?: ProductIdWithRevision[];\n  /**\n   * Products to be updated with id and revision.\n   * Info section to be added\n   * @format GUID\n   * @minSize 1\n   * @maxSize 10\n   */\n  infoSectionIds?: string[];\n  /** Whether to return all updated product entities in the response. Default: false */\n  returnEntity?: boolean;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface ProductIdWithRevision {\n  /**\n   * ID of product.\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n  /** The revision of the Product */\n  revision?: string;\n}\n\nexport interface BulkAddInfoSectionsToProductsResponse {\n  /**\n   * Products updated by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: V3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkRemoveInfoSectionsFromProductsByFilterRequest {\n  /**\n   * Filter object in the following format:\n   * `\"filter\" : {\n   * \"name\": \"value1\",\n   * \"categoryIds\":{\"$in\":[\"categoryId1\", \"categoryId2\"]}\n   * }`\n   * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Info sections to be removed\n   * @format GUID\n   * @minSize 1\n   * @maxSize 100\n   */\n  infoSectionIds?: string[];\n  /** Free text to match in searchable fields */\n  search?: SearchDetails;\n}\n\nexport interface BulkRemoveInfoSectionsFromProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface BulkRemoveInfoSectionsFromProductsRequest {\n  /**\n   * Products to be updated with id and revision.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products?: ProductIdWithRevision[];\n  /**\n   * Info section to be removed.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 100\n   */\n  infoSectionIds?: string[];\n  /** Whether to return all updated product entities in the response. Default: false */\n  returnEntity?: boolean;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 5\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface BulkRemoveInfoSectionsFromProductsResponse {\n  /**\n   * Products updated by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: V3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkUpdateVariantsByFilterRequest {\n  /** Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains` */\n  filter?: Record<string, any> | null;\n  /** Variant with new field values. */\n  variant?: Variant;\n  /** Free text to match in searchable fields */\n  search?: SearchDetails;\n}\n\nexport interface BulkUpdateVariantsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface BulkAdjustProductVariantsByFilterRequest {\n  /** Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$contains` */\n  filter?: Record<string, any> | null;\n  /** The amount or percentage to change the variants cost by */\n  cost?: AdjustValue;\n  /** Defines rounding strategy of new calculated prices. Default: CURRENCY_PRECISION. */\n  rounding?: RoundingStrategyWithLiterals;\n  /** Free text to match in searchable fields */\n  search?: SearchDetails;\n  /** Actual price adjustment. */\n  actualPrice?: AdjustValue;\n  /** Compare at price adjustment. */\n  compareAtPrice?: AdjustValue;\n  /**\n   * Set variant actualPrice from compareAtPrice by applying provided discount to it.\n   * if compare-at-price doesn't exist, actualPrice will be set to compareAtPrice and the discount will be calculated from it.\n   * For example variant compare at price 100$, variant actual price is 95$, requested `compareAtPriceDiscount.percentage` is 10, then old actual price ignored and new actual price set to 90 (100$ - 10%).\n   */\n  compareAtPriceDiscount?: UnsignedAdjustValue;\n}\n\nexport interface AdjustValue extends AdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to increase or reduce from the original value, can be negative.\n   * @decimalValue options { gte:-999999999, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to increase or reduce from the current value, can be negative.\n   * @min -100\n   * @max 1000\n   */\n  percentage?: number;\n}\n\n/** @oneof */\nexport interface AdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to increase or reduce from the original value, can be negative.\n   * @decimalValue options { gte:-999999999, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to increase or reduce from the current value, can be negative.\n   * @min -100\n   * @max 1000\n   */\n  percentage?: number;\n}\n\nexport enum RoundingStrategy {\n  /**\n   * Calculated prices are saved without rounding to keep the maximum possible precision. It's a good idea to round numbers before displaying them.\n   * For example, input $3.5555 -> saved value $3.5555\n   */\n  NO_ROUNDING = 'NO_ROUNDING',\n  /**\n   * Calculated prices are rounded according to currency precision.\n   * For example:, input $3.5555 -> saved value $3.56, input ¥3.5555 -> saved value ¥4\n   */\n  CURRENCY_PRECISION = 'CURRENCY_PRECISION',\n  /**\n   * Calculated prices are rounded to nearest whole number.\n   * For example, input $3.5555 -> saved value $4\n   */\n  NEAREST_WHOLE_NUMBER = 'NEAREST_WHOLE_NUMBER',\n}\n\n/** @enumType */\nexport type RoundingStrategyWithLiterals =\n  | RoundingStrategy\n  | 'NO_ROUNDING'\n  | 'CURRENCY_PRECISION'\n  | 'NEAREST_WHOLE_NUMBER';\n\nexport interface UnsignedAdjustValue\n  extends UnsignedAdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to reduce from the original value.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to reduce from the original value.\n   * @max 100\n   */\n  percentage?: number;\n}\n\n/** @oneof */\nexport interface UnsignedAdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to reduce from the original value.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to reduce from the original value.\n   * @max 100\n   */\n  percentage?: number;\n}\n\nexport interface BulkAdjustProductVariantsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface BulkCreateProductsForMigrationRequest {\n  /**\n   * List of products to be created.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products?: V3Product[];\n  /** Whether to return the full product entity in the response. */\n  returnEntity?: boolean;\n  /**\n   * A list of requested fields to be included in the response. Relevant only if `return_entity` true.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface BulkCreateProductsForMigrationResponse {\n  /**\n   * Products created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: V3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkInventoryItemAction {\n  /**\n   * Inventory items.\n   * @maxSize 1000\n   */\n  inventoryItems?: InventoryItem[];\n  /** Type of bulk inventory changed event - created, updated or deleted */\n  eventType?: EventTypeWithLiterals;\n}\n\n/**\n * Inventory Item.\n *\n * Each inventory item represents a specific product variant at a specific location.\n * The combination of `variantId` and `locationId` is unique — you can't have two inventory items for the same variant at the same location.\n */\nexport interface InventoryItem extends InventoryItemTrackingMethodOneOf {\n  /**\n   * Indicates that inventory is tracked by status rather than quantity.\n   *\n   * When set to `true`, the item is marked as available for sale without tracking exact quantities.\n   * When set to `false`, the item is marked as out of stock.\n   * This tracking method is useful for made-to-order products or items with unlimited inventory.\n   *\n   * When using this tracking method, `trackQuantity` is `false` and preorder limits aren't supported.\n   */\n  inStock?: boolean;\n  /**\n   * Indicates that inventory is tracked by quantity.\n   *\n   * Set this field to the number of items currently in stock.\n   * This tracking method is useful when you need to know exactly how many items are available.\n   *\n   * When using this tracking method, `trackQuantity` is `true`.\n   * Quantity can be negative when inventory is decremented for an order that has already been paid.\n   * @min -99999\n   * @max 99999\n   */\n  quantity?: number;\n  /**\n   * Inventory item ID.\n   * @format GUID\n   * @readonly\n   */\n  id?: string | null;\n  /**\n   * Revision number, which increments by 1 each time the inventory item is updated.\n   * To prevent conflicting changes,\n   * the current revision must be passed when updating the inventory item.\n   *\n   * Ignored when creating an inventory item.\n   * @readonly\n   */\n  revision?: string | null;\n  /**\n   * Date and time the inventory item was created.\n   * @readonly\n   */\n  createdDate?: Date | null;\n  /**\n   * Date and time the inventory item was last updated.\n   * @readonly\n   */\n  updatedDate?: Date | null;\n  /**\n   * Variant ID.\n   * @format GUID\n   * @immutable\n   */\n  variantId?: string;\n  /**\n   * Stores location ID. If not specified when creating an inventory item, the store's default location is used.\n   * @format GUID\n   * @immutable\n   */\n  locationId?: string | null;\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   */\n  productId?: string;\n  /**\n   * Whether the quantity is being tracked.\n   * @readonly\n   */\n  trackQuantity?: boolean;\n  /**\n   * Inventory item availability status.\n   * @readonly\n   */\n  availabilityStatus?: AvailabilityStatusWithLiterals;\n  /**\n   * Item preorder info.\n   *\n   * Preorder settings are configured per inventory item, so each variant-location combination can have its own preorder configuration.\n   *\n   * > **Note:** The product entity's `inventory.preorderStatus` and `inventory.preorderAvailability` fields reflect only the default location's preorder state.\n   */\n  preorderInfo?: PreorderInfo;\n  /**\n   * Associated product and variant details.\n   * @readonly\n   */\n  product?: Product;\n  /**\n   * Custom field data for the inventory item object.\n   *\n   * [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions) must be configured in the app dashboard before they can be accessed with API calls.\n   */\n  extendedFields?: ExtendedFields;\n}\n\n/** @oneof */\nexport interface InventoryItemTrackingMethodOneOf {\n  /**\n   * Indicates that inventory is tracked by status rather than quantity.\n   *\n   * When set to `true`, the item is marked as available for sale without tracking exact quantities.\n   * When set to `false`, the item is marked as out of stock.\n   * This tracking method is useful for made-to-order products or items with unlimited inventory.\n   *\n   * When using this tracking method, `trackQuantity` is `false` and preorder limits aren't supported.\n   */\n  inStock?: boolean;\n  /**\n   * Indicates that inventory is tracked by quantity.\n   *\n   * Set this field to the number of items currently in stock.\n   * This tracking method is useful when you need to know exactly how many items are available.\n   *\n   * When using this tracking method, `trackQuantity` is `true`.\n   * Quantity can be negative when inventory is decremented for an order that has already been paid.\n   * @min -99999\n   * @max 99999\n   */\n  quantity?: number;\n}\n\nexport enum AvailabilityStatus {\n  /** Item is out of stock. For tracked inventory, `quantity` is zero or negative and preorder isn't available. */\n  OUT_OF_STOCK = 'OUT_OF_STOCK',\n  /** Item is in stock and available for purchase. For tracked inventory, see the `quantity` field for the exact amount in stock. */\n  IN_STOCK = 'IN_STOCK',\n  /** Item is available for preorder only. Stock is zero or negative, but preorder is enabled with remaining capacity. */\n  PREORDER = 'PREORDER',\n}\n\n/** @enumType */\nexport type AvailabilityStatusWithLiterals =\n  | AvailabilityStatus\n  | 'OUT_OF_STOCK'\n  | 'IN_STOCK'\n  | 'PREORDER';\n\nexport interface PreorderInfo {\n  /**\n   * Whether preorder is enabled for this inventory item.\n   *\n   * > **Note:** Preorder can't be enabled for digital products or products with subscriptions.\n   *\n   * Default: `false`\n   */\n  enabled?: boolean | null;\n  /**\n   * Message displayed to customers when the item is out of stock and preorder is enabled.\n   * @minLength 1\n   * @maxLength 250\n   */\n  message?: string | null;\n  /**\n   * Maximum number of items that can be preordered after stock reaches zero.\n   *\n   * Supported only for inventory items with `trackQuantity = true`.\n   *\n   * Default: `100000`\n   * @max 100000\n   */\n  limit?: number | null;\n  /**\n   * Number of times this item has been preordered.\n   *\n   * Supported only for inventory items with `trackQuantity = true`.\n   * @readonly\n   * @max 99999\n   */\n  counter?: number | null;\n  /**\n   * Remaining quantity available for preorder.\n   *\n   * Supported only for items with `trackQuantity` set to `true`.\n   * @readonly\n   */\n  quantity?: number | null;\n}\n\nexport interface Product {\n  /**\n   * Product name.\n   * @maxLength 80\n   */\n  name?: string | null;\n  /**\n   * List of category IDs that this product is included in directly.\n   * @format GUID\n   * @maxSize 2000\n   */\n  directCategoryIds?: string[];\n  /**\n   * Variant name.\n   * @minLength 1\n   * @maxLength 250\n   */\n  variantName?: string | null;\n  /**\n   * Variant SKU (stock keeping unit).\n   * @minLength 1\n   * @maxLength 40\n   */\n  variantSku?: string | null;\n  /** Whether the variant is visible in the store. */\n  variantVisible?: boolean | null;\n}\n\n/** Product brand information. */\nexport interface Brand {\n  /**\n   * Brand ID.\n   * @format GUID\n   */\n  id?: string | null;\n  /**\n   * Brand name.\n   * @maxLength 50\n   */\n  name?: string | null;\n}\n\nexport enum EventType {\n  UNKNOWN = 'UNKNOWN',\n  CREATED = 'CREATED',\n  UPDATED = 'UPDATED',\n  DELETED = 'DELETED',\n}\n\n/** @enumType */\nexport type EventTypeWithLiterals =\n  | EventType\n  | 'UNKNOWN'\n  | 'CREATED'\n  | 'UPDATED'\n  | 'DELETED';\n\nexport interface CalculateProductInventorPreorderStatusAsyncRequest {\n  /**\n   * ID of the product to calculate inventory for\n   * @format GUID\n   */\n  productId?: string;\n}\n\nexport interface CalculateProductInventorPreorderStatusAsyncResponse {}\n\nexport interface PuffUpProductMediaRequest {\n  /**\n   * Product to puff up.\n   * @format GUID\n   */\n  productId?: string;\n  /**\n   * A list of requested fields to be included in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n  /**\n   * How many media items the product should have after puffing up\n   * @min 1\n   * @max 50\n   */\n  mediaCount?: number;\n  /**\n   * How many images will be linked to a single choide\n   * @max 50\n   */\n  choiceLinkedMediaCount?: number;\n}\n\nexport interface PuffUpProductMediaResponse {\n  /** Final product (optional; beware of media 15-cap in entity schema). */\n  product?: V3Product;\n}\n\nexport interface BulkUpdateProductTagsRequest {\n  /**\n   * List of product IDs whose tags will be updated.\n   * @minSize 1\n   * @maxSize 100\n   * @format GUID\n   */\n  productIds?: string[];\n  /** List of tags to assign. */\n  assignTags?: Tags;\n  /** List of tags to unassign. */\n  unassignTags?: Tags;\n}\n\nexport interface BulkUpdateProductTagsResponse {\n  /**\n   * Results.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkUpdateProductTagsResult[];\n  /** Aggregated success/failure counts. */\n  bulkActionMetadata?: BulkActionMetadata;\n}\n\nexport interface BulkUpdateProductTagsResult {\n  /** Metadata regarding the specific single update operation. */\n  itemMetadata?: CommonItemMetadata;\n}\n\nexport interface BulkUpdateProductTagsByFilterRequest {\n  /** Filter object. Pass an empty object `{}` to target all products. */\n  filter?: Record<string, any> | null;\n  /** List of tags to assign. */\n  assignTags?: Tags;\n  /** List of tags to unassign. */\n  unassignTags?: Tags;\n}\n\nexport interface BulkUpdateProductTagsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata.\n   * @format GUID\n   */\n  jobId?: string;\n}\n\n/**\n * Published on Greyhound topic \"catalog-rollback-requested\" after the site is handled by the V3 population rollback.\n * Each owning service reacts to this rollback request according to its own policy.\n */\nexport interface CatalogRollbackRequested {\n  /**\n   * The MetaSite ID of the store whose catalog migration rollback was requested.\n   * @format GUID\n   */\n  metaSiteId?: string;\n  /** Whether owner services should clean V3 catalog data as a reaction to this rollback request. */\n  cleanData?: boolean;\n}\n\nexport interface CreateProductRequest {\n  /**\n   * Product to create.\n   *\n   * At least 1 variant must be provided, and each variant must have an item in the `choices` field for every item in `options`.\n   * If `options` is empty, 1 default variant must be provided with an empty `choices` list.\n   */\n  product: V3Product;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface CreateProductResponse {\n  /** Created product. */\n  product?: V3Product;\n}\n\nexport interface VariantsNotAlignedWithProduct {\n  /**\n   * Variants not aligned with product\n   * @maxSize 1000\n   */\n  variants?: VariantNotAlignedWithProduct[];\n}\n\nexport interface VariantNotAlignedWithProduct {\n  /**\n   * variant id\n   * @format GUID\n   */\n  variantId?: string;\n  /**\n   * what's wrong with this specific variant\n   * @maxLength 200\n   */\n  errorDescription?: string;\n}\n\nexport interface MissingVariantOptionChoiceErrorData {\n  /**\n   * option product with choice not assigned to variant\n   * @maxSize 1000\n   * @minLength 1\n   * @maxLength 36\n   */\n  optionsMissingChoice?: string[];\n  /**\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n}\n\nexport interface MissingVariantOptionErrorData {\n  /**\n   * variant option does not exist in product options\n   * @maxSize 1000\n   * @minLength 1\n   * @maxLength 36\n   */\n  optionIds?: string[];\n  /**\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n}\n\nexport interface CreateProductWithInventoryRequest {\n  /**\n   * Product to create with inventory.\n   *\n   * At least one variant must be provided and each variant must have relevant item in `choices` field for every item in `options`.\n   * If `options` is empty one default variant must be provided with empty `choices` list.\n   */\n  product: ProductWithInventory;\n  /**\n   * Whether to return inventory entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface ProductWithInventory\n  extends ProductWithInventoryTypedPropertiesOneOf {\n  /**\n   * Physical properties.\n   *\n   * Required when `productType: PHYSICAL`.\n   */\n  physicalProperties?: PhysicalProperties;\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   * @readonly\n   */\n  id?: string | null;\n  /**\n   * Revision number, which increments by 1 each time the product is updated.\n   * To prevent conflicting changes,\n   * the current revision must be passed when updating the product.\n   *\n   * Ignored when creating a product with inventory.\n   * @readonly\n   */\n  revision?: string | null;\n  /**\n   * Product name. Translatable.\n   * @minLength 1\n   * @maxLength 80\n   */\n  name?: string | null;\n  /**\n   * Product slug.\n   *\n   * If not provided, the slug is autogenerated based on the product name.\n   * @minLength 2\n   * @maxLength 300\n   */\n  slug?: string | null;\n  /**\n   * Product description in HTML.\n   *\n   * + When provided on create/update, this string must be valid HTML. It's then converted to rich content.\n   * + `plainDescription` is ignored when a value is also passed to the `description` field.\n   * > **Note:** Returned only when you pass `\"PLAIN_DESCRIPTION\"` to the `fields` array in Products API requests.\n   * @maxLength 16000\n   */\n  plainDescription?: string | null;\n  /**\n   * Whether the product is visible to site visitors.\n   *\n   * Default: `true`\n   */\n  visible?: boolean | null;\n  /**\n   * Whether the product is visible in POS (point of sale).\n   *\n   * Default: `true`\n   * > **Note:** Always `false` for `productType: DIGITAL`.\n   */\n  visibleInPos?: boolean | null;\n  /** Product media items. */\n  media?: Media;\n  /** Product SEO data. */\n  seoData?: SeoSchema;\n  /**\n   * [Tax group ID](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/extensions/tax/tax-groups/introduction). Used to apply specific tax rates to products.\n   * @format GUID\n   */\n  taxGroupId?: string | null;\n  /**\n   * Product options, such as \"Size\" or \"Color\". Options define the ways a product can vary.\n   *\n   * When you provide options, you must also provide the corresponding variants. Each variant must have exactly one choice for each option. For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   *\n   * Options are stored as reusable [customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/introduction) entities. Pass an existing customization's ID to reuse it, or define options inline and new customization entities are created automatically.\n   * @maxSize 6\n   */\n  options?: ConnectedOption[];\n  /**\n   * Product modifiers. Collect additional information from customers without creating variants.\n   *\n   * Unlike options, modifiers don't affect inventory or create additional variants. Use them for things like gift messages or engraving text. For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   *\n   * Modifiers are stored as reusable [customization](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/customizations-v3/introduction) entities. Pass an existing customization's ID to reuse it, or define modifiers inline and new customization entities are created automatically.\n   * @maxSize 10\n   */\n  modifiers?: ConnectedModifier[];\n  /**\n   * Product brand.\n   *\n   * + Pass `brand.name` to add a new brand while creating a product.\n   * + Pass an existing brand's `id` to assign that brand to the product.\n   */\n  brand?: V3Brand;\n  /**\n   * Product info section.\n   *\n   * + Pass `infoSection.uniqueName`, `infoSection.title`, and `infoSection.description` to add a new info section while creating a product.\n   * + Pass an existing info section's `id` or `uniqueName` to assign that info section to the product.\n   * @maxSize 10\n   */\n  infoSections?: InfoSection[];\n  /**\n   * Primary product ribbon displayed on the product. Use `additionalRibbons` to assign further ribbons beyond the primary one.\n   *\n   * + Pass `ribbon.name` to add a new ribbon while creating a product.\n   * + Pass an existing ribbon's `id` or `name` to assign that ribbon to the product.\n   */\n  ribbon?: Ribbon;\n  /**\n   * Additional [ribbons](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/ribbons-v3/introduction) displayed on the product, beyond the primary `ribbon`.\n   *\n   * Use this field to highlight multiple product attributes at once, for example combining a \"New\" ribbon with a \"Sale\" ribbon. Both the primary and additional ribbons are rendered on product cards and on the product page. Ribbons appear in the same order as this list.\n   *\n   * Each entry follows the same assignment rules as `ribbon`:\n   * + Pass `additionalRibbons.name` to add a new ribbon while creating or updating the product.\n   * + Pass an existing ribbon's `id` or `name` to assign that ribbon to the product.\n   *\n   * A ribbon can be assigned to a product at most once: the same ribbon can't appear more than once in `additionalRibbons`, and a ribbon set as `ribbon` can't also appear in `additionalRibbons`.\n   *\n   * Supports up to 4 additional ribbons per product.\n   * @maxSize 4\n   */\n  additionalRibbons?: Ribbon[];\n  /**\n   * The ID of the product's primary direct category, which defines the product's breadcrumbs path. For example, if the product's main category is \"T-Shirts\" (which is a subcategory of \"Clothing\"), the breadcrumbs path will be \"Clothing > T-Shirts\".\n   * @format GUID\n   */\n  mainCategoryId?: string | null;\n  /**\n   * Product type: `PHYSICAL` for tangible goods that require shipping, or `DIGITAL` for downloadable content.\n   *\n   * When passing `productType: PHYSICAL`, you must also pass `physicalProperties`. When passing `productType: DIGITAL`, you can optionally pass `digitalProperties` in each variant.\n   * @immutable\n   */\n  productType?: ProductTypeWithLiterals;\n  /**\n   * A unique human-friendly identifier for the product.\n   *\n   * Unlike the auto-generated `id`, the handle can be set when creating a product. This is useful when re-importing products from other systems, as it provides a stable identifier across platforms. If not provided during creation, one is automatically generated. Can't be changed after creation.\n   * @minLength 1\n   * @maxLength 100\n   * @readonly\n   */\n  handle?: string | null;\n  /**\n   * Product variants. Each variant represents a specific purchasable version of a product defined by option choices.\n   *\n   * Each variant must reference all product options via its `choices` array, using `optionChoiceNames` in requests.\n   * Variants aren't auto-generated. You must explicitly provide each variant when creating products with options.\n   *\n   * For more information, see [About Product Options and Variants](https://dev.wix.com/docs/api-reference/business-solutions/stores/catalog-v3/about-product-options-and-variants).\n   */\n  variantsInfo?: V3VariantsInfo;\n  /**\n   * Product subscriptions.\n   *\n   * Subscription discounts are defined at the product level but apply to each variant's `actualPrice`. This means the final subscription price varies per variant based on the variant's base price.\n   */\n  subscriptionDetails?: SubscriptionDetails;\n  /** Purchase eligibility settings for the product. */\n  purchaseEligibility?: PurchaseEligibility;\n  /**\n   * Custom extended fields for the product object.\n   *\n   * [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.\n   */\n  extendedFields?: ExtendedFields;\n  /** Tags */\n  tags?: Tags;\n}\n\n/** @oneof */\nexport interface ProductWithInventoryTypedPropertiesOneOf {\n  /**\n   * Physical properties.\n   *\n   * Required when `productType: PHYSICAL`.\n   */\n  physicalProperties?: PhysicalProperties;\n}\n\nexport interface V3VariantsInfo {\n  /**\n   * List of related variants.\n   * Partial update of variants is not supported so on update you must pass all data for all of them.\n   * If you want to update existing variant you must provide `id`, otherwise new variant with different id will be created which might break some integrations that rely on variant ids.\n   * @minSize 1\n   * @maxSize 1000\n   */\n  variants?: VariantWithInventory[];\n}\n\nexport interface VariantWithInventory\n  extends VariantWithInventoryTypedPropertiesOneOf {\n  /** Physical properties. Must be passed when `productType: PHYSICAL` */\n  physicalProperties?: VariantPhysicalProperties;\n  /** Digital properties. Must be passed when `productType: DIGITAL` */\n  digitalProperties?: VariantDigitalProperties;\n  /**\n   * Variant ID.\n   * @format GUID\n   * @immutable\n   */\n  id?: string | null;\n  /**\n   * Whether the variant is visible to site visitors.\n   *\n   * Default: `true`\n   */\n  visible?: boolean | null;\n  /**\n   * Variant SKU (stock keeping unit).\n   * @minLength 1\n   * @maxLength 40\n   */\n  sku?: string | null;\n  /**\n   * Variant barcode.\n   * @minLength 1\n   * @maxLength 40\n   */\n  barcode?: string | null;\n  /** Variant price. */\n  price?: PriceInfo;\n  /**\n   * Variant revenue details.\n   *\n   * > **Note:** Returned only when the following conditions are met:\n   * > + You pass `\"MERCHANT_DATA\"` to the `fields` array in Products API requests.\n   * > + Your app has the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   */\n  revenueDetails?: RevenueDetails;\n  /** Inventory item of the variant on the default location. */\n  inventoryItem?: InventoryItemComposite;\n  /**\n   * List of choices.\n   * @maxSize 6\n   * @immutable\n   */\n  choices?: OptionChoiceReferences[];\n}\n\n/** @oneof */\nexport interface VariantWithInventoryTypedPropertiesOneOf {\n  /** Physical properties. Must be passed when `productType: PHYSICAL` */\n  physicalProperties?: VariantPhysicalProperties;\n  /** Digital properties. Must be passed when `productType: DIGITAL` */\n  digitalProperties?: VariantDigitalProperties;\n}\n\nexport interface InventoryItemComposite\n  extends InventoryItemCompositeTrackingMethodOneOf {\n  /**\n   * Tracking method - in stock.\n   *\n   * When set to `true`, the item is available for sale without a quantity limit.\n   */\n  inStock?: boolean;\n  /**\n   * Tracking method - quantity left in inventory.\n   *\n   * Quantity can be negative when decrementing inventory for an order that has already been paid.\n   * @min -99999\n   * @max 99999\n   */\n  quantity?: number;\n  /**\n   * Inventory item ID.\n   * If you want to update existing inventory item you must provide id,\n   * otherwise new inventory item with different id will be created.\n   * @format GUID\n   * @readonly\n   */\n  id?: string | null;\n  /**\n   * Inventory item revision.\n   * @readonly\n   */\n  revision?: string | null;\n  /** Item preorder info. */\n  preorderInfo?: PreorderInfo;\n}\n\n/** @oneof */\nexport interface InventoryItemCompositeTrackingMethodOneOf {\n  /**\n   * Tracking method - in stock.\n   *\n   * When set to `true`, the item is available for sale without a quantity limit.\n   */\n  inStock?: boolean;\n  /**\n   * Tracking method - quantity left in inventory.\n   *\n   * Quantity can be negative when decrementing inventory for an order that has already been paid.\n   * @min -99999\n   * @max 99999\n   */\n  quantity?: number;\n}\n\nexport interface OptionChoiceReferences {\n  /** Option and choice IDs. */\n  optionChoiceIds?: V3OptionChoiceIds;\n  /** Option and choice names. */\n  optionChoiceNames?: V3OptionChoiceNames;\n}\n\nexport interface V3OptionChoiceIds {\n  /**\n   * Option ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   */\n  optionId?: string;\n  /**\n   * Choice ID.\n   * @format GUID\n   * @immutable\n   */\n  choiceId?: string;\n}\n\nexport interface V3OptionChoiceNames {\n  /**\n   * Option name.\n   * @minLength 1\n   */\n  optionName?: string;\n  /**\n   * Choice name.\n   * @minLength 1\n   */\n  choiceName?: string;\n  /** Render type. */\n  renderType?: ProductOptionRenderTypeWithLiterals;\n}\n\nexport interface CreateProductWithInventoryResponse {\n  /** Created product. */\n  product?: V3Product;\n  /** Inventories created by bulk action. */\n  inventoryResults?: BulkInventoryItemResults;\n}\n\nexport interface BulkInventoryItemResults {\n  /**\n   * Inventories modified by bulk action.\n   * @maxSize 1000\n   */\n  results?: BulkInventoryItemResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n  /** Error details in case of failed action. */\n  error?: ApplicationError;\n}\n\nexport interface BulkInventoryItemResult {\n  /** Bulk action metadata for inventory item. */\n  itemMetadata?: ItemMetadata;\n  /**\n   * Full inventory item entity.\n   *\n   * Returned only if `returnEntity: true` is passed in the request.\n   */\n  item?: InventoryItem;\n}\n\nexport interface ItemMetadata {\n  /**\n   * Item ID. Should always be available, unless it's impossible (for example, when failing to create an item).\n   * @format GUID\n   */\n  id?: string | null;\n  /** Index of the item within the request array. Allows for correlation between request and response items. */\n  originalIndex?: number;\n  /** Whether the requested action was successful for this item. When `false`, the `error` field is populated. */\n  success?: boolean;\n  /** Details about the error in case of failure. */\n  error?: ApplicationError;\n}\n\nexport interface CommonBulkActionMetadata {\n  /** Number of items that were successfully processed. */\n  totalSuccesses?: number;\n  /** Number of items that couldn't be processed. */\n  totalFailures?: number;\n  /** Number of failures without details because detailed failure threshold was exceeded. */\n  undetailedFailures?: number;\n}\n\nexport interface UpdateProductRequest {\n  /** Product to update. */\n  product: V3Product;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface UpdateProductResponse {\n  /** Updated product. */\n  product?: V3Product;\n}\n\nexport interface UpdateProductWithInventoryRequest {\n  /** Product to update. */\n  product: ProductWithInventory;\n  /**\n   * Whether to return the full inventory entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface UpdateProductWithInventoryResponse {\n  /** Updated product. */\n  product?: V3Product;\n  /** Inventories updated by bulk action. */\n  inventoryResults?: BulkInventoryItemResults;\n}\n\nexport interface BulkCreateProductsRequest {\n  /**\n   * List of products to create.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products: V3Product[];\n  /**\n   * Whether to return the full product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface BulkCreateProductsResponse {\n  /**\n   * Products created by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: CatalogV3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface CatalogV3BulkProductResult {\n  /** Information about successful action or error for failure. */\n  itemMetadata?: WixCommonItemMetadata;\n  /**\n   * Full product entity.\n   *\n   * Returned only if `returnEntity: true` is passed in the request.\n   */\n  item?: V3Product;\n}\n\nexport interface WixCommonItemMetadata {\n  /**\n   * Item ID. Should always be available, unless it's impossible (for example, when failing to create an item).\n   * @minLength 1\n   * @maxLength 36\n   */\n  id?: string | null;\n  /** Index of the item within the request array. Allows for correlation between request and response items. */\n  originalIndex?: number;\n  /** Whether the requested action was successful for this item. When `false`, the `error` field is populated. */\n  success?: boolean;\n  /** Details about the error in case of failure. */\n  error?: ApplicationError;\n}\n\nexport interface InvalidDigitalFileIds {\n  /**\n   * ids of digital files which caused errors.\n   * @maxSize 1000\n   * @minLength 1\n   * @maxLength 100\n   */\n  ids?: string[];\n}\n\nexport interface BulkCreateProductsWithInventoryRequest {\n  /**\n   * List of products to create with inventory.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products: ProductWithInventory[];\n  /**\n   * Whether to return the full product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface BulkCreateProductsWithInventoryResponse {\n  /** Products created by bulk action. */\n  productResults?: BulkProductResults;\n  /** Inventories created by bulk action. */\n  inventoryResults?: BulkInventoryItemResults;\n}\n\nexport interface BulkProductResults {\n  /**\n   * Products modified by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: CatalogV3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface BulkUpdateProductsRequest {\n  /**\n   * List of products to update.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products: V3MaskedProduct[];\n  /**\n   * Whether to return the full product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface V3MaskedProduct {\n  /** Product to update. */\n  product?: V3Product;\n}\n\nexport interface BulkUpdateProductsResponse {\n  /**\n   * Products updated by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: CatalogV3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface BulkUpdateProductsWithInventoryRequest {\n  /**\n   * List of products to update.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products: MaskedProductWithInventory[];\n  /**\n   * Whether to return the full product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface MaskedProductWithInventory {\n  /** Product to update. */\n  product?: ProductWithInventory;\n}\n\nexport interface BulkUpdateProductsWithInventoryResponse {\n  /** Products updated by bulk action. */\n  productResults?: BulkProductResults;\n  /** Inventories updated by bulk action. */\n  inventoryResults?: BulkInventoryItemResults;\n}\n\nexport interface V3BulkUpdateProductsByFilterRequest {\n  /** Filter object. */\n  filter?: Record<string, any> | null;\n  /** Product to update. */\n  product: V3Product;\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface WixCommonSearchDetails {\n  /** Defines how separate search terms in `expression` are combined */\n  mode?: CommonSearchDetailsModeWithLiterals;\n  /**\n   * Search term or expression\n   * @maxLength 100\n   */\n  expression?: string | null;\n  /**\n   * Fields to search in. If the array is empty, all searchable fields are searched. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   * @maxSize 20\n   */\n  fields?: string[];\n  /** Whether to enable the search function to use an algorithm to automatically find results that are close to the search expression, such as typos and declensions. */\n  fuzzy?: boolean;\n}\n\nexport enum CommonSearchDetailsMode {\n  /** Any of the search terms must be present */\n  OR = 'OR',\n  /** All search terms must be present */\n  AND = 'AND',\n}\n\n/** @enumType */\nexport type CommonSearchDetailsModeWithLiterals =\n  | CommonSearchDetailsMode\n  | 'OR'\n  | 'AND';\n\nexport interface V3BulkUpdateProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface V3DeleteProductRequest {\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId: string;\n}\n\nexport interface V3DeleteProductResponse {}\n\nexport interface V3BulkDeleteProductsRequest {\n  /**\n   * IDs of products to delete.\n   * @minLength 1\n   * @maxLength 36\n   * @minSize 1\n   * @maxSize 100\n   */\n  productIds: string[];\n}\n\nexport interface V3BulkDeleteProductsResponse {\n  /**\n   * Products deleted by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkDeleteProductsResponseBulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface BulkDeleteProductsResponseBulkProductResult {\n  /** Bulk action metadata for products. */\n  itemMetadata?: WixCommonItemMetadata;\n}\n\nexport interface V3BulkDeleteProductsByFilterRequest {\n  /** Filter object. */\n  filter: Record<string, any> | null;\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface V3BulkDeleteProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface V3GetProductRequest {\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId: string;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface V3GetProductResponse {\n  /** Product. */\n  product?: V3Product;\n}\n\nexport interface V3GetProductBySlugRequest {\n  /**\n   * Product slug.\n   * @minLength 1\n   * @maxLength 100\n   */\n  slug: string;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: SingleEntityOpsRequestedFieldsWithLiterals[];\n}\n\nexport interface V3GetProductBySlugResponse {\n  /** Product. */\n  product?: V3Product;\n}\n\nexport interface V3SearchProductsRequest {\n  /** Search options. */\n  search?: CommonCursorSearch;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface CommonCursorSearch\n  extends CommonCursorSearchPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CommonCursorPaging;\n  /**\n   * Filter object.\n   *\n   * Learn more about [filtering](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#filters).\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object.\n   *\n   * Learn more about [sorting](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#sorting).\n   * @maxSize 10\n   */\n  sort?: WixCommonSorting[];\n  /**\n   * Logical groupings of data into facets, with summaries for each facet. For example, use aggregations to allow site visitors to narrow down their search results by selecting specific categories.\n   * @maxSize 10\n   */\n  aggregations?: WixCommonAggregation[];\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n  /**\n   * Time zone to adjust date-time-based filters and aggregations, in ISO 8601 (including offsets) or IANA time zone database (including time zone IDs) format.\n   * Applies to all relevant filters and aggregations, unless overridden by providing timestamps including time zone. For example, \"2023-12-20T10:52:34.795Z\".\n   * @maxLength 50\n   */\n  timeZone?: string | null;\n}\n\n/** @oneof */\nexport interface CommonCursorSearchPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CommonCursorPaging;\n}\n\nexport interface WixCommonSorting {\n  /**\n   * Name of the field to sort by.\n   * @maxLength 512\n   */\n  fieldName?: string;\n  /** Sort order. */\n  order?: WixCommonSortOrderWithLiterals;\n  /**\n   * When `field_name` is a property of repeated field that is marked as `MATCH_ITEMS` and sort should be done by\n   * a specific element from a collection, filter can/should be provided to ensure correct sort value is picked.\n   *\n   * If multiple filters are provided, they are combined with AND operator.\n   *\n   * Example:\n   * Given we have document like {\"id\": \"1\", \"nestedField\": [{\"price\": 10, \"region\": \"EU\"}, {\"price\": 20, \"region\": \"US\"}]}\n   * and `nestedField` is marked as `MATCH_ITEMS`, to ensure that sorting is done by correct region, filter should be\n   * { fieldName: \"nestedField.price\", \"select_items_by\": [{\"nestedField.region\": \"US\"}] }\n   * @maxSize 10\n   */\n  selectItemsBy?: Record<string, any>[] | null;\n}\n\nexport enum WixCommonSortOrder {\n  ASC = 'ASC',\n  DESC = 'DESC',\n}\n\n/** @enumType */\nexport type WixCommonSortOrderWithLiterals =\n  | WixCommonSortOrder\n  | 'ASC'\n  | 'DESC';\n\nexport interface WixCommonAggregation extends WixCommonAggregationKindOneOf {\n  /** A value aggregation calculates metrics such as count for specific fields within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of products for each price listed in the store. */\n  value?: CommonAggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. */\n  range?: CommonAggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: CommonAggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.) For example, use a date histogram to find how many reservations have been made at a restaurant each week. */\n  dateHistogram?: CommonAggregationDateHistogramAggregation;\n  /** A nested aggregation is applied within the results of another aggregation. Rather than aggregating directly on the primary dataset, first group data using one aggregation and then apply another aggregation within each group. It allows for more complex analyses where you can summarize data at different levels of detail or hierarchy. For example, to get the number of products that are in stock and out of stock for each price listed, first perform a value aggregation on `discountedPriceNumeric`, and a second value aggregation on `inStock`. */\n  nested?: CommonAggregationNestedAggregation;\n  /**\n   * Aggregation name, returned in `aggregations.results.name`.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation to perform. Must align with the corresponding aggregation field. */\n  type?: WixCommonAggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface WixCommonAggregationKindOneOf {\n  /** A value aggregation calculates metrics such as count for specific fields within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of products for each price listed in the store. */\n  value?: CommonAggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. */\n  range?: CommonAggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: CommonAggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.) For example, use a date histogram to find how many reservations have been made at a restaurant each week. */\n  dateHistogram?: CommonAggregationDateHistogramAggregation;\n  /** A nested aggregation is applied within the results of another aggregation. Rather than aggregating directly on the primary dataset, first group data using one aggregation and then apply another aggregation within each group. It allows for more complex analyses where you can summarize data at different levels of detail or hierarchy. For example, to get the number of products that are in stock and out of stock for each price listed, first perform a value aggregation on `discountedPriceNumeric`, and a second value aggregation on `inStock`. */\n  nested?: CommonAggregationNestedAggregation;\n}\n\nexport interface AggregationRangeAggregationRangeBucket {\n  /** Inclusive lower bound of the range. Required if `to` is not provided. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. Required if `from` is not provided. */\n  to?: number | null;\n}\n\nexport enum AggregationValueAggregationSortType {\n  /** Number of matches in the results. */\n  COUNT = 'COUNT',\n  /** Alphabetically by the field value. */\n  VALUE = 'VALUE',\n}\n\n/** @enumType */\nexport type AggregationValueAggregationSortTypeWithLiterals =\n  | AggregationValueAggregationSortType\n  | 'COUNT'\n  | 'VALUE';\n\nexport enum AggregationValueAggregationSortDirection {\n  /** Descending order. */\n  DESC = 'DESC',\n  /** Ascending order. */\n  ASC = 'ASC',\n}\n\n/** @enumType */\nexport type AggregationValueAggregationSortDirectionWithLiterals =\n  | AggregationValueAggregationSortDirection\n  | 'DESC'\n  | 'ASC';\n\nexport enum AggregationValueAggregationMissingValues {\n  /** Exclude missing values from the aggregation results. */\n  EXCLUDE = 'EXCLUDE',\n  /** Include missing values in the aggregation results. */\n  INCLUDE = 'INCLUDE',\n}\n\n/** @enumType */\nexport type AggregationValueAggregationMissingValuesWithLiterals =\n  | AggregationValueAggregationMissingValues\n  | 'EXCLUDE'\n  | 'INCLUDE';\n\nexport interface AggregationValueAggregationIncludeMissingValuesOptions {\n  /**\n   * Specify a custom name for the bucket containing the missing values. Defaults are `\"N/A\"` for strings, `0` for integers, and `false` for booleans.\n   * @maxLength 20\n   */\n  addToBucket?: string;\n}\n\nexport enum WixCommonScalarType {\n  /** Total number of distinct values. */\n  COUNT_DISTINCT = 'COUNT_DISTINCT',\n  /** Minimum value. */\n  MIN = 'MIN',\n  /** Maximum value. */\n  MAX = 'MAX',\n}\n\n/** @enumType */\nexport type WixCommonScalarTypeWithLiterals =\n  | WixCommonScalarType\n  | 'COUNT_DISTINCT'\n  | 'MIN'\n  | 'MAX';\n\nexport interface CommonAggregationValueAggregation\n  extends CommonAggregationValueAggregationOptionsOneOf {\n  /** Options for including missing values in results. */\n  includeOptions?: AggregationValueAggregationIncludeMissingValuesOptions;\n  /** Sort type. */\n  sortType?: AggregationValueAggregationSortTypeWithLiterals;\n  /** Sort direction. */\n  sortDirection?: AggregationValueAggregationSortDirectionWithLiterals;\n  /**\n   * Number of aggregation results to return.\n   * Min: `1`\n   * Max: `250`\n   * Default: `10`\n   */\n  limit?: number | null;\n  /**\n   * Whether to include or exclude missing values in the aggregation results.\n   * Default: `EXCLUDE`.\n   */\n  missingValues?: AggregationValueAggregationMissingValuesWithLiterals;\n}\n\n/** @oneof */\nexport interface CommonAggregationValueAggregationOptionsOneOf {\n  /** Options for including missing values in results. */\n  includeOptions?: AggregationValueAggregationIncludeMissingValuesOptions;\n}\n\nexport enum AggregationNestedAggregationNestedAggregationType {\n  /** Calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. */\n  VALUE = 'VALUE',\n  /** Calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. */\n  RANGE = 'RANGE',\n  /** Calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  SCALAR = 'SCALAR',\n  /** Calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n}\n\n/** @enumType */\nexport type AggregationNestedAggregationNestedAggregationTypeWithLiterals =\n  | AggregationNestedAggregationNestedAggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM';\n\nexport interface CommonAggregationRangeAggregation {\n  /**\n   * List of range buckets. During aggregation each entity is placed in the first bucket its value falls into, based on the provided range bounds.\n   * @maxSize 50\n   */\n  buckets?: AggregationRangeAggregationRangeBucket[];\n}\n\nexport interface CommonAggregationScalarAggregation {\n  /** Operator type for the scalar aggregation. */\n  type?: WixCommonScalarTypeWithLiterals;\n}\n\nexport interface CommonAggregationDateHistogramAggregation {\n  /** Interval for date histogram aggregation. */\n  interval?: AggregationDateHistogramAggregationIntervalWithLiterals;\n}\n\nexport enum AggregationDateHistogramAggregationInterval {\n  /** Yearly interval */\n  YEAR = 'YEAR',\n  /** Monthly interval */\n  MONTH = 'MONTH',\n  /** Weekly interval */\n  WEEK = 'WEEK',\n  /** Daily interval */\n  DAY = 'DAY',\n  /** Hourly interval */\n  HOUR = 'HOUR',\n  /** Minute interval */\n  MINUTE = 'MINUTE',\n  /** Second interval */\n  SECOND = 'SECOND',\n}\n\n/** @enumType */\nexport type AggregationDateHistogramAggregationIntervalWithLiterals =\n  | AggregationDateHistogramAggregationInterval\n  | 'YEAR'\n  | 'MONTH'\n  | 'WEEK'\n  | 'DAY'\n  | 'HOUR'\n  | 'MINUTE'\n  | 'SECOND';\n\nexport interface AggregationNestedAggregationNestedAggregationItem\n  extends AggregationNestedAggregationNestedAggregationItemKindOneOf {\n  /** A value aggregation calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of orders for each order status. */\n  value?: CommonAggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  range?: CommonAggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: CommonAggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). For example, use a date histogram to determine how many reservations have been made at a restaurant each week. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  dateHistogram?: CommonAggregationDateHistogramAggregation;\n  /**\n   * Unique, caller-defined aggregation name, returned in `aggregations.results`.\n   * @maxLength 100\n   */\n  name?: string | null;\n  /** Type of aggregation to perform. The matching aggregation field must be passed. */\n  type?: AggregationNestedAggregationNestedAggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface AggregationNestedAggregationNestedAggregationItemKindOneOf {\n  /** A value aggregation calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. For example, use a value aggregation to get the number (count) of orders for each order status. */\n  value?: CommonAggregationValueAggregation;\n  /** A range aggregation calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. For example, use a range aggregation to compare the number of reservations made for parties of 4 or less to the number of reservations made for parties with 5 or more. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  range?: CommonAggregationRangeAggregation;\n  /** A scalar aggregation calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  scalar?: CommonAggregationScalarAggregation;\n  /** A date histogram calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). For example, use a date histogram to determine how many reservations have been made at a restaurant each week. If ranges overlap, a record that fits more than one range will only be counted in the first range that matches the criteria. */\n  dateHistogram?: CommonAggregationDateHistogramAggregation;\n}\n\nexport enum WixCommonAggregationType {\n  /** Calculates the distribution of a specific field's values within a dataset, providing insights into the overall distribution and key statistics of those values. */\n  VALUE = 'VALUE',\n  /** Calculates the count of the values from the specified field in the dataset that fall within the range of each bucket you define. */\n  RANGE = 'RANGE',\n  /** Calculates a single numerical value from a dataset, summarizing the dataset into one key metric: `COUNT_DISTINCT`, `SUM`, `AVG`, `MIN`, or `MAX`. */\n  SCALAR = 'SCALAR',\n  /** Calculates the count of time values from the specified field in the dataset that fall within each time interval you define (hour, day, week, etc.). */\n  DATE_HISTOGRAM = 'DATE_HISTOGRAM',\n  /** Flattened list of aggregations, where each aggregation is nested within previous one. */\n  NESTED = 'NESTED',\n}\n\n/** @enumType */\nexport type WixCommonAggregationTypeWithLiterals =\n  | WixCommonAggregationType\n  | 'VALUE'\n  | 'RANGE'\n  | 'SCALAR'\n  | 'DATE_HISTOGRAM'\n  | 'NESTED';\n\n/** Nested aggregation expressed through a list of aggregation where each next aggregation is nested within previous one */\nexport interface CommonAggregationNestedAggregation {\n  /**\n   * Flattened list of aggregations, where each next aggregation is nested within previous one.\n   * @minSize 2\n   * @maxSize 3\n   */\n  nestedAggregations?: AggregationNestedAggregationNestedAggregationItem[];\n}\n\nexport interface CommonCursorPaging {\n  /**\n   * Maximum number of items to return in the results.\n   * @max 100\n   */\n  limit?: number | null;\n  /**\n   * Pointer to the next or previous page in the list of results.\n   *\n   * Pass the relevant cursor token from the `pagingMetadata` object in the previous call's response.\n   * Not relevant for the first request.\n   * @maxLength 16000\n   */\n  cursor?: string | null;\n}\n\nexport interface V3SearchProductsResponse {\n  /** List of products. */\n  products?: V3Product[];\n  /** Paging metadata. */\n  pagingMetadata?: CommonCursorPagingMetadata;\n  /** Aggregation data. */\n  aggregationData?: CommonAggregationData;\n}\n\nexport interface CommonCursorPagingMetadata {\n  /** Number of items returned in the response. */\n  count?: number | null;\n  /** Cursor strings that point to the next page, previous page, or both. */\n  cursors?: CommonCursors;\n  /**\n   * Whether there are more pages to retrieve following the current page.\n   *\n   * + `true`: Another page of results can be retrieved.\n   * + `false`: This is the last page.\n   */\n  hasNext?: boolean | null;\n}\n\nexport interface CommonCursors {\n  /**\n   * Cursor string pointing to the next page in the list of results.\n   * @maxLength 16000\n   */\n  next?: string | null;\n  /**\n   * Cursor pointing to the previous page in the list of results.\n   * @maxLength 16000\n   */\n  prev?: string | null;\n}\n\nexport interface CommonAggregationData {\n  /**\n   * List of the aggregated data results.\n   * @maxSize 10000\n   */\n  results?: AggregationDataAggregationResults[];\n}\n\nexport interface ValueResultsValueAggregationResult {\n  /**\n   * Value of the field.\n   * @maxLength 100\n   */\n  value?: string;\n  /** Number of entities with this value. */\n  count?: number;\n}\n\nexport interface RangeResultsRangeAggregationResult {\n  /** Inclusive lower bound of the range. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. */\n  to?: number | null;\n  /** Total number of entities in this range. */\n  count?: number;\n}\n\nexport interface AggregationResultsNestedAggregationResults\n  extends AggregationResultsNestedAggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: AggregationResultsValueResults;\n  /** Range aggregation results. */\n  ranges?: AggregationResultsRangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationDataAggregationResultsScalarResult;\n  /**\n   * Unique, caller-defined aggregation name, identifiable by the requested aggregation `name`.\n   * @maxLength 100\n   */\n  name?: string;\n  /** Aggregation type. */\n  type?: WixCommonAggregationTypeWithLiterals;\n  /**\n   * Field which the data was aggregated by.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface AggregationResultsNestedAggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: AggregationResultsValueResults;\n  /** Range aggregation results. */\n  ranges?: AggregationResultsRangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationDataAggregationResultsScalarResult;\n}\n\nexport interface AggregationResultsValueResults {\n  /**\n   * List of value aggregations.\n   * @maxSize 250\n   */\n  results?: ValueResultsValueAggregationResult[];\n}\n\nexport interface AggregationResultsRangeResults {\n  /**\n   * List of ranges returned in same order as requested.\n   * @maxSize 50\n   */\n  results?: RangeResultsRangeAggregationResult[];\n}\n\nexport interface AggregationDataAggregationResultsScalarResult {\n  /** Type of scalar aggregation. */\n  type?: WixCommonScalarTypeWithLiterals;\n  /** Value of the scalar aggregation. */\n  value?: number;\n}\n\nexport interface GroupByValueResultsNestedValueAggregationResult {\n  /**\n   * Value of the field.\n   * @maxLength 1000\n   */\n  value?: string;\n  /** Nested aggregations. */\n  nestedResults?: AggregationResultsNestedAggregationResults;\n}\n\nexport interface NestedResultsValueResult {\n  /**\n   * Value of the field\n   * @maxLength 1000\n   */\n  value?: string;\n  /** Number of entities with this value. */\n  count?: number | null;\n}\n\nexport interface NestedResultsRangeResult {\n  /** Inclusive lower bound of the range. */\n  from?: number | null;\n  /** Exclusive upper bound of the range. */\n  to?: number | null;\n  /** Number of entities in this range. */\n  count?: number | null;\n}\n\nexport interface NestedResultsScalarResult {\n  /** Value of the scalar aggregation. */\n  value?: number;\n}\n\nexport interface NestedResultsNestedResultValue\n  extends NestedResultsNestedResultValueResultOneOf {\n  /** Value aggregation result. */\n  value?: NestedResultsValueResult;\n  /** Range aggregation result. */\n  range?: NestedResultsRangeResult;\n  /** Scalar aggregation result. */\n  scalar?: NestedResultsScalarResult;\n  /** Date histogram aggregation result. */\n  dateHistogram?: NestedResultsValueResult;\n}\n\n/** @oneof */\nexport interface NestedResultsNestedResultValueResultOneOf {\n  /** Value aggregation result. */\n  value?: NestedResultsValueResult;\n  /** Range aggregation result. */\n  range?: NestedResultsRangeResult;\n  /** Scalar aggregation result. */\n  scalar?: NestedResultsScalarResult;\n  /** Date histogram aggregation result. */\n  dateHistogram?: NestedResultsValueResult;\n}\n\nexport interface NestedResultsResults {\n  /** List of nested aggregations. */\n  results?: Record<string, NestedResultsNestedResultValue>;\n}\n\nexport interface DateHistogramResultsDateHistogramResult {\n  /**\n   * Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.\n   * @maxLength 100\n   */\n  value?: string;\n  /** Number of entities in the bucket. */\n  count?: number;\n}\n\nexport interface AggregationResultsGroupByValueResults {\n  /**\n   * List of value aggregations.\n   * @maxSize 1000\n   */\n  results?: GroupByValueResultsNestedValueAggregationResult[];\n}\n\nexport interface AggregationResultsDateHistogramResults {\n  /**\n   * List of date histogram aggregations.\n   * @maxSize 200\n   */\n  results?: DateHistogramResultsDateHistogramResult[];\n}\n\n/** Results of `NESTED` aggregation type in a flattened array, identifiable by the requested aggregation `name`. */\nexport interface AggregationResultsNestedResults {\n  /**\n   * List of nested aggregations.\n   * @maxSize 1000\n   */\n  results?: NestedResultsResults[];\n}\n\nexport interface AggregationDataAggregationResults\n  extends AggregationDataAggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: AggregationResultsValueResults;\n  /** Range aggregation results. */\n  ranges?: AggregationResultsRangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationDataAggregationResultsScalarResult;\n  /** Group by value aggregation results. */\n  groupedByValue?: AggregationResultsGroupByValueResults;\n  /** Date histogram aggregation results. */\n  dateHistogram?: AggregationResultsDateHistogramResults;\n  /** Nested aggregation results. */\n  nested?: AggregationResultsNestedResults;\n  /**\n   * Aggregation name, returned in `aggregations.results.name`.\n   * @maxLength 100\n   */\n  name?: string;\n  /** Aggregation type. Must align with the corresponding aggregation field. */\n  type?: WixCommonAggregationTypeWithLiterals;\n  /**\n   * Field to aggregate by. Use dot notation to specify a JSON path. For example, `order.address.streetName`.\n   * @maxLength 200\n   */\n  fieldPath?: string;\n}\n\n/** @oneof */\nexport interface AggregationDataAggregationResultsResultOneOf {\n  /** Value aggregation results. */\n  values?: AggregationResultsValueResults;\n  /** Range aggregation results. */\n  ranges?: AggregationResultsRangeResults;\n  /** Scalar aggregation results. */\n  scalar?: AggregationDataAggregationResultsScalarResult;\n  /** Group by value aggregation results. */\n  groupedByValue?: AggregationResultsGroupByValueResults;\n  /** Date histogram aggregation results. */\n  dateHistogram?: AggregationResultsDateHistogramResults;\n  /** Nested aggregation results. */\n  nested?: AggregationResultsNestedResults;\n}\n\nexport interface V3QueryProductsRequest {\n  /** Query options. */\n  query?: CommonCursorQuery;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface CommonCursorQuery extends CommonCursorQueryPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CommonCursorPaging;\n  /**\n   * Filter object.\n   *\n   * Learn more about [filtering](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#filters).\n   */\n  filter?: Record<string, any> | null;\n  /**\n   * Sort object.\n   *\n   * Learn more about [sorting](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#sorting).\n   * @maxSize 5\n   */\n  sort?: WixCommonSorting[];\n}\n\n/** @oneof */\nexport interface CommonCursorQueryPagingMethodOneOf {\n  /**\n   * Cursor paging options.\n   *\n   * Learn more about [cursor paging](https://dev.wix.com/docs/api-reference/articles/work-with-wix-apis/data-retrieval/about-the-wix-api-query-language#cursor-paging).\n   */\n  cursorPaging?: CommonCursorPaging;\n}\n\nexport interface V3QueryProductsResponse {\n  /** List of products. */\n  products?: V3Product[];\n  /** Paging metadata. */\n  pagingMetadata?: CommonCursorPagingMetadata;\n}\n\nexport interface V3CountProductsRequest {\n  /** Filter object. */\n  filter?: Record<string, any> | null;\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n  /**\n   * Whether to return non-visible products (`visible:false`). Your app must have the 'Product v3 read admin' (`SCOPE.STORES.PRODUCT_READ_ADMIN`) permission scope.\n   *\n   * Default: `false`\n   */\n  returnNonVisibleProducts?: boolean;\n}\n\nexport interface V3CountProductsResponse {\n  /** Total number of products. */\n  count?: number;\n}\n\nexport interface BulkUpdateProductVariantsByFilterRequest {\n  /** Filter object. */\n  filter: Record<string, any> | null;\n  /** Variant to update. */\n  variant: Variant;\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface BulkUpdateProductVariantsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface V3BulkAdjustProductVariantsByFilterRequest {\n  /** Filter object. */\n  filter: Record<string, any> | null;\n  /** Cost adjustment. */\n  cost?: V3AdjustValue;\n  /**\n   * Rounding strategy of new calculated prices.\n   *\n   * + `NO_ROUNDING`: Calculated prices will be saved without rounding to keep max possible precision.\n   * + `CURRENCY_PRECISION`: Calculated prices will be rounded according to the currency's precision requirements. For example. `$3.5555` will be saved as `$3.56`; `¥3.5555` will be saved as `¥4`.\n   * + `NEAREST_WHOLE_NUMBER`: Calculated prices will be rounded to the nearest whole number.\n   */\n  rounding?: BulkAdjustProductVariantsByFilterRequestRoundingStrategyWithLiterals;\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n  /** Actual price adjustment. */\n  actualPrice?: V3AdjustValue;\n  /** Compare at price adjustment. */\n  compareAtPrice?: V3AdjustValue;\n  /**\n   * Set variant actualPrice from compareAtPrice by applying provided discount to it.\n   * if compare-at-price doesn't exist, actualPrice will be set to compareAtPrice and the discount will be calculated from it.\n   * For example variant compareAtPrice 100$, variant actualPrice is 95$, requested `compareAtPriceDiscount.percentage` is 10, then old actual price ignored and new actual price set to 90 (100$ - 10%).\n   */\n  compareAtPriceDiscount?: V3UnsignedAdjustValue;\n}\n\nexport interface V3AdjustValue extends V3AdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to increase or reduce from the original value, can be negative.\n   * @decimalValue options { gte:-999999999, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to increase or reduce from the current value, can be negative.\n   * @min -100\n   * @max 1000\n   */\n  percentage?: number;\n}\n\n/** @oneof */\nexport interface V3AdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to increase or reduce from the original value, can be negative.\n   * @decimalValue options { gte:-999999999, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to increase or reduce from the current value, can be negative.\n   * @min -100\n   * @max 1000\n   */\n  percentage?: number;\n}\n\nexport enum BulkAdjustProductVariantsByFilterRequestRoundingStrategy {\n  /**\n   * Calculated prices will be saved without rounding to keep max possible precision. It's still good idea to round numbers before displaying them.\n   * Example: input $3.5555 -> saved value $3.5555\n   */\n  NO_ROUNDING = 'NO_ROUNDING',\n  /**\n   * Calculated prices will be rounded according to currency precision.\n   * Example: input $3.5555 -> saved value $3.56, input ¥3.5555 -> saved value ¥4\n   */\n  CURRENCY_PRECISION = 'CURRENCY_PRECISION',\n  /**\n   * Calculated prices will be rounded to nearest whole number.\n   * Example: input $3.5555 -> saved value $4\n   */\n  NEAREST_WHOLE_NUMBER = 'NEAREST_WHOLE_NUMBER',\n}\n\n/** @enumType */\nexport type BulkAdjustProductVariantsByFilterRequestRoundingStrategyWithLiterals =\n\n    | BulkAdjustProductVariantsByFilterRequestRoundingStrategy\n    | 'NO_ROUNDING'\n    | 'CURRENCY_PRECISION'\n    | 'NEAREST_WHOLE_NUMBER';\n\nexport interface V3UnsignedAdjustValue\n  extends V3UnsignedAdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to reduce from the original value.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to reduce from the original value.\n   * @max 100\n   */\n  percentage?: number;\n}\n\n/** @oneof */\nexport interface V3UnsignedAdjustValueAdjustValueOneOf {\n  /**\n   * A decimal value to reduce from the original value.\n   * @decimalValue options { gte:0, lte:999999999, maxScale:2 }\n   */\n  amount?: string;\n  /**\n   * The percentage value to reduce from the original value.\n   * @max 100\n   */\n  percentage?: number;\n}\n\nexport interface V3BulkAdjustProductVariantsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface V3BulkAddInfoSectionsToProductsByFilterRequest {\n  /** Filter object. */\n  filter: Record<string, any> | null;\n  /**\n   * IDs of the info sections to add.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 10\n   */\n  infoSectionIds: string[];\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface V3BulkAddInfoSectionsToProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface V3BulkAddInfoSectionsToProductsRequest {\n  /**\n   * List of product IDs and revisions.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products: V3ProductIdWithRevision[];\n  /**\n   * List of IDs of info sections to add.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 10\n   */\n  infoSectionIds: string[];\n  /**\n   * Whether to return the full updated product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface V3ProductIdWithRevision {\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   */\n  productId?: string;\n  /**\n   * Revision number, which increments by 1 each time the product is updated.\n   * To prevent conflicting changes,\n   * the current revision must be passed when updating the product.\n   */\n  revision?: string;\n}\n\nexport interface V3BulkAddInfoSectionsToProductsResponse {\n  /**\n   * Products updated by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: CatalogV3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface V3BulkRemoveInfoSectionsFromProductsByFilterRequest {\n  /** Filter object. */\n  filter: Record<string, any> | null;\n  /**\n   * IDs of info sections to remove.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 100\n   */\n  infoSectionIds: string[];\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface V3BulkRemoveInfoSectionsFromProductsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface V3BulkRemoveInfoSectionsFromProductsRequest {\n  /**\n   * List of product IDs and revisions.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products: V3ProductIdWithRevision[];\n  /**\n   * List of IDs of info sections to remove.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 100\n   */\n  infoSectionIds: string[];\n  /**\n   * Whether to return the full updated product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\nexport interface V3BulkRemoveInfoSectionsFromProductsResponse {\n  /**\n   * Products updated by bulk action.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: CatalogV3BulkProductResult[];\n  /** Bulk action metadata. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface BulkCreateProductsWithInventoryForMigrationRequest {\n  /**\n   * List of products to create with inventory.\n   * @minSize 1\n   * @maxSize 100\n   */\n  products?: ProductWithInventoryForMigration[];\n  /**\n   * Whether to return the full product entities in the response.\n   *\n   * Default: `false`\n   */\n  returnEntity?: boolean;\n  /**\n   * Fields to include in the response.\n   * @maxSize 100\n   */\n  fields?: RequestedFieldsWithLiterals[];\n}\n\n/** This entity is required since ProductWithInventory doesn't have createdDate, updatedDate and we would rather not break external mappers for an addition of a migration field. */\nexport interface ProductWithInventoryForMigration\n  extends ProductWithInventoryForMigrationTypedPropertiesOneOf {\n  /**\n   * Physical properties.\n   *\n   * Required when `productType: PHYSICAL`.\n   */\n  physicalProperties?: PhysicalProperties;\n  /**\n   * Product ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   * @readonly\n   */\n  id?: string | null;\n  /**\n   * Revision number, which increments by 1 each time the product is updated.\n   * To prevent conflicting changes,\n   * the current revision must be passed when updating the product.\n   *\n   * Ignored when creating a product with inventory.\n   * @readonly\n   */\n  revision?: string | null;\n  /** Date and time the product was created - used only for migration. */\n  createdDate?: Date | null;\n  /** Date and time the product was updated - used only for migration. */\n  updatedDate?: Date | null;\n  /**\n   * Product name.\n   * @minLength 1\n   * @maxLength 80\n   */\n  name?: string | null;\n  /**\n   * Product slug.\n   *\n   * If not provided, the slug is autogenerated based on the product name.\n   * @minLength 2\n   * @maxLength 300\n   */\n  slug?: string | null;\n  /**\n   * Product description in HTML.\n   *\n   * + When provided on create/update, this string must be a valid HTML. It will then be converted to rich content.\n   * + `plainDescription` is ignored when value is also passed to the `description` field.\n   * > **Note:** Returned only when you pass `\"PLAIN_DESCRIPTION\"` to the `fields` array in Products API requests.\n   * @maxLength 16000\n   */\n  plainDescription?: string | null;\n  /**\n   * Whether the product is visible to site visitors on the site.\n   *\n   * Default: `true`\n   */\n  visible?: boolean | null;\n  /**\n   * Whether the product is visible in POS (point of sale).\n   *\n   * Default: `true`\n   * > **Note:** Always `false` for `productType: DIGITAL`.\n   */\n  visibleInPos?: boolean | null;\n  /** Product media items. */\n  media?: Media;\n  /** Product SEO data. */\n  seoData?: SeoSchema;\n  /**\n   * Tax group ID.\n   * @format GUID\n   */\n  taxGroupId?: string | null;\n  /**\n   * Product options. Allows buyer to customize product, e.g. select Color, Size and so on.\n   * Always generates variants: every variant must have exactly one choice related to each option.\n   * Since options and variants tightly coupled and rely on each other they usually should be provided together in all operations.\n   * For existing options and choices provide ids only, all other data (e.g. names, title, types and so on) will be resolved for you by ids.\n   * If you don't have ids it's ok to omit them but provide all other data instead. For existing options ids will be resolved, not existing options will be created.\n   * *None*: you cannot change name of existing option via this endpoint but you can do it by calling CustomizationService\n   * @maxSize 6\n   */\n  options?: ConnectedOption[];\n  /**\n   * Product Modifiers. Allows buyer to customize product, e.g. select Color, Size and so on similarly to `options` but with one main difference - `modifiers` never generate any variants.\n   * For existing modifiers and choices provide ids only, all other data (e.g. names, title, types and so on) will be resolved for you by ids.\n   * If you don't have ids it's ok to omit them but provide all other data instead. For existing modifiers ids will be resolved, not existing modifiers will be created.\n   * *None*: you cannot change name of existing modifier via this endpoint by passing id and changed name, if you pass id name will be ignored. If you want to update existing modifier name do it by calling CustomizationService\n   * @maxSize 10\n   */\n  modifiers?: ConnectedModifier[];\n  /**\n   * Product brand.\n   *\n   * + Pass `brand.name` to add a new brand while creating a product.\n   * + Pass an existing brand's `id` to assign that brand to the product.\n   */\n  brand?: V3Brand;\n  /**\n   * Product info section.\n   *\n   * + Pass `infoSection.uniqueName`, `infoSection.title`, and `infoSection.description` to add a new info section while creating a product.\n   * + Pass an existing info section's `id` or `uniqueName` to assign that info section to the product.\n   * @maxSize 10\n   */\n  infoSections?: InfoSection[];\n  /**\n   * Product ribbon.\n   *\n   * + Pass `ribbon.name` to add a new ribbon while creating a product.\n   * + Pass an existing ribbon's `id` or `name` to assign that ribbon to the product.\n   */\n  ribbon?: Ribbon;\n  /**\n   * Main category ID.\n   * @format GUID\n   */\n  mainCategoryId?: string | null;\n  /**\n   * Product type.\n   *\n   * When passing `productType: PHYSICAL`, you must also pass `physicalProperties`.\n   * @immutable\n   */\n  productType?: ProductTypeWithLiterals;\n  /**\n   * A unique human-friendly identifier for the product.\n   * Unlike the product ID, the handle can be set by the user to ensure consistency across multiple platforms.\n   * In case handle wasn't given, the handle will be automatically generated.\n   * @minLength 1\n   * @maxLength 100\n   * @readonly\n   */\n  handle?: string | null;\n  /** Product variants with migration timestamps. */\n  variantsInfo?: VariantsInfoForMigration;\n  /** Subscription details. */\n  subscriptionDetails?: SubscriptionDetails;\n  /**\n   * Custom extended fields for the product object.\n   *\n   * [Extended fields](https://dev.wix.com/docs/build-apps/develop-your-app/extensions/backend-extensions/schema-plugins/about-schema-plugin-extensions) must be configured in the [app dashboard](https://dev.wix.com/dc3/my-apps/) before they can be accessed with API calls.\n   */\n  extendedFields?: ExtendedFields;\n  /** Tags */\n  tags?: Tags;\n}\n\n/** @oneof */\nexport interface ProductWithInventoryForMigrationTypedPropertiesOneOf {\n  /**\n   * Physical properties.\n   *\n   * Required when `productType: PHYSICAL`.\n   */\n  physicalProperties?: PhysicalProperties;\n}\n\n/** Variants info container for migration with timestamp support. */\nexport interface VariantsInfoForMigration {\n  /**\n   * List of related variants with migration timestamps.\n   * Partial update of variants is not supported so on update you must pass all data for all of them.\n   * If you want to update existing variant you must provide `id`, otherwise new variant with different id will be created which might break some integrations that rely on variant ids.\n   * @minSize 1\n   * @maxSize 1000\n   */\n  variants?: VariantWithInventoryForMigration[];\n}\n\n/**\n * This entity is required for migration to preserve inventory dates\n * from the legacy catalog v1 system without breaking external mappers.\n */\nexport interface VariantWithInventoryForMigration\n  extends VariantWithInventoryForMigrationTypedPropertiesOneOf {\n  /** Physical properties. Must be passed when `productType: PHYSICAL` */\n  physicalProperties?: VariantPhysicalProperties;\n  /** Digital properties. Must be passed when `productType: DIGITAL` */\n  digitalProperties?: VariantDigitalProperties;\n  /**\n   * Variant ID.\n   * @format GUID\n   * @immutable\n   */\n  id?: string | null;\n  /**\n   * Whether the variant is visible to site visitors.\n   *\n   * Default: `true`\n   */\n  visible?: boolean | null;\n  /**\n   * Variant SKU (stock keeping unit).\n   * @minLength 1\n   * @maxLength 40\n   */\n  sku?: string | null;\n  /**\n   * Variant barcode.\n   * @minLength 1\n   * @maxLength 40\n   */\n  barcode?: string | null;\n  /** Variant price. */\n  price?: PriceInfo;\n  /**\n   * Variant revenue details.\n   *\n   * > **Note:** Returned only when the following conditions are met:\n   * > + You pass `\"MERCHANT_DATA\"` to the `fields` array in Products API requests.\n   * > + Your app has the required `SCOPE.STORES.PRODUCT_READ_ADMIN` permission scope.\n   */\n  revenueDetails?: RevenueDetails;\n  /**\n   * Inventory item of the variant on the default location.\n   * Uses InventoryItemCompositeForMigration to include created_date and updated_date for migration.\n   */\n  inventoryItem?: InventoryItemCompositeForMigration;\n  /**\n   * List of choices.\n   * Uses OptionChoiceReferencesForMigration which allows choice_id to be empty (V1 doesn't have choice IDs).\n   * @maxSize 6\n   * @immutable\n   */\n  choices?: OptionChoiceReferencesForMigration[];\n}\n\n/** @oneof */\nexport interface VariantWithInventoryForMigrationTypedPropertiesOneOf {\n  /** Physical properties. Must be passed when `productType: PHYSICAL` */\n  physicalProperties?: VariantPhysicalProperties;\n  /** Digital properties. Must be passed when `productType: DIGITAL` */\n  digitalProperties?: VariantDigitalProperties;\n}\n\n/**\n * Inventory item composite for migration with date preservation.\n * Contains all InventoryItemComposite fields plus created_date and updated_date\n * for preserving legacy inventory timestamps during catalog v1 to v3 migration.\n */\nexport interface InventoryItemCompositeForMigration\n  extends InventoryItemCompositeForMigrationTrackingMethodOneOf {\n  /**\n   * Tracking method - in stock.\n   *\n   * When set to `true`, the item is available for sale without a quantity limit.\n   */\n  inStock?: boolean;\n  /**\n   * Tracking method - quantity left in inventory.\n   *\n   * Quantity can be negative when decrementing inventory for an order that has already been paid.\n   * @min -99999\n   * @max 99999\n   */\n  quantity?: number;\n  /**\n   * Inventory item ID.\n   * If you want to update existing inventory item you must provide id,\n   * otherwise new inventory item with different id will be created.\n   * @format GUID\n   * @readonly\n   */\n  id?: string | null;\n  /**\n   * Inventory item revision.\n   * @readonly\n   */\n  revision?: string | null;\n  /** Date and time the inventory item was created - used only for migration. */\n  createdDate?: Date | null;\n  /** Date and time the inventory item was updated - used only for migration. */\n  updatedDate?: Date | null;\n  /** Item preorder info. */\n  preorderInfo?: PreorderInfo;\n}\n\n/** @oneof */\nexport interface InventoryItemCompositeForMigrationTrackingMethodOneOf {\n  /**\n   * Tracking method - in stock.\n   *\n   * When set to `true`, the item is available for sale without a quantity limit.\n   */\n  inStock?: boolean;\n  /**\n   * Tracking method - quantity left in inventory.\n   *\n   * Quantity can be negative when decrementing inventory for an order that has already been paid.\n   * @min -99999\n   * @max 99999\n   */\n  quantity?: number;\n}\n\n/**\n * Migration-specific version of OptionChoiceReferences.\n * For migration, only option_choice_names is used - the Product Service resolves\n * option and choice IDs from product.options by matching names.\n */\nexport interface OptionChoiceReferencesForMigration {\n  /**\n   * Option and choice IDs - not used in migration flow (kept for backward compatibility).\n   * Product Service resolves IDs from product.options by name matching.\n   */\n  optionChoiceIds?: OptionChoiceIdsForMigration;\n  /** Option and choice names - required for migration. Product Service uses these to resolve IDs. */\n  optionChoiceNames?: V3OptionChoiceNames;\n}\n\n/**\n * Migration-specific version of OptionChoiceIds.\n * Not used in migration flow - Product Service resolves IDs from product.options by name.\n * Kept for backward compatibility.\n */\nexport interface OptionChoiceIdsForMigration {\n  /**\n   * Option ID.\n   * @minLength 1\n   * @maxLength 36\n   * @immutable\n   */\n  optionId?: string;\n  /** Choice ID. */\n  choiceId?: string;\n}\n\nexport interface BulkCreateProductsWithInventoryForMigrationResponse {\n  /** Products created by bulk action. */\n  productResults?: BulkProductResults;\n  /** Inventories created by bulk action. */\n  inventoryResults?: BulkInventoryItemResults;\n}\n\nexport interface BulkAddProductsToCategoriesByFilterRequest {\n  /** Filter object. */\n  filter?: Record<string, any> | null;\n  /**\n   * IDs of the categories to which products will be added.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 5\n   */\n  categoryIds: string[];\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface BulkAddProductsToCategoriesByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface BulkRemoveProductsFromCategoriesByFilterRequest {\n  /** Filter object. */\n  filter?: Record<string, any> | null;\n  /**\n   * IDs of the categories from which products will be removed.\n   * @format GUID\n   * @minSize 1\n   * @maxSize 5\n   */\n  categoryIds: string[];\n  /** Free text to match in searchable fields. */\n  search?: WixCommonSearchDetails;\n}\n\nexport interface BulkRemoveProductsFromCategoriesByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata..\n   * @format GUID\n   */\n  jobId?: string;\n}\n\nexport interface GetAllProductsCategoryRequest {}\n\nexport interface GetAllProductsCategoryResponse {\n  /**\n   * ID of the \"All Products\" category automatically assigned to all products.\n   * @format GUID\n   */\n  categoryId?: string;\n  /** Category tree reference. For Wix Stores, `appNamespace` is `\"@wix/stores\"` and `treeKey` is `null`. */\n  treeReference?: TreeReference;\n}\n\nexport interface TreeReference {\n  /**\n   * Namespace of the app whose catalog this category tree belongs to.\n   *\n   * Currently, only `\"@wix/stores\"` is supported.\n   * @minLength 4\n   * @maxLength 150\n   */\n  appNamespace?: string;\n  /**\n   * Key to differentiate between multiple trees managed by the same app.\n   *\n   * For Wix Stores, pass `null` or omit this field, as each store has only one category tree.\n   * @minLength 1\n   * @maxLength 44\n   */\n  treeKey?: string | null;\n}\n\nexport interface V3BulkUpdateProductTagsRequest {\n  /**\n   * List of product IDs whose tags will be updated.\n   * @minSize 1\n   * @maxSize 100\n   * @format GUID\n   */\n  productIds: string[];\n  /** List of tags to assign. */\n  assignTags?: Tags;\n  /** List of tags to unassign. */\n  unassignTags?: Tags;\n}\n\nexport interface V3BulkUpdateProductTagsResponse {\n  /**\n   * Results.\n   * @minSize 1\n   * @maxSize 100\n   */\n  results?: BulkUpdateProductTagsResponseBulkUpdateProductTagsResult[];\n  /** Aggregated success/failure counts. */\n  bulkActionMetadata?: CommonBulkActionMetadata;\n}\n\nexport interface BulkUpdateProductTagsResponseBulkUpdateProductTagsResult {\n  /** Metadata regarding the specific single update operation. */\n  itemMetadata?: WixCommonItemMetadata;\n}\n\nexport interface V3BulkUpdateProductTagsByFilterRequest {\n  /** Filter object. Pass an empty object `{}` to target all products. */\n  filter: Record<string, any> | null;\n  /** List of tags to assign. */\n  assignTags?: Tags;\n  /** List of tags to unassign. */\n  unassignTags?: Tags;\n}\n\nexport interface V3BulkUpdateProductTagsByFilterResponse {\n  /**\n   * Job ID.\n   *\n   * Pass this ID to [Get Async Job](https://dev.wix.com/docs/api-reference/business-management/async-job/introduction) to retrieve job details and metadata.\n   * @format GUID\n   */\n  jobId?: string;\n}\n\n/** @docsIgnore */\nexport type CreateProductApplicationErrors =\n  | {\n      code?: 'MISSING_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_PRODUCT_OPTIONS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_DEFAULT_VARIANT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANTS_ARE_NOT_ALIGNED_WITH_PRODUCT';\n      description?: string;\n      data?: VariantsNotAlignedWithProduct;\n    }\n  | {\n      code?: 'DUPLICATE_SLUG_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DIGITAL_FILE_NOT_FOUND_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BARCODE_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_BARCODE_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SKU_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANT_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_PRODUCT_TYPE_FOR_SUBSCRIPTION';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ERROR_ALL_SUBSCRIPTIONS_HIDDEN_FOR_SUBSCRIPTION_ONLY_PRODUCT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_SUBSCRIPTION_DISCOUNT_AMOUNT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SUBSCRIPTION_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCTS_LIMIT_EXCEEDED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_MEDIA_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ONLY_SPACES_STRING_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BRAND_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'INFO_SECTION_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATIONS_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'TOO_MANY_OPTIONS_IN_REQUEST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type CreateProductValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'VARIANTS_TYPED_PROPERTIES_ARE_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    }\n  | {\n      ruleName?: 'SUBSCRIPTION_INVALID_AUTO_RENEWAL';\n    }\n  | {\n      ruleName?: 'DIGITAL_PRODUCT_CANNOT_BE_VISIBLE_IN_POS';\n    }\n  | {\n      ruleName?: 'DESCRIPTION_SIZE_TOO_BIG';\n    }\n  | {\n      ruleName?: 'DUPLICATE_MEDIA_ERROR';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    };\n/** @docsIgnore */\nexport type CreateProductWithInventoryApplicationErrors =\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATIONS_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type CreateProductWithInventoryValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'REQUESTED_QUANTITY_MUST_BE_NON_NEGATIVE';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    };\n/** @docsIgnore */\nexport type UpdateProductApplicationErrors =\n  | {\n      code?: 'MISSING_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_PRODUCT_OPTIONS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_DEFAULT_VARIANT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_VALUE_NOT_SUPPORTED';\n      description?: string;\n      data?: UnsupportedFieldMasks;\n    }\n  | {\n      code?: 'VARIANTS_ARE_NOT_ALIGNED_WITH_PRODUCT';\n      description?: string;\n      data?: VariantsNotAlignedWithProduct;\n    }\n  | {\n      code?: 'DUPLICATE_SLUG_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DIGITAL_FILE_NOT_FOUND_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BARCODE_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_BARCODE_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SKU_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANT_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_PRODUCT_TYPE_FOR_SUBSCRIPTION';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ERROR_ALL_SUBSCRIPTIONS_HIDDEN_FOR_SUBSCRIPTION_ONLY_PRODUCT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_SUBSCRIPTION_DISCOUNT_AMOUNT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SUBSCRIPTION_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PREORDER_VALIDATION_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BRAND_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_ERROR_OCCURRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_WITH_FIELD_NOT_PASSED_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type UpdateProductValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'VARIANTS_TYPED_PROPERTIES_ARE_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_OPTIONS_ON_UPDATE_VARIANTS';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    }\n  | {\n      ruleName?: 'SUBSCRIPTION_INVALID_AUTO_RENEWAL';\n    }\n  | {\n      ruleName?: 'DIGITAL_PRODUCT_CANNOT_BE_VISIBLE_IN_POS';\n    }\n  | {\n      ruleName?: 'DESCRIPTION_SIZE_TOO_BIG';\n    }\n  | {\n      ruleName?: 'DUPLICATE_MEDIA_ERROR';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    };\n/** @docsIgnore */\nexport type UpdateProductWithInventoryApplicationErrors =\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_ERROR_OCCURRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_RESTRICTION_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PREORDER_VALIDATION_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_WITH_FIELD_NOT_PASSED_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type UpdateProductWithInventoryValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'REQUESTED_QUANTITY_MUST_BE_NON_NEGATIVE';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkCreateProductsApplicationErrors =\n  | {\n      code?: 'MISSING_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_PRODUCT_OPTIONS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_DEFAULT_VARIANT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANTS_ARE_NOT_ALIGNED_WITH_PRODUCT';\n      description?: string;\n      data?: VariantsNotAlignedWithProduct;\n    }\n  | {\n      code?: 'DUPLICATE_SLUG_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DIGITAL_FILE_NOT_FOUND_ERROR';\n      description?: string;\n      data?: InvalidDigitalFileIds;\n    }\n  | {\n      code?: 'BARCODE_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_BARCODE_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SKU_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANT_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_PRODUCT_TYPE_FOR_SUBSCRIPTION';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ERROR_ALL_SUBSCRIPTIONS_HIDDEN_FOR_SUBSCRIPTION_ONLY_PRODUCT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_SUBSCRIPTION_DISCOUNT_AMOUNT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SUBSCRIPTION_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCTS_LIMIT_EXCEEDED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_MEDIA_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ONLY_SPACES_STRING_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BRAND_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATIONS_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'TOO_MANY_OPTIONS_IN_REQUEST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type BulkCreateProductsValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'VARIANTS_TYPED_PROPERTIES_ARE_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'SUBSCRIPTION_INVALID_AUTO_RENEWAL';\n    }\n  | {\n      ruleName?: 'DIGITAL_PRODUCT_CANNOT_BE_VISIBLE_IN_POS';\n    }\n  | {\n      ruleName?: 'DESCRIPTION_SIZE_TOO_BIG';\n    }\n  | {\n      ruleName?: 'DUPLICATE_MEDIA_ERROR';\n    }\n  | {\n      ruleName?: 'ID_NOT_ALLOWED_IN_REQUEST';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkCreateProductsWithInventoryApplicationErrors =\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATIONS_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_OPTION_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MODIFIER_CHOICE_NAME_AND_TYPE_REQUIRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'TOO_MANY_OPTIONS_IN_REQUEST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type BulkCreateProductsWithInventoryValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'REQUESTED_QUANTITY_MUST_BE_NON_NEGATIVE';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'ID_NOT_ALLOWED_IN_REQUEST';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductsApplicationErrors =\n  | {\n      code?: 'TOO_MANY_VARIANTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'MISSING_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_VARIANT_OPTION_CHOICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_PRODUCT_OPTIONS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_DEFAULT_VARIANT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_VALUE_NOT_SUPPORTED';\n      description?: string;\n      data?: UnsupportedFieldMasks;\n    }\n  | {\n      code?: 'VARIANTS_ARE_NOT_ALIGNED_WITH_PRODUCT';\n      description?: string;\n      data?: VariantsNotAlignedWithProduct;\n    }\n  | {\n      code?: 'DUPLICATE_SLUG_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DIGITAL_FILE_NOT_FOUND_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BARCODE_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_BARCODE_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SKU_ALREADY_EXIST_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANT_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_PRODUCT_TYPE_FOR_SUBSCRIPTION';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ERROR_ALL_SUBSCRIPTIONS_HIDDEN_FOR_SUBSCRIPTION_ONLY_PRODUCT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_SUBSCRIPTION_DISCOUNT_AMOUNT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SUBSCRIPTION_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PREORDER_VALIDATION_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BRAND_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_ERROR_OCCURRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'TOO_MANY_OPTIONS_IN_REQUEST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_WITH_FIELD_NOT_PASSED_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductsValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'VARIANTS_TYPED_PROPERTIES_ARE_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_OPTIONS_ON_UPDATE_VARIANTS';\n    }\n  | {\n      ruleName?: 'SUBSCRIPTION_INVALID_AUTO_RENEWAL';\n    }\n  | {\n      ruleName?: 'DIGITAL_PRODUCT_CANNOT_BE_VISIBLE_IN_POS';\n    }\n  | {\n      ruleName?: 'DESCRIPTION_SIZE_TOO_BIG';\n    }\n  | {\n      ruleName?: 'DUPLICATE_MEDIA_ERROR';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'DUPLICATE_PRODUCT_IDS_REQUEST';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductsWithInventoryApplicationErrors =\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_ERROR_OCCURRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PRODUCT_RESTRICTION_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'PREORDER_VALIDATION_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'TOO_MANY_OPTIONS_IN_REQUEST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_WITH_FIELD_NOT_PASSED_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'COMPARE_AT_PRICE_LOWER_THAN_ACTUAL_PRICE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductsWithInventoryValidationErrors =\n  | {\n      ruleName?: 'INVALID_SLUG_FORMAT';\n    }\n  | {\n      ruleName?: 'REQUESTED_QUANTITY_MUST_BE_NON_NEGATIVE';\n    }\n  | {\n      ruleName?: 'BRAND_MISSING_ID';\n    }\n  | {\n      ruleName?: 'DUPLICATE_PRODUCT_IDS_REQUEST';\n    }\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductsByFilterApplicationErrors =\n  | {\n      code?: 'FIELD_MASK_VALUE_NOT_SUPPORTED';\n      description?: string;\n      data?: UnsupportedFieldMasks;\n    }\n  | {\n      code?: 'INVALID_PRODUCT_TYPE_FOR_SUBSCRIPTION';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'VARIANT_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ERROR_ALL_SUBSCRIPTIONS_HIDDEN_FOR_SUBSCRIPTION_ONLY_PRODUCT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INVALID_SUBSCRIPTION_DISCOUNT_AMOUNT';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'SUBSCRIPTION_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'BRAND_CREATION_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'RIBBON_NOT_FOUND';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'INFO_SECTION_ERROR_OCCURRED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CUSTOMIZATION_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADD_CUSTOMIZATION_CHOICES_FAILED';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CHOICE_NOT_EXIST';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_WITH_FIELD_NOT_PASSED_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    }\n  | {\n      code?: 'DUPLICATE_RIBBON_IN_PRIMARY_AND_ADDITIONAL';\n      description?: string;\n      data?: DuplicateRibbonErrorData;\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductsByFilterValidationErrors =\n  | {\n      ruleName?: 'PRICE_PER_UNIT_NOT_ALIGNED';\n    }\n  | {\n      ruleName?: 'MISSING_OPTIONS_ON_UPDATE_VARIANTS';\n    }\n  | {\n      ruleName?: 'SUBSCRIPTION_INVALID_AUTO_RENEWAL';\n    }\n  | {\n      ruleName?: 'DESCRIPTION_SIZE_TOO_BIG';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkDeleteProductsValidationErrors = {\n  ruleName?: 'DUPLICATE_PRODUCT_IDS_REQUEST';\n};\n/** @docsIgnore */\nexport type GetProductApplicationErrors =\n  | {\n      code?: 'NO_PERMISSION_TO_READ_MERCHANT_DATA';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'NO_PERMISSION_TO_INCLUDE_NOT_VISIBLE_PRODUCTS';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type GetProductBySlugApplicationErrors =\n  | {\n      code?: 'NO_PERMISSION_TO_READ_MERCHANT_DATA';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'NO_PERMISSION_TO_INCLUDE_NOT_VISIBLE_PRODUCTS';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type SearchProductsApplicationErrors =\n  | {\n      code?: 'NO_PERMISSION_TO_READ_MERCHANT_DATA';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'NO_PERMISSION_TO_INCLUDE_NOT_VISIBLE_PRODUCTS';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type QueryProductsApplicationErrors =\n  | {\n      code?: 'NO_PERMISSION_TO_READ_MERCHANT_DATA';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'NO_PERMISSION_TO_INCLUDE_NOT_VISIBLE_PRODUCTS';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type CountProductsApplicationErrors =\n  | {\n      code?: 'NO_PERMISSION_TO_READ_MERCHANT_DATA';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'NO_PERMISSION_TO_INCLUDE_NOT_VISIBLE_PRODUCTS';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductVariantsByFilterApplicationErrors =\n  | {\n      code?: 'FIELD_MASK_VALUE_NOT_SUPPORTED';\n      description?: string;\n      data?: UnsupportedFieldMasks;\n    }\n  | {\n      code?: 'VARIANT_ID_ALREADY_EXISTS';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'FIELD_MASK_WITH_FIELD_NOT_PASSED_ERROR';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type BulkUpdateProductVariantsByFilterValidationErrors =\n  | {\n      ruleName?: 'EMPTY_FIELD_MASK';\n    }\n  | {\n      ruleName?: 'CANNOT_REMOVE_VARIANT_ACTUAL_PRICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkAdjustProductVariantsByFilterApplicationErrors =\n  | {\n      code?: 'ADJUSTED_ACTUAL_PRICE_OUT_OF_RANGE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADJUSTED_COMPARE_AT_PRICE_OUT_OF_RANGE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'ADJUSTED_COST_OUT_OF_RANGE';\n      description?: string;\n      data?: Record<string, any>;\n    }\n  | {\n      code?: 'CANNOT_ADJUST_PRICE_RESTRICTED_VARIANT';\n      description?: string;\n      data?: Record<string, any>;\n    };\n/** @docsIgnore */\nexport type BulkAdjustProductVariantsByFilterValidationErrors =\n  | {\n      ruleName?: 'NO_VARIANT_ADJUSTMENTS_PASSED';\n    }\n  | {\n      ruleName?: 'INVALID_PRICES_ADJUSTMENTS';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION_CHOICE';\n    }\n  | {\n      ruleName?: 'MISSING_VARIANT_OPTION';\n    };\n/** @docsIgnore */\nexport type BulkAddInfoSectionsToProductsByFilterApplicationErrors = {\n  code?: 'TOO_MANY_INFO_SECTIONS_ERROR';\n  description?: string;\n  data?: Record<string, any>;\n};\n/** @docsIgnore */\nexport type BulkAddInfoSectionsToProductsApplicationErrors = {\n  code?: 'TOO_MANY_INFO_SECTIONS_ERROR';\n  description?: string;\n  data?: Record<string, any>;\n};\n/** @docsIgnore */\nexport type BulkUpdateProductTagsApplicationErrors = {\n  code?: 'EMPTY_ASSIGN_AND_UNASSIGN_LISTS';\n  description?: string;\n  data?: Record<string, any>;\n};\n/** @docsIgnore */\nexport type BulkUpdateProductTagsByFilterApplicationErrors = {\n  code?: 'EMPTY_ASSIGN_AND_UNASSIGN_LISTS';\n  description?: string;\n  data?: Record<string, any>;\n};\n","import * as ambassadorWixStoresCatalogV3Product from './stores-catalog-v3-product-products-v-3.http.js';\nimport * as ambassadorWixStoresCatalogV3ProductTypes from './stores-catalog-v3-product-products-v-3.types.js';\nimport * as ambassadorWixStoresCatalogV3ProductUniversalTypes from './stores-catalog-v3-product-products-v-3.universal.js';\n\nexport type __PublicMethodMetaInfo<\n  K = string,\n  M = unknown,\n  T = unknown,\n  S = unknown,\n  Q = unknown,\n  R = unknown\n> = {\n  getUrl: (context: any) => string;\n  httpMethod: K;\n  path: string;\n  pathParams: M;\n  __requestType: T;\n  __originalRequestType: S;\n  __responseType: Q;\n  __originalResponseType: R;\n};\n\nexport function createProduct(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.CreateProductRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.CreateProductRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.CreateProductResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.CreateProductResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.createProduct(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/products',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function createProductWithInventory(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.CreateProductWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.CreateProductWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.CreateProductWithInventoryResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.CreateProductWithInventoryResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.createProductWithInventory(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/products-with-inventory',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function updateProduct(): __PublicMethodMetaInfo<\n  'PATCH',\n  { productId: string },\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.UpdateProductRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.UpdateProductRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.UpdateProductResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.UpdateProductResponse\n> {\n  const payload = { product: { id: ':productId' } } as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.updateProduct(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'PATCH',\n    path: '/v3/products/{product.id}',\n    pathParams: { productId: 'productId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function updateProductWithInventory(): __PublicMethodMetaInfo<\n  'PATCH',\n  { productId: string },\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.UpdateProductWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.UpdateProductWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.UpdateProductWithInventoryResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.UpdateProductWithInventoryResponse\n> {\n  const payload = { product: { id: ':productId' } } as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.updateProductWithInventory(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'PATCH',\n    path: '/v3/products-with-inventory/{product.id}',\n    pathParams: { productId: 'productId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkCreateProducts(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkCreateProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkCreateProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkCreateProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkCreateProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkCreateProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/create',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkCreateProductsWithInventory(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkCreateProductsWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkCreateProductsWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkCreateProductsWithInventoryResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkCreateProductsWithInventoryResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkCreateProductsWithInventory(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products-with-inventory/create',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateProducts(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkUpdateProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkUpdateProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkUpdateProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkUpdateProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkUpdateProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/update',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateProductsWithInventory(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkUpdateProductsWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkUpdateProductsWithInventoryRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkUpdateProductsWithInventoryResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkUpdateProductsWithInventoryResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkUpdateProductsWithInventory(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products-with-inventory/update',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateProductsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkUpdateProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkUpdateProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkUpdateProductsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkUpdateProductsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkUpdateProductsByFilter(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/update-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function deleteProduct(): __PublicMethodMetaInfo<\n  'DELETE',\n  { productId: string },\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3DeleteProductRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3DeleteProductRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3DeleteProductResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3DeleteProductResponse\n> {\n  const payload = { productId: ':productId' } as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.deleteProduct(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'DELETE',\n    path: '/v3/products/{productId}',\n    pathParams: { productId: 'productId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkDeleteProducts(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkDeleteProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkDeleteProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkDeleteProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkDeleteProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkDeleteProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/delete',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkDeleteProductsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkDeleteProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkDeleteProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkDeleteProductsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkDeleteProductsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkDeleteProductsByFilter(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/delete-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function getProduct(): __PublicMethodMetaInfo<\n  'GET',\n  { productId: string },\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3GetProductRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3GetProductRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3GetProductResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3GetProductResponse\n> {\n  const payload = { productId: ':productId' } as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.getProduct(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v3/products/{productId}',\n    pathParams: { productId: 'productId' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function getProductBySlug(): __PublicMethodMetaInfo<\n  'GET',\n  { slug: string },\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3GetProductBySlugRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3GetProductBySlugRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3GetProductBySlugResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3GetProductBySlugResponse\n> {\n  const payload = { slug: ':slug' } as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.getProductBySlug(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v3/products/slug/{slug}',\n    pathParams: { slug: 'slug' },\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function searchProducts(): __PublicMethodMetaInfo<\n  'GET',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3SearchProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3SearchProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3SearchProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3SearchProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.searchProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v3/products/search',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function queryProducts(): __PublicMethodMetaInfo<\n  'GET',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3QueryProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3QueryProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3QueryProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3QueryProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.queryProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v3/products/query',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function countProducts(): __PublicMethodMetaInfo<\n  'GET',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3CountProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3CountProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3CountProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3CountProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.countProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v3/products/count',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateProductVariantsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkUpdateProductVariantsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkUpdateProductVariantsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkUpdateProductVariantsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkUpdateProductVariantsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkUpdateProductVariantsByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/update-variants-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkAdjustProductVariantsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkAdjustProductVariantsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkAdjustProductVariantsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkAdjustProductVariantsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkAdjustProductVariantsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkAdjustProductVariantsByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/adjust-variants-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkAddInfoSectionsToProductsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkAddInfoSectionsToProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkAddInfoSectionsToProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkAddInfoSectionsToProductsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkAddInfoSectionsToProductsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkAddInfoSectionsToProductsByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/add-info-sections-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkAddInfoSectionsToProducts(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkAddInfoSectionsToProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkAddInfoSectionsToProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkAddInfoSectionsToProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkAddInfoSectionsToProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkAddInfoSectionsToProducts(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/add-info-sections',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkRemoveInfoSectionsFromProductsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkRemoveInfoSectionsFromProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkRemoveInfoSectionsFromProductsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkRemoveInfoSectionsFromProductsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkRemoveInfoSectionsFromProductsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkRemoveInfoSectionsFromProductsByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/remove-info-sections-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkRemoveInfoSectionsFromProducts(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkRemoveInfoSectionsFromProductsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkRemoveInfoSectionsFromProductsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkRemoveInfoSectionsFromProductsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkRemoveInfoSectionsFromProductsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkRemoveInfoSectionsFromProducts(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/remove-info-sections',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkAddProductsToCategoriesByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkAddProductsToCategoriesByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkAddProductsToCategoriesByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkAddProductsToCategoriesByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkAddProductsToCategoriesByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkAddProductsToCategoriesByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/add-to-categories-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkRemoveProductsFromCategoriesByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkRemoveProductsFromCategoriesByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkRemoveProductsFromCategoriesByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.BulkRemoveProductsFromCategoriesByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.BulkRemoveProductsFromCategoriesByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkRemoveProductsFromCategoriesByFilter(\n      payload\n    );\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/remove-from-categories-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function getAllProductsCategory(): __PublicMethodMetaInfo<\n  'GET',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.GetAllProductsCategoryRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.GetAllProductsCategoryRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.GetAllProductsCategoryResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.GetAllProductsCategoryResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.getAllProductsCategory(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'GET',\n    path: '/v3/all-products-category',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateProductTags(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkUpdateProductTagsRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkUpdateProductTagsRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkUpdateProductTagsResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkUpdateProductTagsResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkUpdateProductTags(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/update-tags',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport function bulkUpdateProductTagsByFilter(): __PublicMethodMetaInfo<\n  'POST',\n  {},\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkUpdateProductTagsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkUpdateProductTagsByFilterRequest,\n  ambassadorWixStoresCatalogV3ProductUniversalTypes.V3BulkUpdateProductTagsByFilterResponse,\n  ambassadorWixStoresCatalogV3ProductTypes.V3BulkUpdateProductTagsByFilterResponse\n> {\n  const payload = {} as any;\n\n  const getRequestOptions =\n    ambassadorWixStoresCatalogV3Product.bulkUpdateProductTagsByFilter(payload);\n\n  const getUrl = (context: any): string => {\n    const { url } = getRequestOptions(context);\n    return url!;\n  };\n\n  return {\n    getUrl,\n    httpMethod: 'POST',\n    path: '/v3/bulk/products/update-tags-by-filter',\n    pathParams: {},\n    __requestType: null as any,\n    __originalRequestType: null as any,\n    __responseType: null as any,\n    __originalResponseType: null as any,\n  };\n}\n\nexport {\n  V3Product as V3ProductOriginal,\n  V3ProductTypedPropertiesOneOf as V3ProductTypedPropertiesOneOfOriginal,\n  PageUrlV2 as PageUrlV2Original,\n  RichContent as RichContentOriginal,\n  Node as NodeOriginal,\n  NodeDataOneOf as NodeDataOneOfOriginal,\n  NodeType as NodeTypeOriginal,\n  NodeTypeWithLiterals as NodeTypeWithLiteralsOriginal,\n  NodeStyle as NodeStyleOriginal,\n  ButtonData as ButtonDataOriginal,\n  Border as BorderOriginal,\n  Colors as ColorsOriginal,\n  PluginContainerData as PluginContainerDataOriginal,\n  WidthType as WidthTypeOriginal,\n  WidthTypeWithLiterals as WidthTypeWithLiteralsOriginal,\n  PluginContainerDataWidth as PluginContainerDataWidthOriginal,\n  PluginContainerDataWidthDataOneOf as PluginContainerDataWidthDataOneOfOriginal,\n  PluginContainerDataAlignment as PluginContainerDataAlignmentOriginal,\n  PluginContainerDataAlignmentWithLiterals as PluginContainerDataAlignmentWithLiteralsOriginal,\n  Spoiler as SpoilerOriginal,\n  Height as HeightOriginal,\n  ButtonDataType as ButtonDataTypeOriginal,\n  ButtonDataTypeWithLiterals as ButtonDataTypeWithLiteralsOriginal,\n  Styles as StylesOriginal,\n  Link as LinkOriginal,\n  LinkDataOneOf as LinkDataOneOfOriginal,\n  Target as TargetOriginal,\n  TargetWithLiterals as TargetWithLiteralsOriginal,\n  Rel as RelOriginal,\n  CodeBlockData as CodeBlockDataOriginal,\n  TextStyle as TextStyleOriginal,\n  TextAlignment as TextAlignmentOriginal,\n  TextAlignmentWithLiterals as TextAlignmentWithLiteralsOriginal,\n  DividerData as DividerDataOriginal,\n  LineStyle as LineStyleOriginal,\n  LineStyleWithLiterals as LineStyleWithLiteralsOriginal,\n  Width as WidthOriginal,\n  WidthWithLiterals as WidthWithLiteralsOriginal,\n  DividerDataAlignment as DividerDataAlignmentOriginal,\n  DividerDataAlignmentWithLiterals as DividerDataAlignmentWithLiteralsOriginal,\n  FileData as FileDataOriginal,\n  ViewMode as ViewModeOriginal,\n  ViewModeWithLiterals as ViewModeWithLiteralsOriginal,\n  FileSource as FileSourceOriginal,\n  FileSourceDataOneOf as FileSourceDataOneOfOriginal,\n  PDFSettings as PDFSettingsOriginal,\n  GalleryData as GalleryDataOriginal,\n  V1Media as V1MediaOriginal,\n  ItemImage as ItemImageOriginal,\n  Video as VideoOriginal,\n  Item as ItemOriginal,\n  ItemDataOneOf as ItemDataOneOfOriginal,\n  GalleryOptions as GalleryOptionsOriginal,\n  LayoutType as LayoutTypeOriginal,\n  LayoutTypeWithLiterals as LayoutTypeWithLiteralsOriginal,\n  Orientation as OrientationOriginal,\n  OrientationWithLiterals as OrientationWithLiteralsOriginal,\n  Crop as CropOriginal,\n  CropWithLiterals as CropWithLiteralsOriginal,\n  ThumbnailsAlignment as ThumbnailsAlignmentOriginal,\n  ThumbnailsAlignmentWithLiterals as ThumbnailsAlignmentWithLiteralsOriginal,\n  GalleryOptionsLayout as GalleryOptionsLayoutOriginal,\n  ItemStyle as ItemStyleOriginal,\n  Thumbnails as ThumbnailsOriginal,\n  GIFData as GIFDataOriginal,\n  GIF as GIFOriginal,\n  GIFType as GIFTypeOriginal,\n  GIFTypeWithLiterals as GIFTypeWithLiteralsOriginal,\n  HeadingData as HeadingDataOriginal,\n  HTMLData as HTMLDataOriginal,\n  HTMLDataDataOneOf as HTMLDataDataOneOfOriginal,\n  Source as SourceOriginal,\n  SourceWithLiterals as SourceWithLiteralsOriginal,\n  ImageData as ImageDataOriginal,\n  StylesBorder as StylesBorderOriginal,\n  ImageDataStyles as ImageDataStylesOriginal,\n  LinkPreviewData as LinkPreviewDataOriginal,\n  StylesPosition as StylesPositionOriginal,\n  StylesPositionWithLiterals as StylesPositionWithLiteralsOriginal,\n  LinkPreviewDataStyles as LinkPreviewDataStylesOriginal,\n  MapData as MapDataOriginal,\n  MapSettings as MapSettingsOriginal,\n  MapType as MapTypeOriginal,\n  MapTypeWithLiterals as MapTypeWithLiteralsOriginal,\n  ParagraphData as ParagraphDataOriginal,\n  PollData as PollDataOriginal,\n  ViewRole as ViewRoleOriginal,\n  ViewRoleWithLiterals as ViewRoleWithLiteralsOriginal,\n  VoteRole as VoteRoleOriginal,\n  VoteRoleWithLiterals as VoteRoleWithLiteralsOriginal,\n  Permissions as PermissionsOriginal,\n  Option as OptionOriginal,\n  PollSettings as PollSettingsOriginal,\n  PollLayoutType as PollLayoutTypeOriginal,\n  PollLayoutTypeWithLiterals as PollLayoutTypeWithLiteralsOriginal,\n  PollLayoutDirection as PollLayoutDirectionOriginal,\n  PollLayoutDirectionWithLiterals as PollLayoutDirectionWithLiteralsOriginal,\n  PollLayout as PollLayoutOriginal,\n  OptionLayout as OptionLayoutOriginal,\n  PollDesignBackgroundType as PollDesignBackgroundTypeOriginal,\n  PollDesignBackgroundTypeWithLiterals as PollDesignBackgroundTypeWithLiteralsOriginal,\n  BackgroundGradient as BackgroundGradientOriginal,\n  PollDesignBackground as PollDesignBackgroundOriginal,\n  PollDesignBackgroundBackgroundOneOf as PollDesignBackgroundBackgroundOneOfOriginal,\n  PollDesign as PollDesignOriginal,\n  OptionDesign as OptionDesignOriginal,\n  Poll as PollOriginal,\n  PollDataLayout as PollDataLayoutOriginal,\n  Design as DesignOriginal,\n  TextData as TextDataOriginal,\n  Decoration as DecorationOriginal,\n  DecorationDataOneOf as DecorationDataOneOfOriginal,\n  DecorationType as DecorationTypeOriginal,\n  DecorationTypeWithLiterals as DecorationTypeWithLiteralsOriginal,\n  AnchorData as AnchorDataOriginal,\n  ColorData as ColorDataOriginal,\n  LinkData as LinkDataOriginal,\n  MentionData as MentionDataOriginal,\n  FontSizeData as FontSizeDataOriginal,\n  FontType as FontTypeOriginal,\n  FontTypeWithLiterals as FontTypeWithLiteralsOriginal,\n  SpoilerData as SpoilerDataOriginal,\n  FontFamilyData as FontFamilyDataOriginal,\n  AppEmbedData as AppEmbedDataOriginal,\n  AppEmbedDataAppDataOneOf as AppEmbedDataAppDataOneOfOriginal,\n  Position as PositionOriginal,\n  PositionWithLiterals as PositionWithLiteralsOriginal,\n  AspectRatio as AspectRatioOriginal,\n  AspectRatioWithLiterals as AspectRatioWithLiteralsOriginal,\n  Resizing as ResizingOriginal,\n  ResizingWithLiterals as ResizingWithLiteralsOriginal,\n  Placement as PlacementOriginal,\n  PlacementWithLiterals as PlacementWithLiteralsOriginal,\n  Type as TypeOriginal,\n  TypeWithLiterals as TypeWithLiteralsOriginal,\n  Alignment as AlignmentOriginal,\n  AlignmentWithLiterals as AlignmentWithLiteralsOriginal,\n  Layout as LayoutOriginal,\n  LayoutWithLiterals as LayoutWithLiteralsOriginal,\n  AppType as AppTypeOriginal,\n  AppTypeWithLiterals as AppTypeWithLiteralsOriginal,\n  BookingData as BookingDataOriginal,\n  EventData as EventDataOriginal,\n  ButtonStyles as ButtonStylesOriginal,\n  ImageStyles as ImageStylesOriginal,\n  RibbonStyles as RibbonStylesOriginal,\n  CardStyles as CardStylesOriginal,\n  PricingData as PricingDataOriginal,\n  VideoData as VideoDataOriginal,\n  PlaybackOptions as PlaybackOptionsOriginal,\n  EmbedData as EmbedDataOriginal,\n  Oembed as OembedOriginal,\n  CollapsibleListData as CollapsibleListDataOriginal,\n  InitialExpandedItems as InitialExpandedItemsOriginal,\n  InitialExpandedItemsWithLiterals as InitialExpandedItemsWithLiteralsOriginal,\n  Direction as DirectionOriginal,\n  DirectionWithLiterals as DirectionWithLiteralsOriginal,\n  TableData as TableDataOriginal,\n  TableDataDimensions as TableDataDimensionsOriginal,\n  TableCellData as TableCellDataOriginal,\n  VerticalAlignment as VerticalAlignmentOriginal,\n  VerticalAlignmentWithLiterals as VerticalAlignmentWithLiteralsOriginal,\n  CellStyle as CellStyleOriginal,\n  BorderColors as BorderColorsOriginal,\n  BorderWidths as BorderWidthsOriginal,\n  NullValue as NullValueOriginal,\n  NullValueWithLiterals as NullValueWithLiteralsOriginal,\n  ListValue as ListValueOriginal,\n  AudioData as AudioDataOriginal,\n  OrderedListData as OrderedListDataOriginal,\n  BulletedListData as BulletedListDataOriginal,\n  BlockquoteData as BlockquoteDataOriginal,\n  CaptionData as CaptionDataOriginal,\n  LayoutData as LayoutDataOriginal,\n  ImageScalingScaling as ImageScalingScalingOriginal,\n  ImageScalingScalingWithLiterals as ImageScalingScalingWithLiteralsOriginal,\n  ImagePosition as ImagePositionOriginal,\n  ImagePositionWithLiterals as ImagePositionWithLiteralsOriginal,\n  LayoutDataBackgroundImage as LayoutDataBackgroundImageOriginal,\n  VerticalAlignmentAlignment as VerticalAlignmentAlignmentOriginal,\n  VerticalAlignmentAlignmentWithLiterals as VerticalAlignmentAlignmentWithLiteralsOriginal,\n  ResponsivenessBehaviour as ResponsivenessBehaviourOriginal,\n  ResponsivenessBehaviourWithLiterals as ResponsivenessBehaviourWithLiteralsOriginal,\n  DesignTarget as DesignTargetOriginal,\n  DesignTargetWithLiterals as DesignTargetWithLiteralsOriginal,\n  LayoutCellData as LayoutCellDataOriginal,\n  Metadata as MetadataOriginal,\n  DocumentStyle as DocumentStyleOriginal,\n  TextNodeStyle as TextNodeStyleOriginal,\n  Media as MediaOriginal,\n  ProductMedia as ProductMediaOriginal,\n  ProductMediaSetByOneOf as ProductMediaSetByOneOfOriginal,\n  ProductMediaMediaOneOf as ProductMediaMediaOneOfOriginal,\n  Image as ImageOriginal,\n  VideoV2 as VideoV2Original,\n  VideoResolution as VideoResolutionOriginal,\n  MediaType as MediaTypeOriginal,\n  MediaTypeWithLiterals as MediaTypeWithLiteralsOriginal,\n  Thumbnail as ThumbnailOriginal,\n  MediaItemsInfo as MediaItemsInfoOriginal,\n  SeoSchema as SeoSchemaOriginal,\n  Keyword as KeywordOriginal,\n  Tag as TagOriginal,\n  Settings as SettingsOriginal,\n  ConnectedOption as ConnectedOptionOriginal,\n  ConnectedOptionOptionSettingsOneOf as ConnectedOptionOptionSettingsOneOfOriginal,\n  ProductOptionRenderType as ProductOptionRenderTypeOriginal,\n  ProductOptionRenderTypeWithLiterals as ProductOptionRenderTypeWithLiteralsOriginal,\n  ChoicesSettings as ChoicesSettingsOriginal,\n  ConnectedOptionChoice as ConnectedOptionChoiceOriginal,\n  ConnectedOptionChoiceValueOneOf as ConnectedOptionChoiceValueOneOfOriginal,\n  ChoiceType as ChoiceTypeOriginal,\n  ChoiceTypeWithLiterals as ChoiceTypeWithLiteralsOriginal,\n  MultipleColors as MultipleColorsOriginal,\n  ConnectedModifier as ConnectedModifierOriginal,\n  ConnectedModifierModifierSettingsOneOf as ConnectedModifierModifierSettingsOneOfOriginal,\n  ModifierRenderType as ModifierRenderTypeOriginal,\n  ModifierRenderTypeWithLiterals as ModifierRenderTypeWithLiteralsOriginal,\n  FreeTextSettings as FreeTextSettingsOriginal,\n  ModifierChoicesSettings as ModifierChoicesSettingsOriginal,\n  ConnectedModifierChoice as ConnectedModifierChoiceOriginal,\n  ConnectedModifierChoiceValueOneOf as ConnectedModifierChoiceValueOneOfOriginal,\n  V3Brand as V3BrandOriginal,\n  InfoSection as InfoSectionOriginal,\n  Ribbon as RibbonOriginal,\n  ProductCategoriesInfo as ProductCategoriesInfoOriginal,\n  ProductCategory as ProductCategoryOriginal,\n  ProductCategoryIdsInfo as ProductCategoryIdsInfoOriginal,\n  PriceRange as PriceRangeOriginal,\n  FixedMonetaryAmount as FixedMonetaryAmountOriginal,\n  Inventory as InventoryOriginal,\n  InventoryAvailabilityStatus as InventoryAvailabilityStatusOriginal,\n  InventoryAvailabilityStatusWithLiterals as InventoryAvailabilityStatusWithLiteralsOriginal,\n  PreorderStatus as PreorderStatusOriginal,\n  PreorderStatusWithLiterals as PreorderStatusWithLiteralsOriginal,\n  ProductPreorderAvailability as ProductPreorderAvailabilityOriginal,\n  ProductPreorderAvailabilityWithLiterals as ProductPreorderAvailabilityWithLiteralsOriginal,\n  ProductType as ProductTypeOriginal,\n  ProductTypeWithLiterals as ProductTypeWithLiteralsOriginal,\n  PhysicalProperties as PhysicalPropertiesOriginal,\n  PricePerUnitSettings as PricePerUnitSettingsOriginal,\n  MeasurementUnit as MeasurementUnitOriginal,\n  MeasurementUnitWithLiterals as MeasurementUnitWithLiteralsOriginal,\n  WeightRange as WeightRangeOriginal,\n  PricePerUnitRange as PricePerUnitRangeOriginal,\n  PricePerUnitRangePricePerUnit as PricePerUnitRangePricePerUnitOriginal,\n  WeightMeasurementUnitInfo as WeightMeasurementUnitInfoOriginal,\n  WeightUnit as WeightUnitOriginal,\n  WeightUnitWithLiterals as WeightUnitWithLiteralsOriginal,\n  BreadcrumbsInfo as BreadcrumbsInfoOriginal,\n  BreadCrumb as BreadCrumbOriginal,\n  VariantsInfo as VariantsInfoOriginal,\n  Variant as VariantOriginal,\n  VariantTypedPropertiesOneOf as VariantTypedPropertiesOneOfOriginal,\n  OptionChoice as OptionChoiceOriginal,\n  OptionChoiceIds as OptionChoiceIdsOriginal,\n  OptionChoiceNames as OptionChoiceNamesOriginal,\n  PriceInfo as PriceInfoOriginal,\n  RevenueDetails as RevenueDetailsOriginal,\n  VariantPhysicalProperties as VariantPhysicalPropertiesOriginal,\n  PricePerUnit as PricePerUnitOriginal,\n  VariantDigitalProperties as VariantDigitalPropertiesOriginal,\n  SecuredMedia as SecuredMediaOriginal,\n  FileType as FileTypeOriginal,\n  FileTypeWithLiterals as FileTypeWithLiteralsOriginal,\n  SubscriptionPricesInfo as SubscriptionPricesInfoOriginal,\n  SubscriptionPrice as SubscriptionPriceOriginal,\n  SubscriptionPricePerUnit as SubscriptionPricePerUnitOriginal,\n  InventoryStatus as InventoryStatusOriginal,\n  ExtendedFields as ExtendedFieldsOriginal,\n  SubscriptionDetails as SubscriptionDetailsOriginal,\n  Subscription as SubscriptionOriginal,\n  SubscriptionCyclesOneOf as SubscriptionCyclesOneOfOriginal,\n  SubscriptionFrequency as SubscriptionFrequencyOriginal,\n  SubscriptionFrequencyWithLiterals as SubscriptionFrequencyWithLiteralsOriginal,\n  SubscriptionDiscount as SubscriptionDiscountOriginal,\n  SubscriptionDiscountDiscountOneOf as SubscriptionDiscountDiscountOneOfOriginal,\n  DiscountType as DiscountTypeOriginal,\n  DiscountTypeWithLiterals as DiscountTypeWithLiteralsOriginal,\n  VariantSummary as VariantSummaryOriginal,\n  MinVariantPriceInfo as MinVariantPriceInfoOriginal,\n  BackgroundType as BackgroundTypeOriginal,\n  BackgroundTypeWithLiterals as BackgroundTypeWithLiteralsOriginal,\n  Gradient as GradientOriginal,\n  GradientType as GradientTypeOriginal,\n  GradientTypeWithLiterals as GradientTypeWithLiteralsOriginal,\n  Stop as StopOriginal,\n  Background as BackgroundOriginal,\n  SketchData as SketchDataOriginal,\n  SketchDataVariant as SketchDataVariantOriginal,\n  SketchDataVariantWithLiterals as SketchDataVariantWithLiteralsOriginal,\n  Origin as OriginOriginal,\n  OriginWithLiterals as OriginWithLiteralsOriginal,\n  BannerPosition as BannerPositionOriginal,\n  BannerPositionWithLiterals as BannerPositionWithLiteralsOriginal,\n  LayoutDataBackgroundType as LayoutDataBackgroundTypeOriginal,\n  LayoutDataBackgroundTypeWithLiterals as LayoutDataBackgroundTypeWithLiteralsOriginal,\n  BackdropType as BackdropTypeOriginal,\n  BackdropTypeWithLiterals as BackdropTypeWithLiteralsOriginal,\n  Banner as BannerOriginal,\n  LayoutDataBackground as LayoutDataBackgroundOriginal,\n  Backdrop as BackdropOriginal,\n  ShapeData as ShapeDataOriginal,\n  ShapeDataStyles as ShapeDataStylesOriginal,\n  CardData as CardDataOriginal,\n  Scaling as ScalingOriginal,\n  ScalingWithLiterals as ScalingWithLiteralsOriginal,\n  ImagePositionPosition as ImagePositionPositionOriginal,\n  ImagePositionPositionWithLiterals as ImagePositionPositionWithLiteralsOriginal,\n  CardDataBackgroundType as CardDataBackgroundTypeOriginal,\n  CardDataBackgroundTypeWithLiterals as CardDataBackgroundTypeWithLiteralsOriginal,\n  CardDataBackground as CardDataBackgroundOriginal,\n  BackgroundImage as BackgroundImageOriginal,\n  TocData as TocDataOriginal,\n  ListStyle as ListStyleOriginal,\n  ListStyleWithLiterals as ListStyleWithLiteralsOriginal,\n  Indentation as IndentationOriginal,\n  IndentationWithLiterals as IndentationWithLiteralsOriginal,\n  SmartBlockData as SmartBlockDataOriginal,\n  SmartBlockDataType as SmartBlockDataTypeOriginal,\n  SmartBlockDataTypeWithLiterals as SmartBlockDataTypeWithLiteralsOriginal,\n  ColumnSize as ColumnSizeOriginal,\n  ColumnSizeWithLiterals as ColumnSizeWithLiteralsOriginal,\n  SmartBlockCellData as SmartBlockCellDataOriginal,\n  CheckboxListData as CheckboxListDataOriginal,\n  ListItemNodeData as ListItemNodeDataOriginal,\n  MediaReferences as MediaReferencesOriginal,\n  MediaReference as MediaReferenceOriginal,\n  MediaReferenceIdentifierOneOf as MediaReferenceIdentifierOneOfOriginal,\n  Dimensions as DimensionsOriginal,\n  DimensionsUnit as DimensionsUnitOriginal,\n  DimensionsUnitWithLiterals as DimensionsUnitWithLiteralsOriginal,\n  PurchaseEligibility as PurchaseEligibilityOriginal,\n  UserCriteria as UserCriteriaOriginal,\n  UserCriteriaWithLiterals as UserCriteriaWithLiteralsOriginal,\n  DiscountInfo as DiscountInfoOriginal,\n  Tags as TagsOriginal,\n  TagList as TagListOriginal,\n  UpdateDocumentsEvent as UpdateDocumentsEventOriginal,\n  UpdateDocumentsEventOperationOneOf as UpdateDocumentsEventOperationOneOfOriginal,\n  DocumentUpdateOperation as DocumentUpdateOperationOriginal,\n  IndexDocument as IndexDocumentOriginal,\n  DocumentPayload as DocumentPayloadOriginal,\n  DocumentImage as DocumentImageOriginal,\n  Enum as EnumOriginal,\n  EnumWithLiterals as EnumWithLiteralsOriginal,\n  DeleteByIdsOperation as DeleteByIdsOperationOriginal,\n  DeleteByFilterOperation as DeleteByFilterOperationOriginal,\n  UpdateByFilterOperation as UpdateByFilterOperationOriginal,\n  UpdateExistingOperation as UpdateExistingOperationOriginal,\n  ProductTagsModified as ProductTagsModifiedOriginal,\n  DomainEvent as DomainEventOriginal,\n  DomainEventBodyOneOf as DomainEventBodyOneOfOriginal,\n  EntityCreatedEvent as EntityCreatedEventOriginal,\n  RestoreInfo as RestoreInfoOriginal,\n  EntityUpdatedEvent as EntityUpdatedEventOriginal,\n  EntityDeletedEvent as EntityDeletedEventOriginal,\n  ActionEvent as ActionEventOriginal,\n  Empty as EmptyOriginal,\n  SearchIndexingNotification as SearchIndexingNotificationOriginal,\n  State as StateOriginal,\n  StateWithLiterals as StateWithLiteralsOriginal,\n  MessageEnvelope as MessageEnvelopeOriginal,\n  IdentificationData as IdentificationDataOriginal,\n  IdentificationDataIdOneOf as IdentificationDataIdOneOfOriginal,\n  WebhookIdentityType as WebhookIdentityTypeOriginal,\n  WebhookIdentityTypeWithLiterals as WebhookIdentityTypeWithLiteralsOriginal,\n  AccountInfo as AccountInfoOriginal,\n  InvalidateCache as InvalidateCacheOriginal,\n  InvalidateCacheGetByOneOf as InvalidateCacheGetByOneOfOriginal,\n  App as AppOriginal,\n  Page as PageOriginal,\n  URI as URIOriginal,\n  File as FileOriginal,\n  CustomTag as CustomTagOriginal,\n  Pages as PagesOriginal,\n  URIs as URIsOriginal,\n  DoNotCallCreateProductRequest as DoNotCallCreateProductRequestOriginal,\n  SingleEntityOpsRequestedFields as SingleEntityOpsRequestedFieldsOriginal,\n  SingleEntityOpsRequestedFieldsWithLiterals as SingleEntityOpsRequestedFieldsWithLiteralsOriginal,\n  DoNotCallCreateProductResponse as DoNotCallCreateProductResponseOriginal,\n  DuplicateRibbonErrorData as DuplicateRibbonErrorDataOriginal,\n  DuplicateMediaIdAssignedToProduct as DuplicateMediaIdAssignedToProductOriginal,\n  GetProductRequest as GetProductRequestOriginal,\n  GetProductResponse as GetProductResponseOriginal,\n  GetProductBySlugRequest as GetProductBySlugRequestOriginal,\n  GetProductBySlugResponse as GetProductBySlugResponseOriginal,\n  DoNotCallUpdateProductRequest as DoNotCallUpdateProductRequestOriginal,\n  DoNotCallUpdateProductResponse as DoNotCallUpdateProductResponseOriginal,\n  VariantsRemoved as VariantsRemovedOriginal,\n  UnsupportedFieldMasks as UnsupportedFieldMasksOriginal,\n  DeleteProductRequest as DeleteProductRequestOriginal,\n  DeleteProductResponse as DeleteProductResponseOriginal,\n  SearchProductsRequest as SearchProductsRequestOriginal,\n  CursorSearch as CursorSearchOriginal,\n  CursorSearchPagingMethodOneOf as CursorSearchPagingMethodOneOfOriginal,\n  Sorting as SortingOriginal,\n  SortOrder as SortOrderOriginal,\n  SortOrderWithLiterals as SortOrderWithLiteralsOriginal,\n  Aggregation as AggregationOriginal,\n  AggregationKindOneOf as AggregationKindOneOfOriginal,\n  RangeBucket as RangeBucketOriginal,\n  SortType as SortTypeOriginal,\n  SortTypeWithLiterals as SortTypeWithLiteralsOriginal,\n  SortDirection as SortDirectionOriginal,\n  SortDirectionWithLiterals as SortDirectionWithLiteralsOriginal,\n  MissingValues as MissingValuesOriginal,\n  MissingValuesWithLiterals as MissingValuesWithLiteralsOriginal,\n  IncludeMissingValuesOptions as IncludeMissingValuesOptionsOriginal,\n  ScalarType as ScalarTypeOriginal,\n  ScalarTypeWithLiterals as ScalarTypeWithLiteralsOriginal,\n  ValueAggregation as ValueAggregationOriginal,\n  ValueAggregationOptionsOneOf as ValueAggregationOptionsOneOfOriginal,\n  NestedAggregationType as NestedAggregationTypeOriginal,\n  NestedAggregationTypeWithLiterals as NestedAggregationTypeWithLiteralsOriginal,\n  RangeAggregation as RangeAggregationOriginal,\n  ScalarAggregation as ScalarAggregationOriginal,\n  DateHistogramAggregation as DateHistogramAggregationOriginal,\n  Interval as IntervalOriginal,\n  IntervalWithLiterals as IntervalWithLiteralsOriginal,\n  NestedAggregationItem as NestedAggregationItemOriginal,\n  NestedAggregationItemKindOneOf as NestedAggregationItemKindOneOfOriginal,\n  AggregationType as AggregationTypeOriginal,\n  AggregationTypeWithLiterals as AggregationTypeWithLiteralsOriginal,\n  NestedAggregation as NestedAggregationOriginal,\n  SearchDetails as SearchDetailsOriginal,\n  Mode as ModeOriginal,\n  ModeWithLiterals as ModeWithLiteralsOriginal,\n  CursorPaging as CursorPagingOriginal,\n  RequestedFields as RequestedFieldsOriginal,\n  RequestedFieldsWithLiterals as RequestedFieldsWithLiteralsOriginal,\n  SearchProductsResponse as SearchProductsResponseOriginal,\n  CursorPagingMetadata as CursorPagingMetadataOriginal,\n  Cursors as CursorsOriginal,\n  AggregationData as AggregationDataOriginal,\n  ValueAggregationResult as ValueAggregationResultOriginal,\n  RangeAggregationResult as RangeAggregationResultOriginal,\n  NestedAggregationResults as NestedAggregationResultsOriginal,\n  NestedAggregationResultsResultOneOf as NestedAggregationResultsResultOneOfOriginal,\n  ValueResults as ValueResultsOriginal,\n  RangeResults as RangeResultsOriginal,\n  AggregationResultsScalarResult as AggregationResultsScalarResultOriginal,\n  NestedValueAggregationResult as NestedValueAggregationResultOriginal,\n  ValueResult as ValueResultOriginal,\n  RangeResult as RangeResultOriginal,\n  ScalarResult as ScalarResultOriginal,\n  NestedResultValue as NestedResultValueOriginal,\n  NestedResultValueResultOneOf as NestedResultValueResultOneOfOriginal,\n  Results as ResultsOriginal,\n  DateHistogramResult as DateHistogramResultOriginal,\n  GroupByValueResults as GroupByValueResultsOriginal,\n  DateHistogramResults as DateHistogramResultsOriginal,\n  NestedResults as NestedResultsOriginal,\n  AggregationResults as AggregationResultsOriginal,\n  AggregationResultsResultOneOf as AggregationResultsResultOneOfOriginal,\n  SearchRelatedProductsRequest as SearchRelatedProductsRequestOriginal,\n  SearchRelated as SearchRelatedOriginal,\n  SearchRelatedDetails as SearchRelatedDetailsOriginal,\n  SearchRelatedProductsResponse as SearchRelatedProductsResponseOriginal,\n  EventuallyConsistentQueryProductsRequest as EventuallyConsistentQueryProductsRequestOriginal,\n  CursorQuery as CursorQueryOriginal,\n  CursorQueryPagingMethodOneOf as CursorQueryPagingMethodOneOfOriginal,\n  EventuallyConsistentQueryProductsResponse as EventuallyConsistentQueryProductsResponseOriginal,\n  QueryProductsRequest as QueryProductsRequestOriginal,\n  QueryProductsResponse as QueryProductsResponseOriginal,\n  DeprecatedSearchProductsWithOffsetRequest as DeprecatedSearchProductsWithOffsetRequestOriginal,\n  PlatformOffsetSearch as PlatformOffsetSearchOriginal,\n  PlatformOffsetSearchPagingMethodOneOf as PlatformOffsetSearchPagingMethodOneOfOriginal,\n  CommonSorting as CommonSortingOriginal,\n  CommonSortOrder as CommonSortOrderOriginal,\n  CommonSortOrderWithLiterals as CommonSortOrderWithLiteralsOriginal,\n  CommonAggregation as CommonAggregationOriginal,\n  CommonAggregationKindOneOf as CommonAggregationKindOneOfOriginal,\n  RangeAggregationRangeBucket as RangeAggregationRangeBucketOriginal,\n  ValueAggregationSortType as ValueAggregationSortTypeOriginal,\n  ValueAggregationSortTypeWithLiterals as ValueAggregationSortTypeWithLiteralsOriginal,\n  ValueAggregationSortDirection as ValueAggregationSortDirectionOriginal,\n  ValueAggregationSortDirectionWithLiterals as ValueAggregationSortDirectionWithLiteralsOriginal,\n  ValueAggregationMissingValues as ValueAggregationMissingValuesOriginal,\n  ValueAggregationMissingValuesWithLiterals as ValueAggregationMissingValuesWithLiteralsOriginal,\n  ValueAggregationIncludeMissingValuesOptions as ValueAggregationIncludeMissingValuesOptionsOriginal,\n  CommonScalarType as CommonScalarTypeOriginal,\n  CommonScalarTypeWithLiterals as CommonScalarTypeWithLiteralsOriginal,\n  AggregationValueAggregation as AggregationValueAggregationOriginal,\n  AggregationValueAggregationOptionsOneOf as AggregationValueAggregationOptionsOneOfOriginal,\n  NestedAggregationNestedAggregationType as NestedAggregationNestedAggregationTypeOriginal,\n  NestedAggregationNestedAggregationTypeWithLiterals as NestedAggregationNestedAggregationTypeWithLiteralsOriginal,\n  AggregationRangeAggregation as AggregationRangeAggregationOriginal,\n  AggregationScalarAggregation as AggregationScalarAggregationOriginal,\n  AggregationDateHistogramAggregation as AggregationDateHistogramAggregationOriginal,\n  DateHistogramAggregationInterval as DateHistogramAggregationIntervalOriginal,\n  DateHistogramAggregationIntervalWithLiterals as DateHistogramAggregationIntervalWithLiteralsOriginal,\n  NestedAggregationNestedAggregationItem as NestedAggregationNestedAggregationItemOriginal,\n  NestedAggregationNestedAggregationItemKindOneOf as NestedAggregationNestedAggregationItemKindOneOfOriginal,\n  CommonAggregationType as CommonAggregationTypeOriginal,\n  CommonAggregationTypeWithLiterals as CommonAggregationTypeWithLiteralsOriginal,\n  AggregationNestedAggregation as AggregationNestedAggregationOriginal,\n  GroupByAggregation as GroupByAggregationOriginal,\n  GroupByAggregationKindOneOf as GroupByAggregationKindOneOfOriginal,\n  CommonSearchDetails as CommonSearchDetailsOriginal,\n  SearchDetailsMode as SearchDetailsModeOriginal,\n  SearchDetailsModeWithLiterals as SearchDetailsModeWithLiteralsOriginal,\n  PlatformPaging as PlatformPagingOriginal,\n  DeprecatedSearchProductsWithOffsetResponse as DeprecatedSearchProductsWithOffsetResponseOriginal,\n  PagingMetadata as PagingMetadataOriginal,\n  RetrieveVariantsRequest as RetrieveVariantsRequestOriginal,\n  ProductVariantIds as ProductVariantIdsOriginal,\n  VariantsCursorPaging as VariantsCursorPagingOriginal,\n  VariantsOpsRequestedFields as VariantsOpsRequestedFieldsOriginal,\n  VariantsOpsRequestedFieldsWithLiterals as VariantsOpsRequestedFieldsWithLiteralsOriginal,\n  RetrieveVariantsResponse as RetrieveVariantsResponseOriginal,\n  ProductVariants as ProductVariantsOriginal,\n  CountProductsRequest as CountProductsRequestOriginal,\n  CountProductsResponse as CountProductsResponseOriginal,\n  DoNotCallBulkCreateProductsRequest as DoNotCallBulkCreateProductsRequestOriginal,\n  DoNotCallBulkCreateProductsResponse as DoNotCallBulkCreateProductsResponseOriginal,\n  V3BulkProductResult as V3BulkProductResultOriginal,\n  CommonItemMetadata as CommonItemMetadataOriginal,\n  ApplicationError as ApplicationErrorOriginal,\n  BulkActionMetadata as BulkActionMetadataOriginal,\n  DoNotCallBulkUpdateProductsRequest as DoNotCallBulkUpdateProductsRequestOriginal,\n  MaskedProduct as MaskedProductOriginal,\n  DoNotCallBulkUpdateProductsResponse as DoNotCallBulkUpdateProductsResponseOriginal,\n  BulkUpdateProductsByFilterRequest as BulkUpdateProductsByFilterRequestOriginal,\n  BulkUpdateProductsByFilterResponse as BulkUpdateProductsByFilterResponseOriginal,\n  BulkDeleteProductsRequest as BulkDeleteProductsRequestOriginal,\n  BulkDeleteProductsResponse as BulkDeleteProductsResponseOriginal,\n  BulkProductResult as BulkProductResultOriginal,\n  BulkDeleteProductsByFilterRequest as BulkDeleteProductsByFilterRequestOriginal,\n  BulkDeleteProductsByFilterResponse as BulkDeleteProductsByFilterResponseOriginal,\n  BulkAddInfoSectionsToProductsByFilterRequest as BulkAddInfoSectionsToProductsByFilterRequestOriginal,\n  BulkAddInfoSectionsToProductsByFilterResponse as BulkAddInfoSectionsToProductsByFilterResponseOriginal,\n  FulfillerDeleted as FulfillerDeletedOriginal,\n  BulkAddInfoSectionsToProductsRequest as BulkAddInfoSectionsToProductsRequestOriginal,\n  ProductIdWithRevision as ProductIdWithRevisionOriginal,\n  BulkAddInfoSectionsToProductsResponse as BulkAddInfoSectionsToProductsResponseOriginal,\n  BulkRemoveInfoSectionsFromProductsByFilterRequest as BulkRemoveInfoSectionsFromProductsByFilterRequestOriginal,\n  BulkRemoveInfoSectionsFromProductsByFilterResponse as BulkRemoveInfoSectionsFromProductsByFilterResponseOriginal,\n  BulkRemoveInfoSectionsFromProductsRequest as BulkRemoveInfoSectionsFromProductsRequestOriginal,\n  BulkRemoveInfoSectionsFromProductsResponse as BulkRemoveInfoSectionsFromProductsResponseOriginal,\n  BulkUpdateVariantsByFilterRequest as BulkUpdateVariantsByFilterRequestOriginal,\n  BulkUpdateVariantsByFilterResponse as BulkUpdateVariantsByFilterResponseOriginal,\n  BulkAdjustProductVariantsByFilterRequest as BulkAdjustProductVariantsByFilterRequestOriginal,\n  AdjustValue as AdjustValueOriginal,\n  AdjustValueAdjustValueOneOf as AdjustValueAdjustValueOneOfOriginal,\n  RoundingStrategy as RoundingStrategyOriginal,\n  RoundingStrategyWithLiterals as RoundingStrategyWithLiteralsOriginal,\n  UnsignedAdjustValue as UnsignedAdjustValueOriginal,\n  UnsignedAdjustValueAdjustValueOneOf as UnsignedAdjustValueAdjustValueOneOfOriginal,\n  BulkAdjustProductVariantsByFilterResponse as BulkAdjustProductVariantsByFilterResponseOriginal,\n  BulkCreateProductsForMigrationRequest as BulkCreateProductsForMigrationRequestOriginal,\n  BulkCreateProductsForMigrationResponse as BulkCreateProductsForMigrationResponseOriginal,\n  BulkInventoryItemAction as BulkInventoryItemActionOriginal,\n  InventoryItem as InventoryItemOriginal,\n  InventoryItemTrackingMethodOneOf as InventoryItemTrackingMethodOneOfOriginal,\n  AvailabilityStatus as AvailabilityStatusOriginal,\n  AvailabilityStatusWithLiterals as AvailabilityStatusWithLiteralsOriginal,\n  PreorderInfo as PreorderInfoOriginal,\n  Product as ProductOriginal,\n  Brand as BrandOriginal,\n  EventType as EventTypeOriginal,\n  EventTypeWithLiterals as EventTypeWithLiteralsOriginal,\n  CalculateProductInventorPreorderStatusAsyncRequest as CalculateProductInventorPreorderStatusAsyncRequestOriginal,\n  CalculateProductInventorPreorderStatusAsyncResponse as CalculateProductInventorPreorderStatusAsyncResponseOriginal,\n  PuffUpProductMediaRequest as PuffUpProductMediaRequestOriginal,\n  PuffUpProductMediaResponse as PuffUpProductMediaResponseOriginal,\n  BulkUpdateProductTagsRequest as BulkUpdateProductTagsRequestOriginal,\n  BulkUpdateProductTagsResponse as BulkUpdateProductTagsResponseOriginal,\n  BulkUpdateProductTagsResult as BulkUpdateProductTagsResultOriginal,\n  BulkUpdateProductTagsByFilterRequest as BulkUpdateProductTagsByFilterRequestOriginal,\n  BulkUpdateProductTagsByFilterResponse as BulkUpdateProductTagsByFilterResponseOriginal,\n  CatalogRollbackRequested as CatalogRollbackRequestedOriginal,\n  CreateProductRequest as CreateProductRequestOriginal,\n  CreateProductResponse as CreateProductResponseOriginal,\n  VariantsNotAlignedWithProduct as VariantsNotAlignedWithProductOriginal,\n  VariantNotAlignedWithProduct as VariantNotAlignedWithProductOriginal,\n  MissingVariantOptionChoiceErrorData as MissingVariantOptionChoiceErrorDataOriginal,\n  MissingVariantOptionErrorData as MissingVariantOptionErrorDataOriginal,\n  CreateProductWithInventoryRequest as CreateProductWithInventoryRequestOriginal,\n  ProductWithInventory as ProductWithInventoryOriginal,\n  ProductWithInventoryTypedPropertiesOneOf as ProductWithInventoryTypedPropertiesOneOfOriginal,\n  V3VariantsInfo as V3VariantsInfoOriginal,\n  VariantWithInventory as VariantWithInventoryOriginal,\n  VariantWithInventoryTypedPropertiesOneOf as VariantWithInventoryTypedPropertiesOneOfOriginal,\n  InventoryItemComposite as InventoryItemCompositeOriginal,\n  InventoryItemCompositeTrackingMethodOneOf as InventoryItemCompositeTrackingMethodOneOfOriginal,\n  OptionChoiceReferences as OptionChoiceReferencesOriginal,\n  V3OptionChoiceIds as V3OptionChoiceIdsOriginal,\n  V3OptionChoiceNames as V3OptionChoiceNamesOriginal,\n  CreateProductWithInventoryResponse as CreateProductWithInventoryResponseOriginal,\n  BulkInventoryItemResults as BulkInventoryItemResultsOriginal,\n  BulkInventoryItemResult as BulkInventoryItemResultOriginal,\n  ItemMetadata as ItemMetadataOriginal,\n  CommonBulkActionMetadata as CommonBulkActionMetadataOriginal,\n  UpdateProductRequest as UpdateProductRequestOriginal,\n  UpdateProductResponse as UpdateProductResponseOriginal,\n  UpdateProductWithInventoryRequest as UpdateProductWithInventoryRequestOriginal,\n  UpdateProductWithInventoryResponse as UpdateProductWithInventoryResponseOriginal,\n  BulkCreateProductsRequest as BulkCreateProductsRequestOriginal,\n  BulkCreateProductsResponse as BulkCreateProductsResponseOriginal,\n  CatalogV3BulkProductResult as CatalogV3BulkProductResultOriginal,\n  WixCommonItemMetadata as WixCommonItemMetadataOriginal,\n  InvalidDigitalFileIds as InvalidDigitalFileIdsOriginal,\n  BulkCreateProductsWithInventoryRequest as BulkCreateProductsWithInventoryRequestOriginal,\n  BulkCreateProductsWithInventoryResponse as BulkCreateProductsWithInventoryResponseOriginal,\n  BulkProductResults as BulkProductResultsOriginal,\n  BulkUpdateProductsRequest as BulkUpdateProductsRequestOriginal,\n  V3MaskedProduct as V3MaskedProductOriginal,\n  BulkUpdateProductsResponse as BulkUpdateProductsResponseOriginal,\n  BulkUpdateProductsWithInventoryRequest as BulkUpdateProductsWithInventoryRequestOriginal,\n  MaskedProductWithInventory as MaskedProductWithInventoryOriginal,\n  BulkUpdateProductsWithInventoryResponse as BulkUpdateProductsWithInventoryResponseOriginal,\n  V3BulkUpdateProductsByFilterRequest as V3BulkUpdateProductsByFilterRequestOriginal,\n  WixCommonSearchDetails as WixCommonSearchDetailsOriginal,\n  CommonSearchDetailsMode as CommonSearchDetailsModeOriginal,\n  CommonSearchDetailsModeWithLiterals as CommonSearchDetailsModeWithLiteralsOriginal,\n  V3BulkUpdateProductsByFilterResponse as V3BulkUpdateProductsByFilterResponseOriginal,\n  V3DeleteProductRequest as V3DeleteProductRequestOriginal,\n  V3DeleteProductResponse as V3DeleteProductResponseOriginal,\n  V3BulkDeleteProductsRequest as V3BulkDeleteProductsRequestOriginal,\n  V3BulkDeleteProductsResponse as V3BulkDeleteProductsResponseOriginal,\n  BulkDeleteProductsResponseBulkProductResult as BulkDeleteProductsResponseBulkProductResultOriginal,\n  V3BulkDeleteProductsByFilterRequest as V3BulkDeleteProductsByFilterRequestOriginal,\n  V3BulkDeleteProductsByFilterResponse as V3BulkDeleteProductsByFilterResponseOriginal,\n  V3GetProductRequest as V3GetProductRequestOriginal,\n  V3GetProductResponse as V3GetProductResponseOriginal,\n  V3GetProductBySlugRequest as V3GetProductBySlugRequestOriginal,\n  V3GetProductBySlugResponse as V3GetProductBySlugResponseOriginal,\n  V3SearchProductsRequest as V3SearchProductsRequestOriginal,\n  CommonCursorSearch as CommonCursorSearchOriginal,\n  CommonCursorSearchPagingMethodOneOf as CommonCursorSearchPagingMethodOneOfOriginal,\n  WixCommonSorting as WixCommonSortingOriginal,\n  WixCommonSortOrder as WixCommonSortOrderOriginal,\n  WixCommonSortOrderWithLiterals as WixCommonSortOrderWithLiteralsOriginal,\n  WixCommonAggregation as WixCommonAggregationOriginal,\n  WixCommonAggregationKindOneOf as WixCommonAggregationKindOneOfOriginal,\n  AggregationRangeAggregationRangeBucket as AggregationRangeAggregationRangeBucketOriginal,\n  AggregationValueAggregationSortType as AggregationValueAggregationSortTypeOriginal,\n  AggregationValueAggregationSortTypeWithLiterals as AggregationValueAggregationSortTypeWithLiteralsOriginal,\n  AggregationValueAggregationSortDirection as AggregationValueAggregationSortDirectionOriginal,\n  AggregationValueAggregationSortDirectionWithLiterals as AggregationValueAggregationSortDirectionWithLiteralsOriginal,\n  AggregationValueAggregationMissingValues as AggregationValueAggregationMissingValuesOriginal,\n  AggregationValueAggregationMissingValuesWithLiterals as AggregationValueAggregationMissingValuesWithLiteralsOriginal,\n  AggregationValueAggregationIncludeMissingValuesOptions as AggregationValueAggregationIncludeMissingValuesOptionsOriginal,\n  WixCommonScalarType as WixCommonScalarTypeOriginal,\n  WixCommonScalarTypeWithLiterals as WixCommonScalarTypeWithLiteralsOriginal,\n  CommonAggregationValueAggregation as CommonAggregationValueAggregationOriginal,\n  CommonAggregationValueAggregationOptionsOneOf as CommonAggregationValueAggregationOptionsOneOfOriginal,\n  AggregationNestedAggregationNestedAggregationType as AggregationNestedAggregationNestedAggregationTypeOriginal,\n  AggregationNestedAggregationNestedAggregationTypeWithLiterals as AggregationNestedAggregationNestedAggregationTypeWithLiteralsOriginal,\n  CommonAggregationRangeAggregation as CommonAggregationRangeAggregationOriginal,\n  CommonAggregationScalarAggregation as CommonAggregationScalarAggregationOriginal,\n  CommonAggregationDateHistogramAggregation as CommonAggregationDateHistogramAggregationOriginal,\n  AggregationDateHistogramAggregationInterval as AggregationDateHistogramAggregationIntervalOriginal,\n  AggregationDateHistogramAggregationIntervalWithLiterals as AggregationDateHistogramAggregationIntervalWithLiteralsOriginal,\n  AggregationNestedAggregationNestedAggregationItem as AggregationNestedAggregationNestedAggregationItemOriginal,\n  AggregationNestedAggregationNestedAggregationItemKindOneOf as AggregationNestedAggregationNestedAggregationItemKindOneOfOriginal,\n  WixCommonAggregationType as WixCommonAggregationTypeOriginal,\n  WixCommonAggregationTypeWithLiterals as WixCommonAggregationTypeWithLiteralsOriginal,\n  CommonAggregationNestedAggregation as CommonAggregationNestedAggregationOriginal,\n  CommonCursorPaging as CommonCursorPagingOriginal,\n  V3SearchProductsResponse as V3SearchProductsResponseOriginal,\n  CommonCursorPagingMetadata as CommonCursorPagingMetadataOriginal,\n  CommonCursors as CommonCursorsOriginal,\n  CommonAggregationData as CommonAggregationDataOriginal,\n  ValueResultsValueAggregationResult as ValueResultsValueAggregationResultOriginal,\n  RangeResultsRangeAggregationResult as RangeResultsRangeAggregationResultOriginal,\n  AggregationResultsNestedAggregationResults as AggregationResultsNestedAggregationResultsOriginal,\n  AggregationResultsNestedAggregationResultsResultOneOf as AggregationResultsNestedAggregationResultsResultOneOfOriginal,\n  AggregationResultsValueResults as AggregationResultsValueResultsOriginal,\n  AggregationResultsRangeResults as AggregationResultsRangeResultsOriginal,\n  AggregationDataAggregationResultsScalarResult as AggregationDataAggregationResultsScalarResultOriginal,\n  GroupByValueResultsNestedValueAggregationResult as GroupByValueResultsNestedValueAggregationResultOriginal,\n  NestedResultsValueResult as NestedResultsValueResultOriginal,\n  NestedResultsRangeResult as NestedResultsRangeResultOriginal,\n  NestedResultsScalarResult as NestedResultsScalarResultOriginal,\n  NestedResultsNestedResultValue as NestedResultsNestedResultValueOriginal,\n  NestedResultsNestedResultValueResultOneOf as NestedResultsNestedResultValueResultOneOfOriginal,\n  NestedResultsResults as NestedResultsResultsOriginal,\n  DateHistogramResultsDateHistogramResult as DateHistogramResultsDateHistogramResultOriginal,\n  AggregationResultsGroupByValueResults as AggregationResultsGroupByValueResultsOriginal,\n  AggregationResultsDateHistogramResults as AggregationResultsDateHistogramResultsOriginal,\n  AggregationResultsNestedResults as AggregationResultsNestedResultsOriginal,\n  AggregationDataAggregationResults as AggregationDataAggregationResultsOriginal,\n  AggregationDataAggregationResultsResultOneOf as AggregationDataAggregationResultsResultOneOfOriginal,\n  V3QueryProductsRequest as V3QueryProductsRequestOriginal,\n  CommonCursorQuery as CommonCursorQueryOriginal,\n  CommonCursorQueryPagingMethodOneOf as CommonCursorQueryPagingMethodOneOfOriginal,\n  V3QueryProductsResponse as V3QueryProductsResponseOriginal,\n  V3CountProductsRequest as V3CountProductsRequestOriginal,\n  V3CountProductsResponse as V3CountProductsResponseOriginal,\n  BulkUpdateProductVariantsByFilterRequest as BulkUpdateProductVariantsByFilterRequestOriginal,\n  BulkUpdateProductVariantsByFilterResponse as BulkUpdateProductVariantsByFilterResponseOriginal,\n  V3BulkAdjustProductVariantsByFilterRequest as V3BulkAdjustProductVariantsByFilterRequestOriginal,\n  V3AdjustValue as V3AdjustValueOriginal,\n  V3AdjustValueAdjustValueOneOf as V3AdjustValueAdjustValueOneOfOriginal,\n  BulkAdjustProductVariantsByFilterRequestRoundingStrategy as BulkAdjustProductVariantsByFilterRequestRoundingStrategyOriginal,\n  BulkAdjustProductVariantsByFilterRequestRoundingStrategyWithLiterals as BulkAdjustProductVariantsByFilterRequestRoundingStrategyWithLiteralsOriginal,\n  V3UnsignedAdjustValue as V3UnsignedAdjustValueOriginal,\n  V3UnsignedAdjustValueAdjustValueOneOf as V3UnsignedAdjustValueAdjustValueOneOfOriginal,\n  V3BulkAdjustProductVariantsByFilterResponse as V3BulkAdjustProductVariantsByFilterResponseOriginal,\n  V3BulkAddInfoSectionsToProductsByFilterRequest as V3BulkAddInfoSectionsToProductsByFilterRequestOriginal,\n  V3BulkAddInfoSectionsToProductsByFilterResponse as V3BulkAddInfoSectionsToProductsByFilterResponseOriginal,\n  V3BulkAddInfoSectionsToProductsRequest as V3BulkAddInfoSectionsToProductsRequestOriginal,\n  V3ProductIdWithRevision as V3ProductIdWithRevisionOriginal,\n  V3BulkAddInfoSectionsToProductsResponse as V3BulkAddInfoSectionsToProductsResponseOriginal,\n  V3BulkRemoveInfoSectionsFromProductsByFilterRequest as V3BulkRemoveInfoSectionsFromProductsByFilterRequestOriginal,\n  V3BulkRemoveInfoSectionsFromProductsByFilterResponse as V3BulkRemoveInfoSectionsFromProductsByFilterResponseOriginal,\n  V3BulkRemoveInfoSectionsFromProductsRequest as V3BulkRemoveInfoSectionsFromProductsRequestOriginal,\n  V3BulkRemoveInfoSectionsFromProductsResponse as V3BulkRemoveInfoSectionsFromProductsResponseOriginal,\n  BulkCreateProductsWithInventoryForMigrationRequest as BulkCreateProductsWithInventoryForMigrationRequestOriginal,\n  ProductWithInventoryForMigration as ProductWithInventoryForMigrationOriginal,\n  ProductWithInventoryForMigrationTypedPropertiesOneOf as ProductWithInventoryForMigrationTypedPropertiesOneOfOriginal,\n  VariantsInfoForMigration as VariantsInfoForMigrationOriginal,\n  VariantWithInventoryForMigration as VariantWithInventoryForMigrationOriginal,\n  VariantWithInventoryForMigrationTypedPropertiesOneOf as VariantWithInventoryForMigrationTypedPropertiesOneOfOriginal,\n  InventoryItemCompositeForMigration as InventoryItemCompositeForMigrationOriginal,\n  InventoryItemCompositeForMigrationTrackingMethodOneOf as InventoryItemCompositeForMigrationTrackingMethodOneOfOriginal,\n  OptionChoiceReferencesForMigration as OptionChoiceReferencesForMigrationOriginal,\n  OptionChoiceIdsForMigration as OptionChoiceIdsForMigrationOriginal,\n  BulkCreateProductsWithInventoryForMigrationResponse as BulkCreateProductsWithInventoryForMigrationResponseOriginal,\n  BulkAddProductsToCategoriesByFilterRequest as BulkAddProductsToCategoriesByFilterRequestOriginal,\n  BulkAddProductsToCategoriesByFilterResponse as BulkAddProductsToCategoriesByFilterResponseOriginal,\n  BulkRemoveProductsFromCategoriesByFilterRequest as BulkRemoveProductsFromCategoriesByFilterRequestOriginal,\n  BulkRemoveProductsFromCategoriesByFilterResponse as BulkRemoveProductsFromCategoriesByFilterResponseOriginal,\n  GetAllProductsCategoryRequest as GetAllProductsCategoryRequestOriginal,\n  GetAllProductsCategoryResponse as GetAllProductsCategoryResponseOriginal,\n  TreeReference as TreeReferenceOriginal,\n  V3BulkUpdateProductTagsRequest as V3BulkUpdateProductTagsRequestOriginal,\n  V3BulkUpdateProductTagsResponse as V3BulkUpdateProductTagsResponseOriginal,\n  BulkUpdateProductTagsResponseBulkUpdateProductTagsResult as BulkUpdateProductTagsResponseBulkUpdateProductTagsResultOriginal,\n  V3BulkUpdateProductTagsByFilterRequest as V3BulkUpdateProductTagsByFilterRequestOriginal,\n  V3BulkUpdateProductTagsByFilterResponse as V3BulkUpdateProductTagsByFilterResponseOriginal,\n  CreateProductApplicationErrors as CreateProductApplicationErrorsOriginal,\n  CreateProductValidationErrors as CreateProductValidationErrorsOriginal,\n  CreateProductWithInventoryApplicationErrors as CreateProductWithInventoryApplicationErrorsOriginal,\n  CreateProductWithInventoryValidationErrors as CreateProductWithInventoryValidationErrorsOriginal,\n  UpdateProductApplicationErrors as UpdateProductApplicationErrorsOriginal,\n  UpdateProductValidationErrors as UpdateProductValidationErrorsOriginal,\n  UpdateProductWithInventoryApplicationErrors as UpdateProductWithInventoryApplicationErrorsOriginal,\n  UpdateProductWithInventoryValidationErrors as UpdateProductWithInventoryValidationErrorsOriginal,\n  BulkCreateProductsApplicationErrors as BulkCreateProductsApplicationErrorsOriginal,\n  BulkCreateProductsValidationErrors as BulkCreateProductsValidationErrorsOriginal,\n  BulkCreateProductsWithInventoryApplicationErrors as BulkCreateProductsWithInventoryApplicationErrorsOriginal,\n  BulkCreateProductsWithInventoryValidationErrors as BulkCreateProductsWithInventoryValidationErrorsOriginal,\n  BulkUpdateProductsApplicationErrors as BulkUpdateProductsApplicationErrorsOriginal,\n  BulkUpdateProductsValidationErrors as BulkUpdateProductsValidationErrorsOriginal,\n  BulkUpdateProductsWithInventoryApplicationErrors as BulkUpdateProductsWithInventoryApplicationErrorsOriginal,\n  BulkUpdateProductsWithInventoryValidationErrors as BulkUpdateProductsWithInventoryValidationErrorsOriginal,\n  BulkUpdateProductsByFilterApplicationErrors as BulkUpdateProductsByFilterApplicationErrorsOriginal,\n  BulkUpdateProductsByFilterValidationErrors as BulkUpdateProductsByFilterValidationErrorsOriginal,\n  BulkDeleteProductsValidationErrors as BulkDeleteProductsValidationErrorsOriginal,\n  GetProductApplicationErrors as GetProductApplicationErrorsOriginal,\n  GetProductBySlugApplicationErrors as GetProductBySlugApplicationErrorsOriginal,\n  SearchProductsApplicationErrors as SearchProductsApplicationErrorsOriginal,\n  QueryProductsApplicationErrors as QueryProductsApplicationErrorsOriginal,\n  CountProductsApplicationErrors as CountProductsApplicationErrorsOriginal,\n  BulkUpdateProductVariantsByFilterApplicationErrors as BulkUpdateProductVariantsByFilterApplicationErrorsOriginal,\n  BulkUpdateProductVariantsByFilterValidationErrors as BulkUpdateProductVariantsByFilterValidationErrorsOriginal,\n  BulkAdjustProductVariantsByFilterApplicationErrors as BulkAdjustProductVariantsByFilterApplicationErrorsOriginal,\n  BulkAdjustProductVariantsByFilterValidationErrors as BulkAdjustProductVariantsByFilterValidationErrorsOriginal,\n  BulkAddInfoSectionsToProductsByFilterApplicationErrors as BulkAddInfoSectionsToProductsByFilterApplicationErrorsOriginal,\n  BulkAddInfoSectionsToProductsApplicationErrors as BulkAddInfoSectionsToProductsApplicationErrorsOriginal,\n  BulkUpdateProductTagsApplicationErrors as BulkUpdateProductTagsApplicationErrorsOriginal,\n  BulkUpdateProductTagsByFilterApplicationErrors as BulkUpdateProductTagsByFilterApplicationErrorsOriginal,\n} from './stores-catalog-v3-product-products-v-3.types.js';\n"],"mappings":"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AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA,EAAE,MAAM,0DAA0D;AAAA,UAClE;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UA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;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA,EAAE,MAAM,0DAA0D;AAAA,UAClE;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;A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YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,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A,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAA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4D;AAAA,UACpE;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,U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ACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;A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AAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA,EAAE,MAAM,0DAA0D;AAAA,UAClE;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA;AAAA,YACE,MAAM;AAAA,UACR;AAAA,UACA,EAAE,MAAM,0DAA0D;AAAA,UAClE;AAAA,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A,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAA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E,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAA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;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,qDAAqD;AAAA,YAC7D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,0CAA0C;AAAA,UACpD;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,2CACd,SAC4B;AAC5B,WAAS,6CAA6C,EAAE,KAAK,GAAQ;AACnE,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAGO,SAAS,mCACd,SAC4B;AAC5B,WAAS,qCAAqC,EAAE,KAAK,GAAQ;AAC3D,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,MACN,mBAAmB,CAACA,aAClB,eAAeA,UAAS;AAAA,QACtB;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,2BAA2B;AAAA,YACnC,EAAE,MAAM,qDAAqD;AAAA,YAC7D,EAAE,MAAM,qDAAqD;AAAA,YAC7D,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,kDAAkD;AAAA,YAC1D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,UACF;AAAA,QACF;AAAA,QACA;AAAA,UACE,aAAa;AAAA,UACb,OAAO;AAAA,YACL,EAAE,MAAM,wDAAwD;AAAA,YAChE;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,kDAAkD;AAAA,YAC1D,EAAE,MAAM,qDAAqD;AAAA,YAC7D;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA;AAAA,cACE,MAAM;AAAA,YACR;AAAA,YACA,EAAE,MAAM,0CAA0C;AAAA,UACpD;AAAA,QACF;AAAA,MACF,CAAC;AAAA,IACL;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAOO,SAAS,oCACd,SAC4B;AAC5B,WAAS,sCAAsC,EAAE,KAAK,GAAQ;AAC5D,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAOO,SAAS,yCACd,SAC4B;AAC5B,WAAS,2CAA2C,EAAE,KAAK,GAAQ;AACjE,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAOO,SAAS,uBACd,SAC4B;AAC5B,WAAS,yBAAyB,EAAE,KAAK,GAAQ;AAC/C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WAAW;AAAA,MACX,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,QAAQ,kBAAkB,OAAO;AAAA,IACnC;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAOO,SAAS,sBACd,SAC4B;AAC5B,WAAS,wBAAwB,EAAE,KAAK,GAAQ;AAC9C,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WAAW;AAAA,MACX,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAQO,SAAS,8BACd,SAC4B;AAC5B,WAAS,gCAAgC,EAAE,KAAK,GAAQ;AACtD,UAAM,WAAW;AAAA,MACf,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,WACE;AAAA,MACF,aAAa;AAAA,MACb,kBAAkB;AAAA,QAChB,wBAAwB;AAAA,MAC1B;AAAA,MACA,KAAK,uCAAuC;AAAA,QAC1C,WAAW;AAAA,QACX,MAAM;AAAA,QACN;AAAA,MACF,CAAC;AAAA,MACD,MAAM;AAAA,IACR;AAEA,WAAO;AAAA,EACT;AAEA,SAAO;AACT;;;ACrgRO,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,mBAAgB;AAChB,EAAAA,UAAA,kBAAe;AACf,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,gBAAa;AACb,EAAAA,UAAA,gBAAa;AACb,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,kBAAe;AAEf,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,sBAAmB;AACnB,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,sBAAmB;AACnB,EAAAA,UAAA,4BAAyB;AACzB,EAAAA,UAAA,2BAAwB;AACxB,EAAAA,UAAA,gBAAa;AACb,EAAAA,UAAA,eAAY;AACZ,EAAAA,UAAA,cAAW;AACX,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,aAAU;AACV,EAAAA,UAAA,YAAS;AACT,EAAAA,UAAA,iBAAc;AACd,EAAAA,UAAA,WAAQ;AACR,EAAAA,UAAA,UAAO;AACP,EAAAA,UAAA,SAAM;AACN,EAAAA,UAAA,iBAAc;AACd,EAAAA,UAAA,sBAAmB;AACnB,EAAAA,UAAA,mBAAgB;AAxCN,SAAAA;AAAA,GAAA;AAwJL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,aAAU;AAEV,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,gBAAa;AARH,SAAAA;AAAA,GAAA;AA+CL,IAAK,+BAAL,kBAAKC,kCAAL;AAEL,EAAAA,8BAAA,YAAS;AAET,EAAAA,8BAAA,UAAO;AAEP,EAAAA,8BAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AA8BL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,UAAO;AAEP,EAAAA,gBAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAiGL,IAAK,SAAL,kBAAKC,YAAL;AAEL,EAAAA,QAAA,UAAO;AAEP,EAAAA,QAAA,WAAQ;AAER,EAAAA,QAAA,YAAS;AAET,EAAAA,QAAA,SAAM;AARI,SAAAA;AAAA,GAAA;AAqCL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,UAAO;AAEP,EAAAA,eAAA,UAAO;AAEP,EAAAA,eAAA,WAAQ;AAER,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,aAAU;AAVA,SAAAA;AAAA,GAAA;AAiCL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAmBL,IAAK,QAAL,kBAAKC,WAAL;AAEL,EAAAA,OAAA,WAAQ;AAER,EAAAA,OAAA,YAAS;AAET,EAAAA,OAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAYL,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,YAAS;AAET,EAAAA,sBAAA,UAAO;AAEP,EAAAA,sBAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAwCL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AAuHL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,aAAU;AAEV,EAAAA,YAAA,aAAU;AAEV,EAAAA,YAAA,UAAO;AAEP,EAAAA,YAAA,eAAY;AAEZ,EAAAA,YAAA,YAAS;AAET,EAAAA,YAAA,eAAY;AAEZ,EAAAA,YAAA,cAAW;AAEX,EAAAA,YAAA,YAAS;AAET,EAAAA,YAAA,WAAQ;AAER,EAAAA,YAAA,cAAW;AApBD,SAAAA;AAAA,GAAA;AAqCL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,UAAO;AAEP,EAAAA,aAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAUL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,UAAO;AAEP,EAAAA,MAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAUL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,WAAQ;AAER,EAAAA,qBAAA,YAAS;AAET,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,UAAO;AAVG,SAAAA;AAAA,GAAA;AAsFL,IAAK,UAAL,kBAAKC,aAAL;AACL,EAAAA,SAAA,YAAS;AACT,EAAAA,SAAA,aAAU;AAFA,SAAAA;AAAA,GAAA;AAsDL,IAAK,SAAL,kBAAKC,YAAL;AACL,EAAAA,QAAA,UAAO;AACP,EAAAA,QAAA,aAAU;AACV,EAAAA,QAAA,QAAK;AACL,EAAAA,QAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAyEL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,WAAQ;AAER,EAAAA,gBAAA,SAAM;AAEN,EAAAA,gBAAA,SAAM;AAEN,EAAAA,gBAAA,YAAS;AARC,SAAAA;AAAA,GAAA;AAqFL,IAAK,UAAL,kBAAKC,aAAL;AAEL,EAAAA,SAAA,aAAU;AAEV,EAAAA,SAAA,cAAW;AAEX,EAAAA,SAAA,YAAS;AAET,EAAAA,SAAA,aAAU;AARA,SAAAA;AAAA,GAAA;AAuCL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,aAAU;AAEV,EAAAA,UAAA,YAAS;AAET,EAAAA,UAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAYL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,kBAAe;AAEf,EAAAA,UAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAqCL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,UAAO;AAEP,EAAAA,gBAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAUL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AA2BL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AA6KL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,UAAO;AACP,EAAAA,gBAAA,YAAS;AACT,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,aAAU;AACV,EAAAA,gBAAA,YAAS;AACT,EAAAA,gBAAA,aAAU;AACV,EAAAA,gBAAA,UAAO;AACP,EAAAA,gBAAA,WAAQ;AACR,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,cAAW;AACX,EAAAA,gBAAA,mBAAgB;AAChB,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,eAAY;AACZ,EAAAA,gBAAA,iBAAc;AACd,EAAAA,gBAAA,YAAS;AAfC,SAAAA;AAAA,GAAA;AAsEL,IAAK,WAAL,kBAAKC,cAAL;AACL,EAAAA,UAAA,QAAK;AACL,EAAAA,UAAA,QAAK;AAFK,SAAAA;AAAA,GAAA;AA8EL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,WAAQ;AAER,EAAAA,UAAA,SAAM;AAEN,EAAAA,UAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AAYL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,YAAS;AAET,EAAAA,aAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAUL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAUL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;AAUL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,eAAY;AAEZ,EAAAA,MAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AAUL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,YAAS;AAET,EAAAA,WAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AAYL,IAAK,SAAL,kBAAKC,YAAL;AAEL,EAAAA,QAAA,aAAU;AAEV,EAAAA,QAAA,kBAAe;AAJL,SAAAA;AAAA,GAAA;AAUL,IAAK,UAAL,kBAAKC,aAAL;AACL,EAAAA,SAAA,aAAU;AACV,EAAAA,SAAA,WAAQ;AACR,EAAAA,SAAA,aAAU;AAHA,SAAAA;AAAA,GAAA;AAwPL,IAAK,uBAAL,kBAAKC,0BAAL;AAEL,EAAAA,sBAAA,WAAQ;AAER,EAAAA,sBAAA,SAAM;AAEN,EAAAA,sBAAA,UAAO;AANG,SAAAA;AAAA,GAAA;AAgBL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,SAAM;AAEN,EAAAA,WAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAyDL,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,SAAM;AAEN,EAAAA,mBAAA,YAAS;AAET,EAAAA,mBAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AAkEL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,gBAAa;AAFH,SAAAA;AAAA,GAAA;AAmHL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,UAAO;AAEP,EAAAA,qBAAA,aAAU;AAEV,EAAAA,qBAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAgBL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,iBAAc;AAEd,EAAAA,eAAA,kBAAe;AAEf,EAAAA,eAAA,SAAM;AAEN,EAAAA,eAAA,cAAW;AAEX,EAAAA,eAAA,eAAY;AAEZ,EAAAA,eAAA,YAAS;AAET,EAAAA,eAAA,iBAAc;AAEd,EAAAA,eAAA,kBAAe;AAlBL,SAAAA;AAAA,GAAA;AA6CL,IAAK,6BAAL,kBAAKC,gCAAL;AAEL,EAAAA,4BAAA,SAAM;AAEN,EAAAA,4BAAA,YAAS;AAET,EAAAA,4BAAA,YAAS;AANC,SAAAA;AAAA,GAAA;AAgBL,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,WAAQ;AAER,EAAAA,yBAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAaL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAET,EAAAA,cAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAwOL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AAsIL,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,kBAAe;AAEf,EAAAA,yBAAA,oBAAiB;AAJP,SAAAA;AAAA,GAAA;AA0GL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,iBAAc;AAEd,EAAAA,YAAA,eAAY;AAJF,SAAAA;AAAA,GAAA;AA8DL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,eAAY;AAEZ,EAAAA,oBAAA,kBAAe;AAEf,EAAAA,oBAAA,oBAAiB;AANP,SAAAA;AAAA,GAAA;AAuQL,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,cAAW;AAEX,EAAAA,6BAAA,kBAAe;AAEf,EAAAA,6BAAA,4BAAyB;AANf,SAAAA;AAAA,GAAA;AAgBL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,aAAU;AAEV,EAAAA,gBAAA,cAAW;AAEX,EAAAA,gBAAA,uBAAoB;AANV,SAAAA;AAAA,GAAA;AAgBL,IAAK,8BAAL,kBAAKC,iCAAL;AAEL,EAAAA,6BAAA,kBAAe;AAEf,EAAAA,6BAAA,iBAAc;AAEd,EAAAA,6BAAA,mBAAgB;AANN,SAAAA;AAAA,GAAA;AAgBL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,cAAW;AAEX,EAAAA,aAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AA2DL,IAAK,kBAAL,kBAAKC,qBAAL;AACL,EAAAA,iBAAA,iBAAc;AACd,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,OAAI;AACJ,EAAAA,iBAAA,SAAM;AACN,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,OAAI;AACJ,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,OAAI;AACJ,EAAAA,iBAAA,SAAM;AACN,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,UAAO;AACP,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,SAAM;AACN,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,QAAK;AACL,EAAAA,iBAAA,UAAO;AAtBG,SAAAA;AAAA,GAAA;AAgGL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,6BAA0B;AAE1B,EAAAA,YAAA,QAAK;AAEL,EAAAA,YAAA,QAAK;AANK,SAAAA;AAAA,GAAA;AAwSL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,iBAAc;AAEd,EAAAA,UAAA,oBAAiB;AAEjB,EAAAA,UAAA,kBAAe;AAEf,EAAAA,UAAA,qBAAkB;AAElB,EAAAA,UAAA,kBAAe;AAEf,EAAAA,UAAA,oBAAiB;AAEjB,EAAAA,UAAA,gBAAa;AAdH,SAAAA;AAAA,GAAA;AA2LL,IAAK,wBAAL,kBAAKC,2BAAL;AACL,EAAAA,uBAAA,eAAY;AACZ,EAAAA,uBAAA,SAAM;AACN,EAAAA,uBAAA,UAAO;AACP,EAAAA,uBAAA,WAAQ;AACR,EAAAA,uBAAA,UAAO;AALG,SAAAA;AAAA,GAAA;AAiDL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAET,EAAAA,cAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAyEL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,WAAQ;AAER,EAAAA,gBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAiCL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,YAAS;AAET,EAAAA,cAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AA8CL,IAAK,oBAAL,kBAAKC,uBAAL;AACL,EAAAA,mBAAA,eAAY;AACZ,EAAAA,mBAAA,SAAM;AACN,EAAAA,mBAAA,YAAS;AACT,EAAAA,mBAAA,eAAY;AACZ,EAAAA,mBAAA,mBAAgB;AAChB,EAAAA,mBAAA,iBAAc;AANJ,SAAAA;AAAA,GAAA;AAmBL,IAAK,SAAL,kBAAKC,YAAL;AAEL,EAAAA,QAAA,WAAQ;AAER,EAAAA,QAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAUL,IAAK,iBAAL,kBAAKC,oBAAL;AAEL,EAAAA,gBAAA,SAAM;AAEN,EAAAA,gBAAA,YAAS;AAJC,SAAAA;AAAA,GAAA;AAWL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAcL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,WAAQ;AAER,EAAAA,cAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAqEL,IAAK,UAAL,kBAAKC,aAAL;AAEL,EAAAA,SAAA,UAAO;AAEP,EAAAA,SAAA,aAAU;AAEV,EAAAA,SAAA,WAAQ;AANE,SAAAA;AAAA,GAAA;AAYL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,iBAAc;AAEd,EAAAA,uBAAA,kBAAe;AAEf,EAAAA,uBAAA,SAAM;AAEN,EAAAA,uBAAA,cAAW;AAEX,EAAAA,uBAAA,eAAY;AAEZ,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,iBAAc;AAEd,EAAAA,uBAAA,kBAAe;AAlBL,SAAAA;AAAA,GAAA;AAmCL,IAAK,yBAAL,kBAAKC,4BAAL;AAEL,EAAAA,wBAAA,WAAQ;AAER,EAAAA,wBAAA,cAAW;AAJD,SAAAA;AAAA,GAAA;AAwDL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,aAAU;AAEV,EAAAA,WAAA,WAAQ;AAER,EAAAA,WAAA,cAAW;AAEX,EAAAA,WAAA,wBAAqB;AAErB,EAAAA,WAAA,gCAA6B;AAdnB,SAAAA;AAAA,GAAA;AA6BL,IAAK,cAAL,kBAAKC,iBAAL;AAEL,EAAAA,aAAA,YAAS;AAET,EAAAA,aAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AA8BL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,oBAAiB;AAEjB,EAAAA,oBAAA,WAAQ;AAER,EAAAA,oBAAA,kBAAe;AAEf,EAAAA,oBAAA,6BAA0B;AAE1B,EAAAA,oBAAA,wBAAqB;AAErB,EAAAA,oBAAA,oBAAiB;AAEjB,EAAAA,oBAAA,mBAAgB;AAEhB,EAAAA,oBAAA,mCAAgC;AAEhC,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,mBAAgB;AAEhB,EAAAA,oBAAA,mBAAgB;AAEhB,EAAAA,oBAAA,mBAAgB;AAEhB,EAAAA,oBAAA,eAAY;AAEZ,EAAAA,oBAAA,cAAW;AAEX,EAAAA,oBAAA,sBAAmB;AAEnB,EAAAA,oBAAA,WAAQ;AAER,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,iBAAc;AAEd,EAAAA,oBAAA,YAAS;AAET,EAAAA,oBAAA,aAAU;AAEV,EAAAA,oBAAA,eAAY;AAEZ,EAAAA,oBAAA,qBAAkB;AA9CR,SAAAA;AAAA,GAAA;AA6EL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,WAAQ;AAER,EAAAA,YAAA,YAAS;AAET,EAAAA,YAAA,WAAQ;AAER,EAAAA,YAAA,iBAAc;AARJ,SAAAA;AAAA,GAAA;AAiIL,IAAK,iBAAL,kBAAKC,oBAAL;AACL,EAAAA,gBAAA,6BAA0B;AAE1B,EAAAA,gBAAA,QAAK;AAEL,EAAAA,gBAAA,QAAK;AAEL,EAAAA,gBAAA,OAAI;AAEJ,EAAAA,gBAAA,QAAK;AAEL,EAAAA,gBAAA,QAAK;AAEL,EAAAA,gBAAA,QAAK;AAbK,SAAAA;AAAA,GAAA;AA+BL,IAAK,eAAL,kBAAKC,kBAAL;AAEL,EAAAA,cAAA,kBAAe;AAFL,SAAAA;AAAA,GAAA;AA6IL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,aAAU;AAEV,EAAAA,MAAA,eAAY;AAEZ,EAAAA,MAAA,aAAU;AAEV,EAAAA,MAAA,YAAS;AAET,EAAAA,MAAA,eAAY;AAEZ,EAAAA,MAAA,qBAAkB;AAZR,SAAAA;AAAA,GAAA;AA+IL,IAAK,QAAL,kBAAKC,WAAL;AAEL,EAAAA,OAAA,aAAU;AAEV,EAAAA,OAAA,SAAM;AAEN,EAAAA,OAAA,QAAK;AANK,SAAAA;AAAA,GAAA;AAgFL,IAAK,sBAAL,kBAAKC,yBAAL;AACL,EAAAA,qBAAA,aAAU;AACV,EAAAA,qBAAA,uBAAoB;AACpB,EAAAA,qBAAA,YAAS;AACT,EAAAA,qBAAA,cAAW;AACX,EAAAA,qBAAA,SAAM;AALI,SAAAA;AAAA,GAAA;AAmNL,IAAK,iCAAL,kBAAKC,oCAAL;AAEL,EAAAA,gCAAA,SAAM;AAEN,EAAAA,gCAAA,cAAW;AAEX,EAAAA,gCAAA,kBAAe;AAKf,EAAAA,gCAAA,mBAAgB;AAEhB,EAAAA,gCAAA,uBAAoB;AAEpB,EAAAA,gCAAA,oCAAiC;AAEjC,EAAAA,gCAAA,8BAA2B;AAE3B,EAAAA,gCAAA,sBAAmB;AAEnB,EAAAA,gCAAA,kCAA+B;AAE/B,EAAAA,gCAAA,iCAA8B;AAE9B,EAAAA,gCAAA,sBAAmB;AAEnB,EAAAA,gCAAA,iBAAc;AAEd,EAAAA,gCAAA,4BAAyB;AAEzB,EAAAA,gCAAA,yBAAsB;AAEtB,EAAAA,gCAAA,8BAA2B;AAE3B,EAAAA,gCAAA,eAAY;AAWZ,EAAAA,gCAAA,sCAAmC;AAKnC,EAAAA,gCAAA,mCAAgC;AAQhC,EAAAA,gCAAA,mBAAgB;AA3DN,SAAAA;AAAA,GAAA;AA8QL,IAAK,YAAL,kBAAKC,eAAL;AAEL,EAAAA,WAAA,SAAM;AAEN,EAAAA,WAAA,UAAO;AAJG,SAAAA;AAAA,GAAA;AAwDL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,WAAQ;AAER,EAAAA,UAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AAUL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,UAAO;AAEP,EAAAA,eAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAUL,IAAK,gBAAL,kBAAKC,mBAAL;AAEL,EAAAA,eAAA,aAAU;AAEV,EAAAA,eAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAkBL,IAAK,aAAL,kBAAKC,gBAAL;AAEL,EAAAA,YAAA,oBAAiB;AAEjB,EAAAA,YAAA,SAAM;AAEN,EAAAA,YAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AAmCL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,oBAAiB;AARP,SAAAA;AAAA,GAAA;AAqCL,IAAK,WAAL,kBAAKC,cAAL;AAEL,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,WAAQ;AAER,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,SAAM;AAEN,EAAAA,UAAA,UAAO;AAEP,EAAAA,UAAA,YAAS;AAET,EAAAA,UAAA,YAAS;AAdC,SAAAA;AAAA,GAAA;AA+DL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,WAAQ;AAER,EAAAA,iBAAA,WAAQ;AAER,EAAAA,iBAAA,YAAS;AAET,EAAAA,iBAAA,oBAAiB;AAEjB,EAAAA,iBAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AAkDL,IAAK,OAAL,kBAAKC,UAAL;AAEL,EAAAA,MAAA,QAAK;AAEL,EAAAA,MAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AA0BL,IAAK,kBAAL,kBAAKC,qBAAL;AAEL,EAAAA,iBAAA,SAAM;AAEN,EAAAA,iBAAA,cAAW;AAEX,EAAAA,iBAAA,kBAAe;AAKf,EAAAA,iBAAA,mBAAgB;AAEhB,EAAAA,iBAAA,uBAAoB;AAEpB,EAAAA,iBAAA,oCAAiC;AAEjC,EAAAA,iBAAA,8BAA2B;AAE3B,EAAAA,iBAAA,sBAAmB;AAEnB,EAAAA,iBAAA,kCAA+B;AAE/B,EAAAA,iBAAA,iCAA8B;AAE9B,EAAAA,iBAAA,sBAAmB;AAEnB,EAAAA,iBAAA,iBAAc;AAEd,EAAAA,iBAAA,4BAAyB;AAEzB,EAAAA,iBAAA,yBAAsB;AAEtB,EAAAA,iBAAA,8BAA2B;AAE3B,EAAAA,iBAAA,eAAY;AAWZ,EAAAA,iBAAA,sCAAmC;AAKnC,EAAAA,iBAAA,mCAAgC;AAKhC,EAAAA,iBAAA,uBAAoB;AAQpB,EAAAA,iBAAA,mBAAgB;AAhEN,SAAAA;AAAA,GAAA;AAogBL,IAAK,kBAAL,kBAAKC,qBAAL;AACL,EAAAA,iBAAA,SAAM;AACN,EAAAA,iBAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AA6DL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AAaL,IAAK,gCAAL,kBAAKC,mCAAL;AAEL,EAAAA,+BAAA,UAAO;AAEP,EAAAA,+BAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAaL,IAAK,gCAAL,kBAAKC,mCAAL;AAEL,EAAAA,+BAAA,aAAU;AAEV,EAAAA,+BAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAqBL,IAAK,mBAAL,kBAAKC,sBAAL;AAEL,EAAAA,kBAAA,oBAAiB;AAEjB,EAAAA,kBAAA,SAAM;AAEN,EAAAA,kBAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AA4CL,IAAK,yCAAL,kBAAKC,4CAAL;AAEL,EAAAA,wCAAA,WAAQ;AAER,EAAAA,wCAAA,WAAQ;AAER,EAAAA,wCAAA,YAAS;AAET,EAAAA,wCAAA,oBAAiB;AARP,SAAAA;AAAA,GAAA;AAqCL,IAAK,mCAAL,kBAAKC,sCAAL;AACL,EAAAA,kCAAA,UAAO;AACP,EAAAA,kCAAA,WAAQ;AACR,EAAAA,kCAAA,UAAO;AACP,EAAAA,kCAAA,SAAM;AACN,EAAAA,kCAAA,UAAO;AACP,EAAAA,kCAAA,YAAS;AACT,EAAAA,kCAAA,YAAS;AAPC,SAAAA;AAAA,GAAA;AAyDL,IAAK,wBAAL,kBAAKC,2BAAL;AAEL,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,WAAQ;AAER,EAAAA,uBAAA,YAAS;AAET,EAAAA,uBAAA,oBAAiB;AAEjB,EAAAA,uBAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AAuEL,IAAK,oBAAL,kBAAKC,uBAAL;AAEL,EAAAA,mBAAA,QAAK;AAEL,EAAAA,mBAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AA2FL,IAAK,6BAAL,kBAAKC,gCAAL;AACL,EAAAA,4BAAA,cAAW;AAEX,EAAAA,4BAAA,mBAAgB;AAChB,EAAAA,4BAAA,8BAA2B;AAC3B,EAAAA,4BAAA,iCAA8B;AAC9B,EAAAA,4BAAA,eAAY;AANF,SAAAA;AAAA,GAAA;AA4bL,IAAK,mBAAL,kBAAKC,sBAAL;AAKL,EAAAA,kBAAA,iBAAc;AAKd,EAAAA,kBAAA,wBAAqB;AAKrB,EAAAA,kBAAA,0BAAuB;AAfb,SAAAA;AAAA,GAAA;AAsOL,IAAK,qBAAL,kBAAKC,wBAAL;AAEL,EAAAA,oBAAA,kBAAe;AAEf,EAAAA,oBAAA,cAAW;AAEX,EAAAA,oBAAA,cAAW;AAND,SAAAA;AAAA,GAAA;AAmGL,IAAK,YAAL,kBAAKC,eAAL;AACL,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,aAAU;AACV,EAAAA,WAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAy0BL,IAAK,0BAAL,kBAAKC,6BAAL;AAEL,EAAAA,yBAAA,QAAK;AAEL,EAAAA,yBAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAmML,IAAK,qBAAL,kBAAKC,wBAAL;AACL,EAAAA,oBAAA,SAAM;AACN,EAAAA,oBAAA,UAAO;AAFG,SAAAA;AAAA,GAAA;AAyDL,IAAK,sCAAL,kBAAKC,yCAAL;AAEL,EAAAA,qCAAA,WAAQ;AAER,EAAAA,qCAAA,WAAQ;AAJE,SAAAA;AAAA,GAAA;AAaL,IAAK,2CAAL,kBAAKC,8CAAL;AAEL,EAAAA,0CAAA,UAAO;AAEP,EAAAA,0CAAA,SAAM;AAJI,SAAAA;AAAA,GAAA;AAaL,IAAK,2CAAL,kBAAKC,8CAAL;AAEL,EAAAA,0CAAA,aAAU;AAEV,EAAAA,0CAAA,aAAU;AAJA,SAAAA;AAAA,GAAA;AAqBL,IAAK,sBAAL,kBAAKC,yBAAL;AAEL,EAAAA,qBAAA,oBAAiB;AAEjB,EAAAA,qBAAA,SAAM;AAEN,EAAAA,qBAAA,SAAM;AANI,SAAAA;AAAA,GAAA;AA4CL,IAAK,oDAAL,kBAAKC,uDAAL;AAEL,EAAAA,mDAAA,WAAQ;AAER,EAAAA,mDAAA,WAAQ;AAER,EAAAA,mDAAA,YAAS;AAET,EAAAA,mDAAA,oBAAiB;AARP,SAAAA;AAAA,GAAA;AAqCL,IAAK,8CAAL,kBAAKC,iDAAL;AAEL,EAAAA,6CAAA,UAAO;AAEP,EAAAA,6CAAA,WAAQ;AAER,EAAAA,6CAAA,UAAO;AAEP,EAAAA,6CAAA,SAAM;AAEN,EAAAA,6CAAA,UAAO;AAEP,EAAAA,6CAAA,YAAS;AAET,EAAAA,6CAAA,YAAS;AAdC,SAAAA;AAAA,GAAA;AAgEL,IAAK,2BAAL,kBAAKC,8BAAL;AAEL,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,WAAQ;AAER,EAAAA,0BAAA,YAAS;AAET,EAAAA,0BAAA,oBAAiB;AAEjB,EAAAA,0BAAA,YAAS;AAVC,SAAAA;AAAA,GAAA;AAkcL,IAAK,2DAAL,kBAAKC,8DAAL;AAKL,EAAAA,0DAAA,iBAAc;AAKd,EAAAA,0DAAA,wBAAqB;AAKrB,EAAAA,0DAAA,0BAAuB;AAfb,SAAAA;AAAA,GAAA;;;ACrjSL,SAASC,iBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,cAAc,OAAO;AAE3D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,8BAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,2BAA2B,OAAO;AAExE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,EAAE,SAAS,EAAE,IAAI,aAAa,EAAE;AAEhD,QAAM,oBACgC,cAAc,OAAO;AAE3D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,8BAOd;AACA,QAAM,UAAU,EAAE,SAAS,EAAE,IAAI,aAAa,EAAE;AAEhD,QAAM,oBACgC,2BAA2B,OAAO;AAExE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,sBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,mBAAmB,OAAO;AAEhE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,mCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,sBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,mBAAmB,OAAO;AAEhE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,mCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,8BAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,2BAA2B,OAAO;AAExE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,EAAE,WAAW,aAAa;AAE1C,QAAM,oBACgC,cAAc,OAAO;AAE3D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,sBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,mBAAmB,OAAO;AAEhE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,8BAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,2BAA2B,OAAO;AAExE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,cAOd;AACA,QAAM,UAAU,EAAE,WAAW,aAAa;AAE1C,QAAM,oBACgC,WAAW,OAAO;AAExD,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,WAAW,YAAY;AAAA,IACrC,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,oBAOd;AACA,QAAM,UAAU,EAAE,MAAM,QAAQ;AAEhC,QAAM,oBACgC,iBAAiB,OAAO;AAE9D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,EAAE,MAAM,OAAO;AAAA,IAC3B,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,kBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,eAAe,OAAO;AAE5D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,cAAc,OAAO;AAE3D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,cAAc,OAAO;AAE3D,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,qCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,qCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,yCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,8BAA8B,OAAO;AAE3E,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,8CAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,sCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,uCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,4CAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC;AAAA,IAClC;AAAA,EACF;AAEF,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,0BAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,uBAAuB,OAAO;AAEpE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,yBAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,sBAAsB,OAAO;AAEnE,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;AAEO,SAASC,iCAOd;AACA,QAAM,UAAU,CAAC;AAEjB,QAAM,oBACgC,8BAA8B,OAAO;AAE3E,QAAM,SAAS,CAAC,YAAyB;AACvC,UAAM,EAAE,IAAI,IAAI,kBAAkB,OAAO;AACzC,WAAO;AAAA,EACT;AAEA,SAAO;AAAA,IACL;AAAA,IACA,YAAY;AAAA,IACZ,MAAM;AAAA,IACN,YAAY,CAAC;AAAA,IACb,eAAe;AAAA,IACf,uBAAuB;AAAA,IACvB,gBAAgB;AAAA,IAChB,wBAAwB;AAAA,EAC1B;AACF;","names":["payload","NodeType","WidthType","PluginContainerDataAlignment","ButtonDataType","Target","TextAlignment","LineStyle","Width","DividerDataAlignment","ViewMode","LayoutType","Orientation","Crop","ThumbnailsAlignment","GIFType","Source","StylesPosition","MapType","ViewRole","VoteRole","PollLayoutType","PollLayoutDirection","PollDesignBackgroundType","DecorationType","FontType","Position","AspectRatio","Resizing","Placement","Type","Alignment","Layout","AppType","InitialExpandedItems","Direction","VerticalAlignment","NullValue","ImageScalingScaling","ImagePosition","VerticalAlignmentAlignment","ResponsivenessBehaviour","DesignTarget","MediaType","ProductOptionRenderType","ChoiceType","ModifierRenderType","InventoryAvailabilityStatus","PreorderStatus","ProductPreorderAvailability","ProductType","MeasurementUnit","WeightUnit","FileType","SubscriptionFrequency","DiscountType","BackgroundType","GradientType","SketchDataVariant","Origin","BannerPosition","LayoutDataBackgroundType","BackdropType","Scaling","ImagePositionPosition","CardDataBackgroundType","ListStyle","Indentation","SmartBlockDataType","ColumnSize","DimensionsUnit","UserCriteria","Enum","State","WebhookIdentityType","SingleEntityOpsRequestedFields","SortOrder","SortType","SortDirection","MissingValues","ScalarType","NestedAggregationType","Interval","AggregationType","Mode","RequestedFields","CommonSortOrder","ValueAggregationSortType","ValueAggregationSortDirection","ValueAggregationMissingValues","CommonScalarType","NestedAggregationNestedAggregationType","DateHistogramAggregationInterval","CommonAggregationType","SearchDetailsMode","VariantsOpsRequestedFields","RoundingStrategy","AvailabilityStatus","EventType","CommonSearchDetailsMode","WixCommonSortOrder","AggregationValueAggregationSortType","AggregationValueAggregationSortDirection","AggregationValueAggregationMissingValues","WixCommonScalarType","AggregationNestedAggregationNestedAggregationType","AggregationDateHistogramAggregationInterval","WixCommonAggregationType","BulkAdjustProductVariantsByFilterRequestRoundingStrategy","createProduct","createProductWithInventory","updateProduct","updateProductWithInventory","bulkCreateProducts","bulkCreateProductsWithInventory","bulkUpdateProducts","bulkUpdateProductsWithInventory","bulkUpdateProductsByFilter","deleteProduct","bulkDeleteProducts","bulkDeleteProductsByFilter","getProduct","getProductBySlug","searchProducts","queryProducts","countProducts","bulkUpdateProductVariantsByFilter","bulkAdjustProductVariantsByFilter","bulkAddInfoSectionsToProductsByFilter","bulkAddInfoSectionsToProducts","bulkRemoveInfoSectionsFromProductsByFilter","bulkRemoveInfoSectionsFromProducts","bulkAddProductsToCategoriesByFilter","bulkRemoveProductsFromCategoriesByFilter","getAllProductsCategory","bulkUpdateProductTags","bulkUpdateProductTagsByFilter"]}