automation-lib 4.9.104 → 4.9.106
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 -14
- package/dist/index.d.ts +17 -14
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1047,16 +1047,6 @@ interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommo
|
|
|
1047
1047
|
pc_user: IUser | string;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
-
interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1051
|
-
ds_device: IDevice | string;
|
|
1052
|
-
ds_deviceKey: string;
|
|
1053
|
-
ds_typeSocial: ETypeSocial;
|
|
1054
|
-
ds_maximumAccountApply: number;
|
|
1055
|
-
ds_isFulled: boolean;
|
|
1056
|
-
ds_numberAccountApplied: number;
|
|
1057
|
-
ds_accountApplied: IAccount[] | string[];
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
1050
|
interface IDeviceInfoEmail {
|
|
1061
1051
|
email: string;
|
|
1062
1052
|
email2fa: string;
|
|
@@ -1075,7 +1065,6 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1075
1065
|
device_name: string;
|
|
1076
1066
|
device_serial: string;
|
|
1077
1067
|
device_key: string;
|
|
1078
|
-
device_settings: IDeviceSetting[] | string[];
|
|
1079
1068
|
device_emailInfo: IDeviceInfoEmail;
|
|
1080
1069
|
device_status: EStatusCommon;
|
|
1081
1070
|
device_statusSetup: EStatusCommon;
|
|
@@ -1341,6 +1330,19 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1341
1330
|
status: EStatusVPS;
|
|
1342
1331
|
}
|
|
1343
1332
|
|
|
1333
|
+
interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1334
|
+
deviceKey: string;
|
|
1335
|
+
typeSocial: ETypeSocial;
|
|
1336
|
+
maximumAccountApply: number;
|
|
1337
|
+
isFulled: boolean;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
interface IDeviceMappingAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1341
|
+
deviceKey: string;
|
|
1342
|
+
typeSocial: ETypeSocial;
|
|
1343
|
+
accountSocial: IAccount | string;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1344
1346
|
interface ILogging extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1345
1347
|
logging_name: string;
|
|
1346
1348
|
logging_account: IAccount | string;
|
|
@@ -1412,9 +1414,9 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1412
1414
|
versionModel: string;
|
|
1413
1415
|
typeRatioImage: ETypeRatioImage;
|
|
1414
1416
|
channelImage: string | IAccountAIImageChannel;
|
|
1415
|
-
channelVoice: string |
|
|
1417
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
1416
1418
|
accountAIImage: string | IAccountAIImage;
|
|
1417
|
-
accountAIVoice: string |
|
|
1419
|
+
accountAIVoice: string | IAccountAIVoice;
|
|
1418
1420
|
promptThumbInput: string;
|
|
1419
1421
|
promptThumbOutput: string;
|
|
1420
1422
|
billetImageStyleThumb: string | IManagerImageAIItemStore;
|
|
@@ -1548,6 +1550,7 @@ type index$5_ICanvaPosition = ICanvaPosition;
|
|
|
1548
1550
|
type index$5_IDevice = IDevice;
|
|
1549
1551
|
type index$5_IDeviceAllowPermission = IDeviceAllowPermission;
|
|
1550
1552
|
type index$5_IDeviceInfoEmail = IDeviceInfoEmail;
|
|
1553
|
+
type index$5_IDeviceMappingAccount = IDeviceMappingAccount;
|
|
1551
1554
|
type index$5_IDeviceSetting = IDeviceSetting;
|
|
1552
1555
|
type index$5_IHistoryCanva = IHistoryCanva;
|
|
1553
1556
|
type index$5_ILogging = ILogging;
|
|
@@ -1576,7 +1579,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
|
1576
1579
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1577
1580
|
type index$5_IVoiceStores = IVoiceStores;
|
|
1578
1581
|
declare namespace index$5 {
|
|
1579
|
-
export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
|
|
1582
|
+
export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceMappingAccount as IDeviceMappingAccount, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
|
|
1580
1583
|
}
|
|
1581
1584
|
|
|
1582
1585
|
interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -1047,16 +1047,6 @@ interface IPC extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommo
|
|
|
1047
1047
|
pc_user: IUser | string;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
-
interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1051
|
-
ds_device: IDevice | string;
|
|
1052
|
-
ds_deviceKey: string;
|
|
1053
|
-
ds_typeSocial: ETypeSocial;
|
|
1054
|
-
ds_maximumAccountApply: number;
|
|
1055
|
-
ds_isFulled: boolean;
|
|
1056
|
-
ds_numberAccountApplied: number;
|
|
1057
|
-
ds_accountApplied: IAccount[] | string[];
|
|
1058
|
-
}
|
|
1059
|
-
|
|
1060
1050
|
interface IDeviceInfoEmail {
|
|
1061
1051
|
email: string;
|
|
1062
1052
|
email2fa: string;
|
|
@@ -1075,7 +1065,6 @@ interface IDevice extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsC
|
|
|
1075
1065
|
device_name: string;
|
|
1076
1066
|
device_serial: string;
|
|
1077
1067
|
device_key: string;
|
|
1078
|
-
device_settings: IDeviceSetting[] | string[];
|
|
1079
1068
|
device_emailInfo: IDeviceInfoEmail;
|
|
1080
1069
|
device_status: EStatusCommon;
|
|
1081
1070
|
device_statusSetup: EStatusCommon;
|
|
@@ -1341,6 +1330,19 @@ interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceM
|
|
|
1341
1330
|
status: EStatusVPS;
|
|
1342
1331
|
}
|
|
1343
1332
|
|
|
1333
|
+
interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1334
|
+
deviceKey: string;
|
|
1335
|
+
typeSocial: ETypeSocial;
|
|
1336
|
+
maximumAccountApply: number;
|
|
1337
|
+
isFulled: boolean;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
interface IDeviceMappingAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1341
|
+
deviceKey: string;
|
|
1342
|
+
typeSocial: ETypeSocial;
|
|
1343
|
+
accountSocial: IAccount | string;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1344
1346
|
interface ILogging extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1345
1347
|
logging_name: string;
|
|
1346
1348
|
logging_account: IAccount | string;
|
|
@@ -1412,9 +1414,9 @@ interface ITaskAIImageVoice extends BoInterfaceModelsCommon.IBaseModel, BoInterf
|
|
|
1412
1414
|
versionModel: string;
|
|
1413
1415
|
typeRatioImage: ETypeRatioImage;
|
|
1414
1416
|
channelImage: string | IAccountAIImageChannel;
|
|
1415
|
-
channelVoice: string |
|
|
1417
|
+
channelVoice: string | IAccountAIVoiceChannel;
|
|
1416
1418
|
accountAIImage: string | IAccountAIImage;
|
|
1417
|
-
accountAIVoice: string |
|
|
1419
|
+
accountAIVoice: string | IAccountAIVoice;
|
|
1418
1420
|
promptThumbInput: string;
|
|
1419
1421
|
promptThumbOutput: string;
|
|
1420
1422
|
billetImageStyleThumb: string | IManagerImageAIItemStore;
|
|
@@ -1548,6 +1550,7 @@ type index$5_ICanvaPosition = ICanvaPosition;
|
|
|
1548
1550
|
type index$5_IDevice = IDevice;
|
|
1549
1551
|
type index$5_IDeviceAllowPermission = IDeviceAllowPermission;
|
|
1550
1552
|
type index$5_IDeviceInfoEmail = IDeviceInfoEmail;
|
|
1553
|
+
type index$5_IDeviceMappingAccount = IDeviceMappingAccount;
|
|
1551
1554
|
type index$5_IDeviceSetting = IDeviceSetting;
|
|
1552
1555
|
type index$5_IHistoryCanva = IHistoryCanva;
|
|
1553
1556
|
type index$5_ILogging = ILogging;
|
|
@@ -1576,7 +1579,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
|
1576
1579
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1577
1580
|
type index$5_IVoiceStores = IVoiceStores;
|
|
1578
1581
|
declare namespace index$5 {
|
|
1579
|
-
export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
|
|
1582
|
+
export type { index$5_IAccount as IAccount, index$5_IAccountAI as IAccountAI, index$5_IAccountAIChannel as IAccountAIChannel, index$5_IAccountAIGroup as IAccountAIGroup, index$5_IAccountAIImage as IAccountAIImage, index$5_IAccountAIImageChannel as IAccountAIImageChannel, index$5_IAccountAIImageGroup as IAccountAIImageGroup, index$5_IAccountAIImageInfo as IAccountAIImageInfo, index$5_IAccountAIImageTag as IAccountAIImageTag, index$5_IAccountAIInfo as IAccountAIInfo, index$5_IAccountAITag as IAccountAITag, index$5_IAccountAIVoice as IAccountAIVoice, index$5_IAccountAIVoiceChannel as IAccountAIVoiceChannel, index$5_IAccountAIVoiceGroup as IAccountAIVoiceGroup, index$5_IAccountAIVoiceInfo as IAccountAIVoiceInfo, index$5_IAccountAIVoiceTag as IAccountAIVoiceTag, index$5_IAccountDetailEmail as IAccountDetailEmail, index$5_IAccountDetailSocial as IAccountDetailSocial, index$5_IAccountEmail as IAccountEmail, index$5_IAccountEmailProxy as IAccountEmailProxy, index$5_IAccountEmailTag as IAccountEmailTag, index$5_IAccountEmailTaskWork as IAccountEmailTaskWork, index$5_IAccountVPS as IAccountVPS, index$5_IAccountVPSGroup as IAccountVPSGroup, index$5_IAccountsGroup as IAccountsGroup, index$5_ICanva as ICanva, index$5_ICanvaPosition as ICanvaPosition, index$5_IDevice as IDevice, index$5_IDeviceAllowPermission as IDeviceAllowPermission, index$5_IDeviceInfoEmail as IDeviceInfoEmail, index$5_IDeviceMappingAccount as IDeviceMappingAccount, index$5_IDeviceSetting as IDeviceSetting, index$5_IHistoryCanva as IHistoryCanva, index$5_ILogging as ILogging, index$5_IManagerImageAI as IManagerImageAI, index$5_IManagerImageAIItemStore as IManagerImageAIItemStore, index$5_IManagerImageAIUserAttached as IManagerImageAIUserAttached, index$5_IManagerSheet as IManagerSheet, index$5_IManagerSheetChildren as IManagerSheetChildren, index$5_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$5_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$5_IManagerSheetGroup as IManagerSheetGroup, index$5_IPC as IPC, index$5_IPatternCanvaAvatar as IPatternCanvaAvatar, index$5_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$5_IProxy as IProxy, index$5_IProxySetting as IProxySetting, index$5_IProxyTracking as IProxyTracking, index$5_ISheetsTool as ISheetsTool, index$5_ITaskAI as ITaskAI, index$5_ITaskAIImageVoice as ITaskAIImageVoice, index$5_ITaskAIItemAction as ITaskAIItemAction, index$5_ITaskAIItemGroup as ITaskAIItemGroup, index$5_ITaskTool as ITaskTool, index$5_IVoiceGenerated as IVoiceGenerated, index$5_IVoiceLanguage as IVoiceLanguage, index$5_IVoiceSettingDelay as IVoiceSettingDelay, index$5_IVoiceStores as IVoiceStores };
|
|
1580
1583
|
}
|
|
1581
1584
|
|
|
1582
1585
|
interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|