automation-lib 5.4.211 → 5.4.212
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 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -2972,8 +2972,8 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2972
2972
|
interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
|
-
interface ISettingAccountSocialDto
|
|
2976
|
-
|
|
2975
|
+
interface ISettingAccountSocialDto {
|
|
2976
|
+
settingId: string;
|
|
2977
2977
|
username: string;
|
|
2978
2978
|
groupName: string;
|
|
2979
2979
|
hasSetting: boolean;
|
package/dist/index.d.ts
CHANGED
|
@@ -2972,8 +2972,8 @@ interface FindAccountSocialGroupPopupSocialDto {
|
|
|
2972
2972
|
interface FilterAccountSocialGroupDto extends IFilterBaseDto {
|
|
2973
2973
|
}
|
|
2974
2974
|
|
|
2975
|
-
interface ISettingAccountSocialDto
|
|
2976
|
-
|
|
2975
|
+
interface ISettingAccountSocialDto {
|
|
2976
|
+
settingId: string;
|
|
2977
2977
|
username: string;
|
|
2978
2978
|
groupName: string;
|
|
2979
2979
|
hasSetting: boolean;
|