adamo-types 1.1.166 → 1.1.167

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.
@@ -14,7 +14,6 @@ export declare class PortInOperator {
14
14
  }
15
15
  export declare class TVBundle {
16
16
  displayName: string;
17
- displayNameB2B: string;
18
17
  }
19
18
  export declare class ContractPrice {
20
19
  promoFirstMonth: number;
@@ -10,7 +10,7 @@ class PortInOperator {
10
10
  exports.PortInOperator = PortInOperator;
11
11
  class TVBundle {
12
12
  static _OPENAPI_METADATA_FACTORY() {
13
- return { displayName: { required: true, type: () => String }, displayNameB2B: { required: true, type: () => String } };
13
+ return { displayName: { required: true, type: () => String } };
14
14
  }
15
15
  }
16
16
  exports.TVBundle = TVBundle;