@soga/types 1.3.26 → 1.3.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/index.d.mts +2 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -568,6 +568,7 @@ type ShareListItem = {
|
|
|
568
568
|
created_at: string;
|
|
569
569
|
expire_at: string | null;
|
|
570
570
|
file_id: number;
|
|
571
|
+
file_type: string;
|
|
571
572
|
id: number;
|
|
572
573
|
keywords: string;
|
|
573
574
|
name: string;
|
|
@@ -609,6 +610,7 @@ type SubListItem = {
|
|
|
609
610
|
space_id: number;
|
|
610
611
|
file_id: number;
|
|
611
612
|
file_version: number;
|
|
613
|
+
file_type: string;
|
|
612
614
|
name: string;
|
|
613
615
|
space_name: string;
|
|
614
616
|
share_at: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -568,6 +568,7 @@ type ShareListItem = {
|
|
|
568
568
|
created_at: string;
|
|
569
569
|
expire_at: string | null;
|
|
570
570
|
file_id: number;
|
|
571
|
+
file_type: string;
|
|
571
572
|
id: number;
|
|
572
573
|
keywords: string;
|
|
573
574
|
name: string;
|
|
@@ -609,6 +610,7 @@ type SubListItem = {
|
|
|
609
610
|
space_id: number;
|
|
610
611
|
file_id: number;
|
|
611
612
|
file_version: number;
|
|
613
|
+
file_type: string;
|
|
612
614
|
name: string;
|
|
613
615
|
space_name: string;
|
|
614
616
|
share_at: string;
|