@soyio/soyio-widget 3.7.0 → 3.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +126 -124
- package/dist/index.umd.cjs +1 -1
- package/package.json +2 -2
- package/src/schemas/config.schema.json +2 -0
package/README.md
CHANGED
|
@@ -212,9 +212,8 @@ The `PrivacyCenterBox` lets you embed the Privacy Center inside your page. You c
|
|
|
212
212
|
// Override the "exercise your rights" link shown in consent-only mode (optional)
|
|
213
213
|
externalRightsExerciseUrl: "https://privacy.example.com/rights",
|
|
214
214
|
|
|
215
|
-
// Controls whether users can add multiple data categories in a single
|
|
216
|
-
// When false, only one data category can be selected per rectification request
|
|
217
|
-
// Only applies to the rectification right; all other rights always allow multiple categories
|
|
215
|
+
// Controls whether users can add multiple data categories in a single mutation request (optional)
|
|
216
|
+
// When false, only one data category can be selected per rectification, opposition, or suppression request
|
|
218
217
|
allowManyDataCategoriesMutations: true,
|
|
219
218
|
|
|
220
219
|
// Header and copy customization (optional)
|
|
@@ -304,7 +303,7 @@ The `PrivacyCenterBox` lets you embed the Privacy Center inside your page. You c
|
|
|
304
303
|
- Non-`user` taxonomy values are ignored.
|
|
305
304
|
- Backend `blacklistedDataCategories` can still hide configured values.
|
|
306
305
|
- `externalRightsExerciseUrl`: Optional URL used by required consent alerts when users need to exercise their rights outside the embedded privacy center.
|
|
307
|
-
- `allowManyDataCategoriesMutations`: Optional boolean that controls whether users can add multiple data categories in a single
|
|
306
|
+
- `allowManyDataCategoriesMutations`: Optional boolean that controls whether users can add multiple data categories in a single mutation request. When `false`, only one data category can be selected per `rectification`, `opposition`, or `suppression` request and a notice is shown instead of the "add another" button. When omitted, the company's backend configuration determines the behavior.
|
|
308
307
|
- `appearance.config.showHeader`: Optional boolean to show/hide the privacy center header (title and description).
|
|
309
308
|
- `content.header`: Optional object with `title` and `description` overrides for the privacy center header copy.
|
|
310
309
|
- `appearance.config.showConsentManagementHeader`: Optional boolean to show/hide the title and description in the consent management page.
|
package/dist/index.d.ts
CHANGED
|
@@ -813,7 +813,7 @@ declare type UnexpectedErrorEvent = {
|
|
|
813
813
|
errorMessage?: string;
|
|
814
814
|
};
|
|
815
815
|
|
|
816
|
-
declare const USER_DATA_CATEGORY_KEYS: readonly ["user", "user.account", "user.authorization", "user.behavior", "user.biometric", "user.childrens", "user.contact", "user.content", "user.demographic", "user.location", "user.device", "user.payment", "user.social", "user.unique_id", "user.telemetry", "user.user_sensor", "user.workplace", "user.sensor", "user.financial", "user.government_id", "user.health_and_medical", "user.name", "user.criminal_history", "user.privacy_preferences", "user.job_title", "user.account.settings", "user.account.username", "user.authorization.credentials", "user.authorization.biometric", "user.authorization.password", "user.behavior.browsing_history", "user.behavior.media_consumption", "user.behavior.purchase_history", "user.behavior.search_history", "user.biometric.fingerprint", "user.biometric.retinal", "user.biometric.voice", "user.biometric.health", "user.contact.address", "user.contact.email", "user.contact.phone_number", "user.contact.url", "user.contact.fax_number", "user.contact.organization", "user.contact.address.city", "user.contact.address.country", "user.contact.address.postal_code", "user.contact.address.state", "user.contact.address.street", "user.content.private", "user.content.public", "user.content.self_image", "user.demographic.age_range", "user.demographic.date_of_birth", "user.demographic.gender", "user.demographic.language", "user.demographic.marital_status", "user.demographic.political_opinion", "user.demographic.profile", "user.demographic.race_ethnicity", "user.demographic.religious_belief", "user.demographic.sexual_orientation", "user.demographic.nationality", "user.device.cookie", "user.device.cookie_id", "user.device.device_id", "user.device.ip_address", "user.financial.bank_account", "user.financial.credit_card", "user.government_id.birth_certificate", "user.government_id.drivers_license_number", "user.government_id.immigration", "user.government_id.national_identification_number", "user.government_id.passport_number", "user.government_id.vehicle_registration", "user.health_and_medical.genetic", "user.health_and_medical.insurance_beneficiary_id", "user.health_and_medical.record_id", "user.labor_activity", "user.labor_activity.profession", "user.labor_activity.job_title", "user.labor_activity.worker_type", "user.labor_activity.salary", "user.labor_activity.workplace", "user.location.imprecise", "user.location.precise", "user.name.first", "user.name.last", "user.unique_id.pseudonymous"];
|
|
816
|
+
declare const USER_DATA_CATEGORY_KEYS: readonly ["user", "user.account", "user.authorization", "user.behavior", "user.biometric", "user.childrens", "user.contact", "user.content", "user.demographic", "user.location", "user.device", "user.payment", "user.social", "user.unique_id", "user.telemetry", "user.user_sensor", "user.workplace", "user.sensor", "user.financial", "user.government_id", "user.health_and_medical", "user.name", "user.criminal_history", "user.privacy_preferences", "user.job_title", "user.account.settings", "user.account.username", "user.authorization.credentials", "user.authorization.biometric", "user.authorization.password", "user.behavior.browsing_history", "user.behavior.media_consumption", "user.behavior.payment", "user.behavior.purchase_history", "user.behavior.search_history", "user.biometric.fingerprint", "user.biometric.retinal", "user.biometric.voice", "user.biometric.health", "user.contact.address", "user.contact.email", "user.contact.phone_number", "user.contact.url", "user.contact.fax_number", "user.contact.organization", "user.contact.address.city", "user.contact.address.country", "user.contact.address.postal_code", "user.contact.address.state", "user.contact.address.street", "user.content.private", "user.content.public", "user.content.self_image", "user.demographic.age_range", "user.demographic.date_of_birth", "user.demographic.gender", "user.demographic.kinship", "user.demographic.language", "user.demographic.marital_status", "user.demographic.political_opinion", "user.demographic.profile", "user.demographic.race_ethnicity", "user.demographic.religious_belief", "user.demographic.sexual_orientation", "user.demographic.nationality", "user.device.cookie", "user.device.cookie_id", "user.device.device_id", "user.device.ip_address", "user.financial.bank_account", "user.financial.credit_card", "user.government_id.birth_certificate", "user.government_id.drivers_license_number", "user.government_id.immigration", "user.government_id.national_identification_number", "user.government_id.passport_number", "user.government_id.vehicle_registration", "user.health_and_medical.genetic", "user.health_and_medical.insurance_beneficiary_id", "user.health_and_medical.record_id", "user.labor_activity", "user.labor_activity.profession", "user.labor_activity.job_title", "user.labor_activity.worker_type", "user.labor_activity.salary", "user.labor_activity.workplace", "user.location.imprecise", "user.location.precise", "user.name.first", "user.name.last", "user.unique_id.pseudonymous"];
|
|
817
817
|
|
|
818
818
|
declare type UserDataCategoryKey = (typeof USER_DATA_CATEGORY_KEYS)[number];
|
|
819
819
|
|