@teemill/product-catalog 1.6.2 → 1.6.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.
Files changed (73) hide show
  1. package/.openapi-generator/FILES +1 -0
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +5 -4
  4. package/dist/apis/ProductsApi.d.ts +11 -25
  5. package/dist/apis/ProductsApi.js +10 -75
  6. package/dist/apis/VariantsApi.d.ts +6 -6
  7. package/dist/apis/VariantsApi.js +6 -6
  8. package/dist/models/ApiError.d.ts +2 -2
  9. package/dist/models/ApiError.js +2 -2
  10. package/dist/models/Attribute.d.ts +2 -2
  11. package/dist/models/Attribute.js +2 -2
  12. package/dist/models/AttributeThumbnail.d.ts +3 -3
  13. package/dist/models/AttributeThumbnail.js +2 -2
  14. package/dist/models/CreateProductRequest.d.ts +7 -7
  15. package/dist/models/CreateProductRequest.js +2 -2
  16. package/dist/models/CreateProductRequestVariantsInner.d.ts +10 -10
  17. package/dist/models/CreateProductRequestVariantsInner.js +9 -7
  18. package/dist/models/CreateProductRequestVariantsInnerApplicationsInner.d.ts +12 -8
  19. package/dist/models/CreateProductRequestVariantsInnerApplicationsInner.js +14 -8
  20. package/dist/models/CreateProductRequestVariantsInnerAttributesInner.d.ts +4 -4
  21. package/dist/models/CreateProductRequestVariantsInnerAttributesInner.js +6 -5
  22. package/dist/models/CreateProductRequestVariantsInnerImagesInner.d.ts +3 -3
  23. package/dist/models/CreateProductRequestVariantsInnerImagesInner.js +2 -2
  24. package/dist/models/CreateProductRequestVariantsInnerRetailPrice.d.ts +37 -0
  25. package/dist/models/CreateProductRequestVariantsInnerRetailPrice.js +53 -0
  26. package/dist/models/Image.d.ts +2 -2
  27. package/dist/models/Image.js +2 -2
  28. package/dist/models/ImportProducts200Response.d.ts +2 -2
  29. package/dist/models/ImportProducts200Response.js +2 -2
  30. package/dist/models/Price.d.ts +2 -2
  31. package/dist/models/Price.js +2 -2
  32. package/dist/models/Product.d.ts +3 -3
  33. package/dist/models/Product.js +2 -2
  34. package/dist/models/ProductAdditionalFilesInner.d.ts +3 -3
  35. package/dist/models/ProductAdditionalFilesInner.js +2 -2
  36. package/dist/models/ProductsResponse.d.ts +2 -2
  37. package/dist/models/ProductsResponse.js +2 -2
  38. package/dist/models/Stock.d.ts +2 -2
  39. package/dist/models/Stock.js +2 -2
  40. package/dist/models/Variant.d.ts +2 -2
  41. package/dist/models/Variant.js +2 -2
  42. package/dist/models/VariantProduct.d.ts +2 -2
  43. package/dist/models/VariantProduct.js +2 -2
  44. package/dist/models/VariantsResponse.d.ts +2 -2
  45. package/dist/models/VariantsResponse.js +2 -2
  46. package/dist/models/index.d.ts +1 -0
  47. package/dist/models/index.js +1 -0
  48. package/dist/runtime.d.ts +2 -2
  49. package/dist/runtime.js +2 -2
  50. package/package.json +1 -1
  51. package/src/apis/ProductsApi.ts +10 -77
  52. package/src/apis/VariantsApi.ts +6 -6
  53. package/src/models/ApiError.ts +2 -2
  54. package/src/models/Attribute.ts +2 -2
  55. package/src/models/AttributeThumbnail.ts +3 -3
  56. package/src/models/CreateProductRequest.ts +7 -7
  57. package/src/models/CreateProductRequestVariantsInner.ts +20 -18
  58. package/src/models/CreateProductRequestVariantsInnerApplicationsInner.ts +20 -13
  59. package/src/models/CreateProductRequestVariantsInnerAttributesInner.ts +8 -6
  60. package/src/models/CreateProductRequestVariantsInnerImagesInner.ts +3 -3
  61. package/src/models/CreateProductRequestVariantsInnerRetailPrice.ts +75 -0
  62. package/src/models/Image.ts +2 -2
  63. package/src/models/ImportProducts200Response.ts +2 -2
  64. package/src/models/Price.ts +2 -2
  65. package/src/models/Product.ts +3 -3
  66. package/src/models/ProductAdditionalFilesInner.ts +3 -3
  67. package/src/models/ProductsResponse.ts +2 -2
  68. package/src/models/Stock.ts +2 -2
  69. package/src/models/Variant.ts +2 -2
  70. package/src/models/VariantProduct.ts +2 -2
  71. package/src/models/VariantsResponse.ts +2 -2
  72. package/src/models/index.ts +1 -0
  73. package/src/runtime.ts +2 -2
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -105,7 +105,7 @@ export interface Product {
105
105
  */
106
106
  variants?: Array<Variant>;
107
107
  /**
108
- * Additional files
108
+ * Additional files attached to the product.
109
109
  * @type {Array<ProductAdditionalFilesInner>}
110
110
  * @memberof Product
111
111
  */
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -26,7 +26,7 @@ export interface ProductAdditionalFilesInner {
26
26
  */
27
27
  id?: string;
28
28
  /**
29
- * File url
29
+ * File URL
30
30
  * @type {string}
31
31
  * @memberof ProductAdditionalFilesInner
32
32
  */
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -8,6 +8,7 @@ export * from './CreateProductRequestVariantsInner';
8
8
  export * from './CreateProductRequestVariantsInnerApplicationsInner';
9
9
  export * from './CreateProductRequestVariantsInnerAttributesInner';
10
10
  export * from './CreateProductRequestVariantsInnerImagesInner';
11
+ export * from './CreateProductRequestVariantsInnerRetailPrice';
11
12
  export * from './Image';
12
13
  export * from './ImportProducts200Response';
13
14
  export * from './Price';
package/src/runtime.ts CHANGED
@@ -2,9 +2,9 @@
2
2
  /* eslint-disable */
3
3
  /**
4
4
  * Product Catalog API
5
- * Manage Product Catalog For full documentation on functionality and account settings go to [teemill.com](https://teemill.com)
5
+ * Manage Product Catalog A catalog product is an object that represents a product listing that can be purchased from the given project. It contains a combination of design applications and a warehouse product, plus listing information such as title, description and tags.
6
6
  *
7
- * The version of the OpenAPI document: 1.6.2
7
+ * The version of the OpenAPI document: 1.6.4
8
8
  * Contact: hello@teemill.com
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).