-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement all GPP sections for completeness
- Loading branch information
Showing
20 changed files
with
408 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export * from "./sections"; | ||
export * as cmpapi from "./cmpapi"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export * as tcfcav1 from "./tcfcav1"; | ||
export * as tcfeuv2 from "./tcfeuv2"; | ||
export * as usnat from "./usnat"; | ||
export * as usca from "./usca"; | ||
export * as usco from "./usco"; | ||
export * as usct from "./usct"; | ||
export * as usde from "./usde"; | ||
export * as usfl from "./usfl"; | ||
export * as usia from "./usia"; | ||
export * as usmt from "./usmt"; | ||
export * as usne from "./usne"; | ||
export * as usnh from "./usnh"; | ||
export * as usnj from "./usnj"; | ||
export * as usor from "./usor"; | ||
export * as ustn from "./ustn"; | ||
export * as ustx from "./ustx"; | ||
export * as usut from "./usut"; | ||
export * as usva from "./usva"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
SaleOptOutNotice: number; | ||
SharingOptOutNotice: number; | ||
SensitiveDataLimitUseNotice: number; | ||
SaleOptOut: number; | ||
SharingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number[]; | ||
PersonalDataConsents: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 8; | ||
const APIPrefix = "usca"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
SharingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 10; | ||
const APIPrefix = "usco"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
SharingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 12; | ||
const APIPrefix = "usct"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 17; | ||
const APIPrefix = "usde"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 13; | ||
const APIPrefix = "usfl"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SensitiveDataOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 18; | ||
const APIPrefix = "usia"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
SharingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 14; | ||
const APIPrefix = "usmt"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
type CoreSegment = { | ||
Version: number; | ||
SharingNotice: number; | ||
SaleOptOutNotice: number; | ||
SharingOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SensitiveDataProcessingOptOutNotice: number; | ||
SensitiveDataLimitUseNotice: number; | ||
SaleOptOut: number; | ||
SharingOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number[]; | ||
PersonalDataConsents: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
const SectionID = 7; | ||
const APIPrefix = "usnat"; | ||
|
||
type Section = Array<CoreSegment>; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 19; | ||
const APIPrefix = "usne"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 20; | ||
const APIPrefix = "usnh"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 21; | ||
const APIPrefix = "usnj"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 15; | ||
const APIPrefix = "usor"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 22; | ||
const APIPrefix = "ustn"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
type CoreSubsection = { | ||
Version: number; | ||
ProcessingNotice: number; | ||
SaleOptOutNotice: number; | ||
TargetedAdvertisingOptOutNotice: number; | ||
SaleOptOut: number; | ||
TargetedAdvertisingOptOut: number; | ||
SensitiveDataProcessing: number[]; | ||
KnownChildSensitiveDataConsents: number; | ||
AdditionalDataProcessingConsent: number; | ||
MspaCoveredTransaction: number; | ||
MspaOptOutOptionMode: number; | ||
MspaServiceProviderMode: number; | ||
}; | ||
|
||
type Section = Array<CoreSubsection>; | ||
|
||
const SectionID = 16; | ||
const APIPrefix = "ustx"; | ||
|
||
export type { Section }; | ||
|
||
export { SectionID, APIPrefix }; |
Oops, something went wrong.