@soyio/soyio-widget 3.7.1 → 3.8.0
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 +5 -0
- package/dist/index.d.ts +3 -1
- package/dist/index.js +592 -589
- package/dist/index.umd.cjs +31 -31
- package/package.json +1 -1
- package/src/schemas/appearance.schema.json +3 -1
- package/src/schemas/config.schema.json +101 -0
package/package.json
CHANGED
|
@@ -653,7 +653,9 @@
|
|
|
653
653
|
"type": "object"
|
|
654
654
|
},
|
|
655
655
|
"SoyioRule": {
|
|
656
|
-
"additionalProperties": {
|
|
656
|
+
"additionalProperties": {
|
|
657
|
+
"$ref": "#/definitions/CSSProperties"
|
|
658
|
+
},
|
|
657
659
|
"properties": {
|
|
658
660
|
".Alert": {
|
|
659
661
|
"$ref": "#/definitions/CSSProperties"
|
|
@@ -956,6 +956,39 @@
|
|
|
956
956
|
},
|
|
957
957
|
"type": "array"
|
|
958
958
|
},
|
|
959
|
+
"rightDescriptions": {
|
|
960
|
+
"additionalProperties": false,
|
|
961
|
+
"properties": {
|
|
962
|
+
"access": {
|
|
963
|
+
"type": "string"
|
|
964
|
+
},
|
|
965
|
+
"opposition": {
|
|
966
|
+
"type": "string"
|
|
967
|
+
},
|
|
968
|
+
"portability": {
|
|
969
|
+
"type": "string"
|
|
970
|
+
},
|
|
971
|
+
"rectification": {
|
|
972
|
+
"type": "string"
|
|
973
|
+
},
|
|
974
|
+
"redec_cancellation": {
|
|
975
|
+
"type": "string"
|
|
976
|
+
},
|
|
977
|
+
"redec_complementation": {
|
|
978
|
+
"type": "string"
|
|
979
|
+
},
|
|
980
|
+
"redec_rectification": {
|
|
981
|
+
"type": "string"
|
|
982
|
+
},
|
|
983
|
+
"redec_update": {
|
|
984
|
+
"type": "string"
|
|
985
|
+
},
|
|
986
|
+
"suppression": {
|
|
987
|
+
"type": "string"
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"type": "object"
|
|
991
|
+
},
|
|
959
992
|
"rightExamples": {
|
|
960
993
|
"additionalProperties": false,
|
|
961
994
|
"properties": {
|
|
@@ -1135,6 +1168,39 @@
|
|
|
1135
1168
|
},
|
|
1136
1169
|
"type": "array"
|
|
1137
1170
|
},
|
|
1171
|
+
"rightDescriptions": {
|
|
1172
|
+
"additionalProperties": false,
|
|
1173
|
+
"properties": {
|
|
1174
|
+
"access": {
|
|
1175
|
+
"type": "string"
|
|
1176
|
+
},
|
|
1177
|
+
"opposition": {
|
|
1178
|
+
"type": "string"
|
|
1179
|
+
},
|
|
1180
|
+
"portability": {
|
|
1181
|
+
"type": "string"
|
|
1182
|
+
},
|
|
1183
|
+
"rectification": {
|
|
1184
|
+
"type": "string"
|
|
1185
|
+
},
|
|
1186
|
+
"redec_cancellation": {
|
|
1187
|
+
"type": "string"
|
|
1188
|
+
},
|
|
1189
|
+
"redec_complementation": {
|
|
1190
|
+
"type": "string"
|
|
1191
|
+
},
|
|
1192
|
+
"redec_rectification": {
|
|
1193
|
+
"type": "string"
|
|
1194
|
+
},
|
|
1195
|
+
"redec_update": {
|
|
1196
|
+
"type": "string"
|
|
1197
|
+
},
|
|
1198
|
+
"suppression": {
|
|
1199
|
+
"type": "string"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
"type": "object"
|
|
1203
|
+
},
|
|
1138
1204
|
"rightExamples": {
|
|
1139
1205
|
"additionalProperties": false,
|
|
1140
1206
|
"properties": {
|
|
@@ -1244,6 +1310,39 @@
|
|
|
1244
1310
|
"header": {
|
|
1245
1311
|
"$ref": "#/definitions/PrivacyCenterHeaderCopyConfig"
|
|
1246
1312
|
},
|
|
1313
|
+
"rightDescriptions": {
|
|
1314
|
+
"additionalProperties": false,
|
|
1315
|
+
"properties": {
|
|
1316
|
+
"access": {
|
|
1317
|
+
"type": "string"
|
|
1318
|
+
},
|
|
1319
|
+
"opposition": {
|
|
1320
|
+
"type": "string"
|
|
1321
|
+
},
|
|
1322
|
+
"portability": {
|
|
1323
|
+
"type": "string"
|
|
1324
|
+
},
|
|
1325
|
+
"rectification": {
|
|
1326
|
+
"type": "string"
|
|
1327
|
+
},
|
|
1328
|
+
"redec_cancellation": {
|
|
1329
|
+
"type": "string"
|
|
1330
|
+
},
|
|
1331
|
+
"redec_complementation": {
|
|
1332
|
+
"type": "string"
|
|
1333
|
+
},
|
|
1334
|
+
"redec_rectification": {
|
|
1335
|
+
"type": "string"
|
|
1336
|
+
},
|
|
1337
|
+
"redec_update": {
|
|
1338
|
+
"type": "string"
|
|
1339
|
+
},
|
|
1340
|
+
"suppression": {
|
|
1341
|
+
"type": "string"
|
|
1342
|
+
}
|
|
1343
|
+
},
|
|
1344
|
+
"type": "object"
|
|
1345
|
+
},
|
|
1247
1346
|
"rightExamples": {
|
|
1248
1347
|
"additionalProperties": false,
|
|
1249
1348
|
"properties": {
|
|
@@ -3448,6 +3547,7 @@
|
|
|
3448
3547
|
"user.authorization.password",
|
|
3449
3548
|
"user.behavior.browsing_history",
|
|
3450
3549
|
"user.behavior.media_consumption",
|
|
3550
|
+
"user.behavior.payment",
|
|
3451
3551
|
"user.behavior.purchase_history",
|
|
3452
3552
|
"user.behavior.search_history",
|
|
3453
3553
|
"user.biometric.fingerprint",
|
|
@@ -3471,6 +3571,7 @@
|
|
|
3471
3571
|
"user.demographic.age_range",
|
|
3472
3572
|
"user.demographic.date_of_birth",
|
|
3473
3573
|
"user.demographic.gender",
|
|
3574
|
+
"user.demographic.kinship",
|
|
3474
3575
|
"user.demographic.language",
|
|
3475
3576
|
"user.demographic.marital_status",
|
|
3476
3577
|
"user.demographic.political_opinion",
|