@swishapp/api-client 0.28.0 → 0.29.0

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.
@@ -317,6 +317,10 @@ export type ProductVariantDto = {
317
317
  * The product variant’s title
318
318
  */
319
319
  title: string;
320
+ /**
321
+ * Whether the product variant is available for sale
322
+ */
323
+ availableForSale: boolean;
320
324
  /**
321
325
  * The image of the variant
322
326
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swishapp/api-client",
3
- "version": "0.28.0",
3
+ "version": "0.29.0",
4
4
  "description": "A lightweight JS client for the Swish REST API.",
5
5
  "homepage": "https://developers.swish.app/libraries/api-client",
6
6
  "type": "module",