From fdc1f9d4f68677950e9d4887e5277c8f14f7b22a Mon Sep 17 00:00:00 2001 From: kamenboev Date: Thu, 18 Jan 2024 09:09:44 +0200 Subject: [PATCH] fix(WWP-3314): includeUspApi type --- site/pages/components/consent.mdx | 2 +- src/consent/types.ts | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/site/pages/components/consent.mdx b/site/pages/components/consent.mdx index 1e510427f..eca581b75 100644 --- a/site/pages/components/consent.mdx +++ b/site/pages/components/consent.mdx @@ -149,7 +149,7 @@ please see Sourcepoint [Unified Script or Web Implementation](https://docs.sourc
targetingParams set within the gdpr object will override overall targetingParams - + Including this flag as 'true' enables support for the existing (Legacy) USP string, part of CCPA.  MSPS settings could be customized by passing configuration object to the includeGppApi as  shown here. diff --git a/src/consent/types.ts b/src/consent/types.ts index c9dbe4f45..03fd959a5 100644 --- a/src/consent/types.ts +++ b/src/consent/types.ts @@ -93,9 +93,3 @@ export type ConsentProps = | ConsentPropsTCFV2 | ConsentPropsNonTCFV1 | ConsentPropsUnified; - -export interface MSPATransactions { - MspaCoveredTransaction: 'yes' | 'no'; - MspaOptOutOptionMode: 'yes' | 'no' | 'na'; - MspaServiceProviderMode: 'yes' | 'no' | 'na'; -}