Skip to content

Commit

Permalink
Merge ea029be into ac1c84a
Browse files Browse the repository at this point in the history
  • Loading branch information
pattisdr authored Sep 17, 2024
2 parents ac1c84a + ea029be commit 8942438
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type PrivacyNoticeResponse = {
created_at: string;
updated_at: string;
cookies?: Array<Cookies>;
calculated_systems_applicable?: boolean;
systems_applicable?: boolean;
translations?: Array<NoticeTranslationResponse>;
gpp_field_mapping?: Array<GPPFieldMapping> | null;
};
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export type PrivacyNoticeResponseWithRegions = {
/**
* A property calculated by observing which Experiences have linked this Notice
*/
configured_regions_for_notice?: Array<PrivacyNoticeRegion>;
configured_regions?: Array<PrivacyNoticeRegion>;
data_uses: Array<string>;
enforcement_level: EnforcementLevel;
has_gpc_flag: boolean;
Expand Down

0 comments on commit 8942438

Please sign in to comment.