@huyooo/ui 0.17.0 → 0.17.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.
|
@@ -538,6 +538,7 @@ export type Api = {
|
|
|
538
538
|
size: number;
|
|
539
539
|
type: string;
|
|
540
540
|
webkitRelativePath: string;
|
|
541
|
+
subjectUserId?: string;
|
|
541
542
|
};
|
|
542
543
|
return: any;
|
|
543
544
|
};
|
|
@@ -625,6 +626,7 @@ export type Api = {
|
|
|
625
626
|
bucketId: string;
|
|
626
627
|
size: number;
|
|
627
628
|
type: string;
|
|
629
|
+
subjectUserId?: string;
|
|
628
630
|
};
|
|
629
631
|
return: any;
|
|
630
632
|
};
|
|
@@ -1636,6 +1638,7 @@ export interface ApiClient {
|
|
|
1636
1638
|
size: number;
|
|
1637
1639
|
type: string;
|
|
1638
1640
|
webkitRelativePath: string;
|
|
1641
|
+
subjectUserId?: string;
|
|
1639
1642
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
1640
1643
|
};
|
|
1641
1644
|
delete: {
|
|
@@ -1699,6 +1702,7 @@ export interface ApiClient {
|
|
|
1699
1702
|
bucketId: string;
|
|
1700
1703
|
size: number;
|
|
1701
1704
|
type: string;
|
|
1705
|
+
subjectUserId?: string;
|
|
1702
1706
|
}, config?: RequestConfig) => Promise<ApiResponse<any>>;
|
|
1703
1707
|
};
|
|
1704
1708
|
};
|