You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
can someone help here. If not then please let me know the alternative because i am using
import { VendorList } from '@iabtcf/core';
where "VendorList" does not support the new vendor list released.
The text was updated successfully, but these errors were encountered:
They've updated the scope of the project from @iabtcf to @ iabtechlabtcf. There you can find the latest version of the library which supports illustrations.
export interface Purpose extends GVLMapItem {
description: string;
descriptionLegal: string;
}
is to be updated to contain "illustrations" array which is the part of the new Global Vendor list released
https://github.com/InteractiveAdvertisingBureau/GDPR-Transparency-and-Consent-Framework/blob/master/TCFv2/IAB%20Tech%20Lab%20-%20Consent%20string%20and%20vendor%20list%20formats%20v2.md#example-global-vendor-list-json-object
can someone help here. If not then please let me know the alternative because i am using
import { VendorList } from '@iabtcf/core';
where "VendorList" does not support the new vendor list released.
The text was updated successfully, but these errors were encountered: