Skip to content

7.6.4

Compare
Choose a tag to compare
@andresilveirah andresilveirah released this 01 Mar 12:04
· 168 commits to develop since this release

7.6.4 (Mar, 01, 2024)

  • DIA-3558 Expanded public fields on SPUSNatConsent object. #555
SPUSNatConsent(
-  consentStrings: []
+ consentStrings: [{ sectionId: Int, sectionName: String, consentString: String }]
+ categories: [{ id: String, consented: Bool }]
+ vendors: [{ id: String, consented: Bool }]
+ statuses: {
+     rejectedAny: Bool?,
+     consentedToAll: Bool?,
+     consentedToAny: Bool?,
+     sellStatus: Bool?,
+     shareStatus: Bool,
+     sensitiveDataStatus: Bool?,
+     gpcStatus: Bool?,
+     hasConsentData: Bool?
+   }
)