@sokol111/ecommerce-catalog-service-api 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/api.d.ts CHANGED
@@ -9,7 +9,7 @@ This service combines:
9
9
  - **Categories** - Product categories with attribute assignments
10
10
  - **Products** - Products with attribute values
11
11
 
12
- * OpenAPI spec version: 1.0.13
12
+ * OpenAPI spec version: 1.0.14
13
13
  */
14
14
  import type { AttributeListResponse, AttributeResponse, CategoryListResponse, CategoryResponse, CreateAttributeRequest, CreateCategoryRequest, CreateProductRequest, GetAttributeListParams, GetCategoryListParams, GetProductListParams, Problem, ProductListResponse, ProductResponse, UpdateAttributeRequest, UpdateCategoryRequest, UpdateProductRequest } from './api.schemas';
15
15
  /**
@@ -9,7 +9,7 @@ This service combines:
9
9
  - **Categories** - Product categories with attribute assignments
10
10
  - **Products** - Products with attribute values
11
11
 
12
- * OpenAPI spec version: 1.0.13
12
+ * OpenAPI spec version: 1.0.14
13
13
  */
14
14
  export type GetAttributeListParams = {
15
15
  /**
@@ -357,8 +357,6 @@ export interface CategoryAttributeInput {
357
357
  - specification: Describes the product (processor, screen) - shown in specs
358
358
  */
359
359
  role: CategoryAttributeInputRole;
360
- /** Whether products must have this attribute */
361
- required?: boolean;
362
360
  /**
363
361
  * @minimum 0
364
362
  * @maximum 10000
@@ -380,7 +378,6 @@ export declare const CategoryAttributeRole: {
380
378
  export interface CategoryAttribute {
381
379
  attributeId: string;
382
380
  role: CategoryAttributeRole;
383
- required: boolean;
384
381
  sortOrder: number;
385
382
  filterable: boolean;
386
383
  searchable: boolean;
@@ -9,7 +9,7 @@ This service combines:
9
9
  - **Categories** - Product categories with attribute assignments
10
10
  - **Products** - Products with attribute values
11
11
 
12
- * OpenAPI spec version: 1.0.13
12
+ * OpenAPI spec version: 1.0.14
13
13
  */
14
14
  // eslint-disable-next-line @typescript-eslint/no-redeclare
15
15
  export const GetAttributeListType = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sokol111/ecommerce-catalog-service-api",
3
3
  "description": "Generated TypeScript Fetch client from OpenAPI for ecommerce-catalog-service-api",
4
- "version": "1.0.13",
4
+ "version": "1.0.14",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "module": "dist/index.js",