@openvoy/openvoy-typescriptmodels 0.0.5891 → 0.0.5901

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 +4 -4
  2. package/package.json +1 -1
package/core.d.ts CHANGED
@@ -645,6 +645,10 @@ export interface LatLong {
645
645
  longitude?: number;
646
646
  }
647
647
 
648
+ export interface LinkTagToProvider extends TagCommand {
649
+ providerDetails?: TagProviderDetails;
650
+ }
651
+
648
652
  export interface MissingProviderLink {
649
653
  missingProviderLinkId?: string;
650
654
  name?: string;
@@ -1158,10 +1162,6 @@ export interface UpsertTagInfoContentDetails {
1158
1162
  tagInfoId?: string;
1159
1163
  }
1160
1164
 
1161
- export interface UpsertTagProvider extends TagCommand {
1162
- providerDetails?: TagProviderDetails;
1163
- }
1164
-
1165
1165
  export interface UpsertTagRelationships extends TagUpdate {
1166
1166
  childTags?: { [index: string]: TagDetails };
1167
1167
  parentTags?: { [index: string]: TagDetails };
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@openvoy/openvoy-typescriptmodels",
3
- "version": "0.0.5891",
3
+ "version": "0.0.5901",
4
4
  "types": "core.d.ts"
5
5
  }