@soga/types 0.0.25 → 0.0.27

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/record.d.ts CHANGED
@@ -130,7 +130,7 @@ type RecordCommonFields = {
130
130
  manifest_md5: string;
131
131
  sort: number;
132
132
  parts_num: number;
133
- share_url: null | {
133
+ share_text: null | {
134
134
  baidu: string | null;
135
135
  ali: string | null;
136
136
  };
package/dist/upload.d.ts CHANGED
@@ -95,3 +95,15 @@ export type UploadFileItem = {
95
95
  space_id: number;
96
96
  space_name: string;
97
97
  };
98
+ export type UploadFileSuceessItem = {
99
+ id: number;
100
+ space_id: number;
101
+ space_name: string;
102
+ uid: number;
103
+ title: string;
104
+ path: string;
105
+ cloud_id: number;
106
+ type: RecordType;
107
+ updated_at: string;
108
+ created_at: string;
109
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soga/types",
3
- "version": "0.0.25",
3
+ "version": "0.0.27",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },