automation-lib 4.8.72 → 4.8.74
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 +11 -2
- package/dist/index.d.ts +11 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -569,7 +569,7 @@ interface IPatternCanvaCoverBackground extends BoInterfaceModelsCommon.IBaseMode
|
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
572
|
-
name:
|
|
572
|
+
name: string;
|
|
573
573
|
slug: string;
|
|
574
574
|
}
|
|
575
575
|
|
|
@@ -589,7 +589,13 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
|
|
|
589
589
|
url: string;
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
+
interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
593
|
+
name: string;
|
|
594
|
+
slug: string;
|
|
595
|
+
}
|
|
596
|
+
|
|
592
597
|
interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
598
|
+
group: string | IAccountVPSGroup;
|
|
593
599
|
ip: string;
|
|
594
600
|
port: string;
|
|
595
601
|
username: string;
|
|
@@ -1061,6 +1067,8 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
|
|
|
1061
1067
|
interface IManagerSheetChildrenGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1062
1068
|
sheetChildren: string | IManagerSheetChildren;
|
|
1063
1069
|
name: string;
|
|
1070
|
+
slug: string;
|
|
1071
|
+
order: number;
|
|
1064
1072
|
}
|
|
1065
1073
|
|
|
1066
1074
|
interface IManagerSheetChildrenGroupItem extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -1078,6 +1086,7 @@ type index$4_IAccountAIGroup = IAccountAIGroup;
|
|
|
1078
1086
|
type index$4_IAccountDetailEmail = IAccountDetailEmail;
|
|
1079
1087
|
type index$4_IAccountDetailSocial = IAccountDetailSocial;
|
|
1080
1088
|
type index$4_IAccountVPS = IAccountVPS;
|
|
1089
|
+
type index$4_IAccountVPSGroup = IAccountVPSGroup;
|
|
1081
1090
|
type index$4_IAccountsGroup = IAccountsGroup;
|
|
1082
1091
|
type index$4_ICanva = ICanva;
|
|
1083
1092
|
type index$4_ICanvaPosition = ICanvaPosition;
|
|
@@ -1105,7 +1114,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
1105
1114
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1106
1115
|
type index$4_IVoiceStores = IVoiceStores;
|
|
1107
1116
|
declare namespace index$4 {
|
|
1108
|
-
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountVPS as IAccountVPS, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
1117
|
+
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
1109
1118
|
}
|
|
1110
1119
|
|
|
1111
1120
|
interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|
package/dist/index.d.ts
CHANGED
|
@@ -569,7 +569,7 @@ interface IPatternCanvaCoverBackground extends BoInterfaceModelsCommon.IBaseMode
|
|
|
569
569
|
}
|
|
570
570
|
|
|
571
571
|
interface IAccountAIGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
572
|
-
name:
|
|
572
|
+
name: string;
|
|
573
573
|
slug: string;
|
|
574
574
|
}
|
|
575
575
|
|
|
@@ -589,7 +589,13 @@ interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInte
|
|
|
589
589
|
url: string;
|
|
590
590
|
}
|
|
591
591
|
|
|
592
|
+
interface IAccountVPSGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
593
|
+
name: string;
|
|
594
|
+
slug: string;
|
|
595
|
+
}
|
|
596
|
+
|
|
592
597
|
interface IAccountVPS extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
598
|
+
group: string | IAccountVPSGroup;
|
|
593
599
|
ip: string;
|
|
594
600
|
port: string;
|
|
595
601
|
username: string;
|
|
@@ -1061,6 +1067,8 @@ interface IManagerSheetChildren extends BoInterfaceModelsCommon$1.IBaseModel, Bo
|
|
|
1061
1067
|
interface IManagerSheetChildrenGroup extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
1062
1068
|
sheetChildren: string | IManagerSheetChildren;
|
|
1063
1069
|
name: string;
|
|
1070
|
+
slug: string;
|
|
1071
|
+
order: number;
|
|
1064
1072
|
}
|
|
1065
1073
|
|
|
1066
1074
|
interface IManagerSheetChildrenGroupItem extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
|
|
@@ -1078,6 +1086,7 @@ type index$4_IAccountAIGroup = IAccountAIGroup;
|
|
|
1078
1086
|
type index$4_IAccountDetailEmail = IAccountDetailEmail;
|
|
1079
1087
|
type index$4_IAccountDetailSocial = IAccountDetailSocial;
|
|
1080
1088
|
type index$4_IAccountVPS = IAccountVPS;
|
|
1089
|
+
type index$4_IAccountVPSGroup = IAccountVPSGroup;
|
|
1081
1090
|
type index$4_IAccountsGroup = IAccountsGroup;
|
|
1082
1091
|
type index$4_ICanva = ICanva;
|
|
1083
1092
|
type index$4_ICanvaPosition = ICanvaPosition;
|
|
@@ -1105,7 +1114,7 @@ type index$4_IVoiceLanguage = IVoiceLanguage;
|
|
|
1105
1114
|
type index$4_IVoiceSettingDelay = IVoiceSettingDelay;
|
|
1106
1115
|
type index$4_IVoiceStores = IVoiceStores;
|
|
1107
1116
|
declare namespace index$4 {
|
|
1108
|
-
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountVPS as IAccountVPS, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
1117
|
+
export type { index$4_IAccount as IAccount, index$4_IAccountAI as IAccountAI, index$4_IAccountAIChannel as IAccountAIChannel, index$4_IAccountAIGroup as IAccountAIGroup, index$4_IAccountDetailEmail as IAccountDetailEmail, index$4_IAccountDetailSocial as IAccountDetailSocial, index$4_IAccountVPS as IAccountVPS, index$4_IAccountVPSGroup as IAccountVPSGroup, index$4_IAccountsGroup as IAccountsGroup, index$4_ICanva as ICanva, index$4_ICanvaPosition as ICanvaPosition, index$4_IDevice as IDevice, index$4_IDeviceAllowPermission as IDeviceAllowPermission, index$4_IDeviceInfoEmail as IDeviceInfoEmail, index$4_IDeviceSetting as IDeviceSetting, index$4_IHistoryCanva as IHistoryCanva, index$4_ILogging as ILogging, index$4_IManagerSheet as IManagerSheet, index$4_IManagerSheetChildren as IManagerSheetChildren, index$4_IManagerSheetChildrenGroup as IManagerSheetChildrenGroup, index$4_IManagerSheetChildrenGroupItem as IManagerSheetChildrenGroupItem, index$4_IManagerSheetGroup as IManagerSheetGroup, index$4_IPC as IPC, index$4_IPatternCanvaAvatar as IPatternCanvaAvatar, index$4_IPatternCanvaCoverBackground as IPatternCanvaCoverBackground, index$4_IProxy as IProxy, index$4_IProxySetting as IProxySetting, index$4_IProxyTracking as IProxyTracking, index$4_ISheetsTool as ISheetsTool, index$4_ITaskTool as ITaskTool, index$4_IVoiceGenerated as IVoiceGenerated, index$4_IVoiceLanguage as IVoiceLanguage, index$4_IVoiceSettingDelay as IVoiceSettingDelay, index$4_IVoiceStores as IVoiceStores };
|
|
1109
1118
|
}
|
|
1110
1119
|
|
|
1111
1120
|
interface IDeviceEmail extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ISoftDeleteModel<IUser>, BoInterfaceModelsCommon.ITrackingModel<IUser> {
|