@mediahub-bg/ott-objects 0.5.56 → 0.5.58

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 (2) hide show
  1. package/package.json +1 -1
  2. package/web/types.ts +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediahub-bg/ott-objects",
3
- "version": "0.5.56",
3
+ "version": "0.5.58",
4
4
  "types": "web/types.d.ts",
5
5
  "files": [
6
6
  "web"
package/web/types.ts CHANGED
@@ -286,6 +286,10 @@ export interface CustomerInfo extends CustomBillingFields {
286
286
  sameAddress?: boolean;
287
287
  billingAddress?: InClientAddress;
288
288
  subscription?: CustomerInfoSub;
289
+ /**
290
+ * PlayTV billing stupidity, this field should NOT be here
291
+ */
292
+ automaticPayment?: boolean;
289
293
  }
290
294
  export interface InAddon {
291
295
  id: string;