@openvoy/openvoy-typescriptmodels 0.0.1871 → 0.0.1881

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/core.d.ts +3 -0
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -506,6 +506,7 @@ export interface Tag {
506
506
  alias?: string;
507
507
  childTags?: { [index: string]: TagDetails };
508
508
  details?: TagDetails;
509
+ enabled?: boolean;
509
510
  internalDetails?: TagInternalDetails;
510
511
  parentTags?: { [index: string]: TagDetails };
511
512
  providerAlias?: string;
@@ -532,6 +533,7 @@ export interface TagInfo {
532
533
  childTagIds?: string[];
533
534
  childTags?: { [index: string]: TagDetails };
534
535
  details?: TagDetails;
536
+ enabled?: boolean;
535
537
  hasChildren?: boolean;
536
538
  internalDetails?: TagInternalDetails;
537
539
  parentTagIds?: string[];
@@ -543,6 +545,7 @@ export interface TagInfo {
543
545
  }
544
546
 
545
547
  export interface TagInternalDetails {
548
+ disabled?: boolean;
546
549
  hiddenOnWebsite?: boolean;
547
550
  }
548
551
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.1871",
3
+ "version": "0.0.1881",
4
4
  "types": "core.d.ts"
5
5
  }