@soga/types 1.3.28 → 1.3.30
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 +17 -1
- package/dist/index.d.ts +17 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -661,6 +661,12 @@ type SpaceLevelItem = {
|
|
|
661
661
|
cloud_limit: number;
|
|
662
662
|
file_limit: number;
|
|
663
663
|
filesize_limit: number;
|
|
664
|
+
prices: {
|
|
665
|
+
original_price: number;
|
|
666
|
+
duration: number;
|
|
667
|
+
price: number;
|
|
668
|
+
}[];
|
|
669
|
+
share_limit: number;
|
|
664
670
|
created_at: string;
|
|
665
671
|
updated_at: string;
|
|
666
672
|
};
|
|
@@ -748,4 +754,14 @@ type NetSuccessItem = {
|
|
|
748
754
|
created_at: Date;
|
|
749
755
|
};
|
|
750
756
|
|
|
751
|
-
|
|
757
|
+
type MessageListItem = {
|
|
758
|
+
id: number;
|
|
759
|
+
type: number;
|
|
760
|
+
message: string;
|
|
761
|
+
remark: string;
|
|
762
|
+
is_read: number;
|
|
763
|
+
created_at: string;
|
|
764
|
+
updated_at: string;
|
|
765
|
+
};
|
|
766
|
+
|
|
767
|
+
export { type AliHostDetail, type ApiListResponse, type ApiResponse, type BaiduHostDetail, type CacheInfo, type CloudInfoField, CloudType, type DownloadFileItem, type DownloadProgressData, type DownloadProgressStep, DownloadStatus, type ErrorData, type HostDetail, type HostListItem, HostType, type LocalListResponse, type Manifest, type ManifestAliInfo, type ManifestAttachmentItem, type ManifestAudioItem, type ManifestAudioMetaItem, type ManifestBaiduInfo, type ManifestCoverInfo, type ManifestImgInfo, type ManifestImgMetaInfo, type ManifestInputMetaInfo, type ManifestMediaInfo, type ManifestMetaInfo, type ManifestSourceInfo, type ManifestSubtitleInfo, type ManifestSubtitleItem, type ManifestThumbnailInfo, type ManifestTxtInfo, type ManifestVideoItem, type ManifestVideoMetaItem, type MemberInfo, type MessageListItem, type NetSuccessItem, NetType, NormalStatus, type PaginationParams, RecordAdaptResolution, type RecordDetail, type RecordFolderConfig, RecordFtype, type RecordInfo, RecordInsertLast, type RecordListItem, RecordType, type ShareHistoryListItem, type ShareListItem, type ShareUserListItem, type SpaceDetail, type SpaceLevelItem, type SpaceListItem, type SubListItem, type SubSpaceItem, type SubtitleMetaItem, type UploadFileError, type UploadFileItem, type UploadFileSuceessItem, type UploadInputItem, UploadProgress, type UploadProgressData, UploadStatus, type UpyunSignInfo, type UserGroupListItem, type UserListItem, type WithP, type WithPK };
|
package/dist/index.d.ts
CHANGED
|
@@ -661,6 +661,12 @@ type SpaceLevelItem = {
|
|
|
661
661
|
cloud_limit: number;
|
|
662
662
|
file_limit: number;
|
|
663
663
|
filesize_limit: number;
|
|
664
|
+
prices: {
|
|
665
|
+
original_price: number;
|
|
666
|
+
duration: number;
|
|
667
|
+
price: number;
|
|
668
|
+
}[];
|
|
669
|
+
share_limit: number;
|
|
664
670
|
created_at: string;
|
|
665
671
|
updated_at: string;
|
|
666
672
|
};
|
|
@@ -748,4 +754,14 @@ type NetSuccessItem = {
|
|
|
748
754
|
created_at: Date;
|
|
749
755
|
};
|
|
750
756
|
|
|
751
|
-
|
|
757
|
+
type MessageListItem = {
|
|
758
|
+
id: number;
|
|
759
|
+
type: number;
|
|
760
|
+
message: string;
|
|
761
|
+
remark: string;
|
|
762
|
+
is_read: number;
|
|
763
|
+
created_at: string;
|
|
764
|
+
updated_at: string;
|
|
765
|
+
};
|
|
766
|
+
|
|
767
|
+
export { type AliHostDetail, type ApiListResponse, type ApiResponse, type BaiduHostDetail, type CacheInfo, type CloudInfoField, CloudType, type DownloadFileItem, type DownloadProgressData, type DownloadProgressStep, DownloadStatus, type ErrorData, type HostDetail, type HostListItem, HostType, type LocalListResponse, type Manifest, type ManifestAliInfo, type ManifestAttachmentItem, type ManifestAudioItem, type ManifestAudioMetaItem, type ManifestBaiduInfo, type ManifestCoverInfo, type ManifestImgInfo, type ManifestImgMetaInfo, type ManifestInputMetaInfo, type ManifestMediaInfo, type ManifestMetaInfo, type ManifestSourceInfo, type ManifestSubtitleInfo, type ManifestSubtitleItem, type ManifestThumbnailInfo, type ManifestTxtInfo, type ManifestVideoItem, type ManifestVideoMetaItem, type MemberInfo, type MessageListItem, type NetSuccessItem, NetType, NormalStatus, type PaginationParams, RecordAdaptResolution, type RecordDetail, type RecordFolderConfig, RecordFtype, type RecordInfo, RecordInsertLast, type RecordListItem, RecordType, type ShareHistoryListItem, type ShareListItem, type ShareUserListItem, type SpaceDetail, type SpaceLevelItem, type SpaceListItem, type SubListItem, type SubSpaceItem, type SubtitleMetaItem, type UploadFileError, type UploadFileItem, type UploadFileSuceessItem, type UploadInputItem, UploadProgress, type UploadProgressData, UploadStatus, type UpyunSignInfo, type UserGroupListItem, type UserListItem, type WithP, type WithPK };
|