automation-lib 4.9.107 → 4.9.108
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 +3 -3
- package/dist/index.d.ts +3 -3
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1337,7 +1337,7 @@ interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1337
1337
|
isFulled: boolean;
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
|
-
interface
|
|
1340
|
+
interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1341
1341
|
deviceKey: string;
|
|
1342
1342
|
typeSocial: ETypeSocial;
|
|
1343
1343
|
accountSocial: IAccount | string;
|
|
@@ -1550,8 +1550,8 @@ type index$5_ICanvaPosition = ICanvaPosition;
|
|
|
1550
1550
|
type index$5_IDevice = IDevice;
|
|
1551
1551
|
type index$5_IDeviceAllowPermission = IDeviceAllowPermission;
|
|
1552
1552
|
type index$5_IDeviceInfoEmail = IDeviceInfoEmail;
|
|
1553
|
-
type index$5_IDeviceMappingAccount = IDeviceMappingAccount;
|
|
1554
1553
|
type index$5_IDeviceSetting = IDeviceSetting;
|
|
1554
|
+
type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
1555
1555
|
type index$5_IHistoryCanva = IHistoryCanva;
|
|
1556
1556
|
type index$5_ILogging = ILogging;
|
|
1557
1557
|
type index$5_IManagerImageAI = IManagerImageAI;
|
|
@@ -1579,7 +1579,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
|
1579
1579
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1580
1580
|
type index$5_IVoiceStores = IVoiceStores;
|
|
1581
1581
|
declare namespace index$5 {
|
|
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$
|
|
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_IDeviceSetting as IDeviceSetting, index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, 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 };
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -1337,7 +1337,7 @@ interface IDeviceSetting extends BoInterfaceModelsCommon.IBaseModel, BoInterface
|
|
|
1337
1337
|
isFulled: boolean;
|
|
1338
1338
|
}
|
|
1339
1339
|
|
|
1340
|
-
interface
|
|
1340
|
+
interface IDeviceSettingForAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
|
1341
1341
|
deviceKey: string;
|
|
1342
1342
|
typeSocial: ETypeSocial;
|
|
1343
1343
|
accountSocial: IAccount | string;
|
|
@@ -1550,8 +1550,8 @@ type index$5_ICanvaPosition = ICanvaPosition;
|
|
|
1550
1550
|
type index$5_IDevice = IDevice;
|
|
1551
1551
|
type index$5_IDeviceAllowPermission = IDeviceAllowPermission;
|
|
1552
1552
|
type index$5_IDeviceInfoEmail = IDeviceInfoEmail;
|
|
1553
|
-
type index$5_IDeviceMappingAccount = IDeviceMappingAccount;
|
|
1554
1553
|
type index$5_IDeviceSetting = IDeviceSetting;
|
|
1554
|
+
type index$5_IDeviceSettingForAccount = IDeviceSettingForAccount;
|
|
1555
1555
|
type index$5_IHistoryCanva = IHistoryCanva;
|
|
1556
1556
|
type index$5_ILogging = ILogging;
|
|
1557
1557
|
type index$5_IManagerImageAI = IManagerImageAI;
|
|
@@ -1579,7 +1579,7 @@ type index$5_IVoiceLanguage = IVoiceLanguage;
|
|
|
1579
1579
|
type index$5_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1580
1580
|
type index$5_IVoiceStores = IVoiceStores;
|
|
1581
1581
|
declare namespace index$5 {
|
|
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$
|
|
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_IDeviceSetting as IDeviceSetting, index$5_IDeviceSettingForAccount as IDeviceSettingForAccount, 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 };
|
|
1583
1583
|
}
|
|
1584
1584
|
|
|
1585
1585
|
interface ILogTaskAIImageVoice extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|