Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DIA-3558 expand usnat consent object #555

Merged
merged 6 commits into from
Mar 1, 2024

Conversation

andresilveirah
Copy link
Member

@andresilveirah andresilveirah commented Feb 29, 2024

Expand the SPUSNatConsent object:

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?,
+     previousOptInAll: Bool?
+     hasConsentData: Bool?
+   }
)

@andresilveirah andresilveirah marked this pull request as ready for review February 29, 2024 16:10
@andresilveirah andresilveirah merged commit a363b54 into develop Mar 1, 2024
6 checks passed
@andresilveirah andresilveirah deleted the DIA-3558_expand_usnat_consent_object branch March 1, 2024 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant