@wix/auto_sdk_stores_catalog-imports-v-3 1.0.2 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3225,7 +3225,7 @@ type SubmitCatalogImportApplicationErrors = {
3225
3225
  *
3226
3226
  * Returns `catalogImport.id` that can be used in subsequent AddProductsToImport and SubmitCatalogImport calls.
3227
3227
  * @param catalogImport - CatalogImport to be created.
3228
- * @internal
3228
+ * @public
3229
3229
  * @documentationMaturity preview
3230
3230
  * @requiredField catalogImport
3231
3231
  * @permissionId stores:catalog:v3:catalog_import:create_catalog_import
@@ -3246,7 +3246,7 @@ declare function createCatalogImport(catalogImport: CatalogImport): Promise<Cata
3246
3246
  * > + Pass `category_ids` to update categories assignments, overwrites existing assignments
3247
3247
  * @param catalogImportId - Catalog Import ID.
3248
3248
  * @param products - List of product items to add to the import session.
3249
- * @internal
3249
+ * @public
3250
3250
  * @documentationMaturity preview
3251
3251
  * @requiredField catalogImportId
3252
3252
  * @requiredField products
@@ -3260,7 +3260,7 @@ declare function addProductsToImport(catalogImportId: string, products: NonNulla
3260
3260
  * Submits all products in the catalog import for processing.
3261
3261
  * Once called, no more items can be added to this import session.
3262
3262
  * @param catalogImportId - Catalog Import ID.
3263
- * @internal
3263
+ * @public
3264
3264
  * @documentationMaturity preview
3265
3265
  * @requiredField catalogImportId
3266
3266
  * @permissionId stores:catalog:v3:catalog_import:submit_catalog_import