@revxui/api-clients-ts 1.1.451 → 1.1.452

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.
@@ -12816,7 +12816,8 @@ var SafeguardDetail;
12816
12816
  (function (SafeguardDetail) {
12817
12817
  SafeguardDetail.TargetingScopeEnum = {
12818
12818
  APP: 'APP',
12819
- INVENTORY: 'INVENTORY'
12819
+ INVENTORY: 'INVENTORY',
12820
+ CREATIVE: 'CREATIVE'
12820
12821
  };
12821
12822
  })(SafeguardDetail || (SafeguardDetail = {}));
12822
12823
 
@@ -12824,7 +12825,8 @@ var SafeguardExclusionDTO;
12824
12825
  (function (SafeguardExclusionDTO) {
12825
12826
  SafeguardExclusionDTO.ScopeEnum = {
12826
12827
  APP: 'APP',
12827
- INVENTORY: 'INVENTORY'
12828
+ INVENTORY: 'INVENTORY',
12829
+ CREATIVE: 'CREATIVE'
12828
12830
  };
12829
12831
  })(SafeguardExclusionDTO || (SafeguardExclusionDTO = {}));
12830
12832
 
@@ -12832,7 +12834,8 @@ var SafeguardRequestDTO;
12832
12834
  (function (SafeguardRequestDTO) {
12833
12835
  SafeguardRequestDTO.TargetingScopeEnum = {
12834
12836
  APP: 'APP',
12835
- INVENTORY: 'INVENTORY'
12837
+ INVENTORY: 'INVENTORY',
12838
+ CREATIVE: 'CREATIVE'
12836
12839
  };
12837
12840
  })(SafeguardRequestDTO || (SafeguardRequestDTO = {}));
12838
12841
 
@@ -12840,7 +12843,8 @@ var SafeguardResponseDTO;
12840
12843
  (function (SafeguardResponseDTO) {
12841
12844
  SafeguardResponseDTO.TargetingScopeEnum = {
12842
12845
  APP: 'APP',
12843
- INVENTORY: 'INVENTORY'
12846
+ INVENTORY: 'INVENTORY',
12847
+ CREATIVE: 'CREATIVE'
12844
12848
  };
12845
12849
  })(SafeguardResponseDTO || (SafeguardResponseDTO = {}));
12846
12850