@soyio/soyio-widget 3.8.1 → 3.8.3
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +412 -394
- package/dist/index.umd.cjs +12 -12
- package/package.json +2 -2
- package/src/schemas/config.schema.json +13 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soyio/soyio-widget",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"homepage": "https://docs.soyio.id/",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
63
|
"post-robot": "^10.0.46",
|
|
64
|
-
"vite": "7.3.
|
|
64
|
+
"vite": "7.3.5",
|
|
65
65
|
"vite-plugin-dts": "^4.5.4"
|
|
66
66
|
},
|
|
67
67
|
"packageManager": "pnpm@10.19.0"
|
|
@@ -3560,6 +3560,7 @@
|
|
|
3560
3560
|
"user.contact.url",
|
|
3561
3561
|
"user.contact.fax_number",
|
|
3562
3562
|
"user.contact.organization",
|
|
3563
|
+
"user.contact.municipality",
|
|
3563
3564
|
"user.contact.address.city",
|
|
3564
3565
|
"user.contact.address.country",
|
|
3565
3566
|
"user.contact.address.postal_code",
|
|
@@ -3574,16 +3575,20 @@
|
|
|
3574
3575
|
"user.demographic.kinship",
|
|
3575
3576
|
"user.demographic.language",
|
|
3576
3577
|
"user.demographic.marital_status",
|
|
3578
|
+
"user.demographic.number_of_children",
|
|
3577
3579
|
"user.demographic.political_opinion",
|
|
3578
3580
|
"user.demographic.profile",
|
|
3579
3581
|
"user.demographic.race_ethnicity",
|
|
3580
3582
|
"user.demographic.religious_belief",
|
|
3581
3583
|
"user.demographic.sexual_orientation",
|
|
3584
|
+
"user.demographic.socioeconomic_status",
|
|
3582
3585
|
"user.demographic.nationality",
|
|
3583
3586
|
"user.device.cookie",
|
|
3584
3587
|
"user.device.cookie_id",
|
|
3585
3588
|
"user.device.device_id",
|
|
3586
3589
|
"user.device.ip_address",
|
|
3590
|
+
"user.education",
|
|
3591
|
+
"user.education.level",
|
|
3587
3592
|
"user.financial.bank_account",
|
|
3588
3593
|
"user.financial.credit_card",
|
|
3589
3594
|
"user.government_id.birth_certificate",
|
|
@@ -3593,6 +3598,11 @@
|
|
|
3593
3598
|
"user.government_id.passport_number",
|
|
3594
3599
|
"user.government_id.vehicle_registration",
|
|
3595
3600
|
"user.health_and_medical.genetic",
|
|
3601
|
+
"user.health_and_medical.insurance",
|
|
3602
|
+
"user.health_and_medical.insurance.beneficiary_id",
|
|
3603
|
+
"user.health_and_medical.insurance.dependent",
|
|
3604
|
+
"user.health_and_medical.insurance.scheme",
|
|
3605
|
+
"user.health_and_medical.insurance.usage",
|
|
3596
3606
|
"user.health_and_medical.insurance_beneficiary_id",
|
|
3597
3607
|
"user.health_and_medical.record_id",
|
|
3598
3608
|
"user.labor_activity",
|
|
@@ -3605,6 +3615,9 @@
|
|
|
3605
3615
|
"user.location.precise",
|
|
3606
3616
|
"user.name.first",
|
|
3607
3617
|
"user.name.last",
|
|
3618
|
+
"user.real_estate",
|
|
3619
|
+
"user.real_estate.fiscal_value",
|
|
3620
|
+
"user.real_estate.property_id",
|
|
3608
3621
|
"user.unique_id.pseudonymous"
|
|
3609
3622
|
],
|
|
3610
3623
|
"type": "string"
|