@teemill/gfn-catalog 3.9.3 → 3.9.6

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.
@@ -1,16 +1,17 @@
1
1
  # VariantStock
2
2
 
3
+ Stock information for a specific variant, including per-location breakdown.
3
4
 
4
5
  ## Properties
5
6
 
6
7
  Name | Type | Description | Notes
7
8
  ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | Unique object identifier | [optional] [default to undefined]
9
+ **id** | **string** | The unique identifier of the variant. | [optional] [default to undefined]
9
10
  **name** | **string** | The product name of the variant stock | [optional] [default to undefined]
10
- **sku** | **string** | | [optional] [default to undefined]
11
- **ref** | **string** | A reference to the resource location | [optional] [default to undefined]
12
- **productRef** | **string** | A reference to the resource location | [optional] [default to undefined]
13
- **stock** | [**Stock**](Stock.md) | | [optional] [default to undefined]
11
+ **sku** | **string** | A unique identifier for a specific variant (product + colour + size). | [optional] [default to undefined]
12
+ **ref** | **string** | A URI reference to this variant resource. | [optional] [default to undefined]
13
+ **productRef** | **string** | A URI reference to the product this variant belongs to. | [optional] [default to undefined]
14
+ **stock** | [**Stock**](Stock.md) | The stock levels for this variant. | [optional] [default to undefined]
14
15
 
15
16
  ## Example
16
17
 
package/index.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * GFN Catalog
5
5
  * Use this API to access the Global Fulfillment Network, which contains all the warehouse products and variants available to a given project. Warehouse products represent the base products that can be printed on. Products are the top level items, and variants are the different options available for each product. For example, a product might be a T-shirt, and each variant represents a different size and colour combination of that T-shirt. Use references to these warehouse products to create new product listings on your project via the Product Catalog API. Use the variant information to decide which options you would like to offer on each product listing.
6
6
  *
7
- * The version of the OpenAPI document: 3.9.3
7
+ * The version of the OpenAPI document: 3.9.6
8
8
  *
9
9
  *
10
10
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teemill/gfn-catalog",
3
- "version": "3.9.3",
3
+ "version": "3.9.6",
4
4
  "description": "OpenAPI client for @teemill/gfn-catalog",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "prepare": "npm run build"
25
25
  },
26
26
  "dependencies": {
27
- "axios": "1.13.5"
27
+ "axios": "^1.16.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "12.11.5 - 12.20.42",