@tivio/sdk-react 10.2.0 → 10.2.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.
@@ -1514,7 +1514,8 @@ export declare enum CustomerId {
1514
1514
  JANA_HANZ = "JANA_HANZ",
1515
1515
  MYSTICO = "MYSTICO",
1516
1516
  MORAVEC = "MORAVEC",
1517
- JAN_TUNA = "JAN_TUNA"
1517
+ JAN_TUNA = "JAN_TUNA",
1518
+ PODNIKATELSKY_MINDSET = "PODNIKATELSKY_MINDSET"
1518
1519
  }
1519
1520
 
1520
1521
  /**
@@ -9503,6 +9504,11 @@ export declare interface VoucherInfoBasePublic {
9503
9504
  isExpired: boolean;
9504
9505
  status: VoucherInfoPublicStatus;
9505
9506
  fullDiscount?: boolean;
9507
+ /**
9508
+ * Video the voucher relates to, when the voucher document references one
9509
+ * (`videoRef`). Present for both subscription and transaction vouchers.
9510
+ */
9511
+ videoId?: string;
9506
9512
  }
9507
9513
 
9508
9514
  export declare type VoucherInfoPublic = VoucherInfoSubscriptionPublic | VoucherInfoTransactionPublic;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tivio/sdk-react",
3
- "version": "10.2.0",
3
+ "version": "10.2.1",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "source": "src/index.ts",
@@ -41,7 +41,7 @@
41
41
  "@material-ui/core": "^4.11.2",
42
42
  "@material-ui/icons": "^4.11.2",
43
43
  "@sentry/browser": "^6.1.0",
44
- "@tivio/common": "1.1.136",
44
+ "@tivio/common": "1.1.138",
45
45
  "dayjs": "^1.11.0",
46
46
  "es7-object-polyfill": "^1.0.1",
47
47
  "firebase": "8.10.1",