@streamscloud/streams-api-client 3.4.0 → 3.4.1

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.
@@ -149,7 +149,7 @@ export type Ad = {
149
149
  price?: number;
150
150
  priceInfo?: string;
151
151
  currency?: Currency;
152
- ctaButton: CtaButton;
152
+ ctaButton?: CtaButton;
153
153
  type: AdType;
154
154
  media: Media[];
155
155
  };
@@ -251,7 +251,7 @@ export declare enum ProfileType {
251
251
  }
252
252
  export type Product = {
253
253
  id: string;
254
- link: string;
254
+ link?: string;
255
255
  media: Media[];
256
256
  priceAndAvailability: PriceAndAvailability;
257
257
  shortDescription?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/streams-api-client",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",