@soyio/soyio-widget 3.6.1 → 3.7.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soyio/soyio-widget",
3
- "version": "3.6.1",
3
+ "version": "3.7.1",
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.2.6",
64
+ "vite": "7.3.2",
65
65
  "vite-plugin-dts": "^4.5.4"
66
66
  },
67
67
  "packageManager": "pnpm@10.19.0"
@@ -935,6 +935,12 @@
935
935
  "origin": {
936
936
  "type": "string"
937
937
  },
938
+ "rectificationFileRequiredCategories": {
939
+ "items": {
940
+ "$ref": "#/definitions/UserDataCategoryKey"
941
+ },
942
+ "type": "array"
943
+ },
938
944
  "redecOperationIds": {
939
945
  "items": {
940
946
  "$ref": "#/definitions/RedecOperationId"
@@ -1108,6 +1114,12 @@
1108
1114
  "origin": {
1109
1115
  "type": "string"
1110
1116
  },
1117
+ "rectificationFileRequiredCategories": {
1118
+ "items": {
1119
+ "$ref": "#/definitions/UserDataCategoryKey"
1120
+ },
1121
+ "type": "array"
1122
+ },
1111
1123
  "redecOperationIds": {
1112
1124
  "items": {
1113
1125
  "$ref": "#/definitions/RedecOperationId"