@soga/types 0.5.1 → 0.5.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/dist/index.d.mts CHANGED
@@ -637,6 +637,7 @@ type UploadFileItem = {
637
637
  type UploadFileSuceessItem = {
638
638
  id: number;
639
639
  root_id: number;
640
+ pid: number;
640
641
  space_id: number;
641
642
  space_name: string;
642
643
  uid: number;
package/dist/index.d.ts CHANGED
@@ -637,6 +637,7 @@ type UploadFileItem = {
637
637
  type UploadFileSuceessItem = {
638
638
  id: number;
639
639
  root_id: number;
640
+ pid: number;
640
641
  space_id: number;
641
642
  space_name: string;
642
643
  uid: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },