automation-lib 4.8.84 → 4.8.87

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 CHANGED
@@ -93,8 +93,12 @@ declare const CONST_API_CONTROLLERS: {
93
93
  MANAGER_SHEET_CHILDREN: string;
94
94
  MANAGER_SHEET_CHILDREN_GROUP: string;
95
95
  MANAGER_SHEET_CHILDREN_GROUP_ITEM: string;
96
- ACCOUNTS_AI: string;
97
- ACCOUNTS_VPS: string;
96
+ ACCOUNT_AI: string;
97
+ ACCOUNT_AI_GROUP: string;
98
+ ACCOUNT_AI_CHANNEL: string;
99
+ ACCOUNT_AI_TAG: string;
100
+ ACCOUNT_VPS: string;
101
+ ACCOUNT_VPS_GROUP: string;
98
102
  };
99
103
  WEB: {
100
104
  AUTH: string;
@@ -606,14 +610,14 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
606
610
  idea: string | IIdea;
607
611
  niche: string[] | INiche[];
608
612
  membersAssigned: string[] | IUser[];
609
- groups: string[] | IAccountAIGroup[];
610
- type: ETypeAccountAI;
611
- provider: string;
612
- versionAI: string;
613
+ groupsAI: string[] | IAccountAIGroup[];
613
614
  email: string;
614
615
  password: string;
615
616
  emailPassword: string;
616
617
  email2FA: string;
618
+ provider: string;
619
+ type: ETypeAccountAI;
620
+ versionAI: string;
617
621
  isActive: boolean;
618
622
  }
619
623
 
@@ -624,7 +628,7 @@ interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
624
628
  }
625
629
 
626
630
  interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
627
- account: string | IAccountAI;
631
+ accountAI: string | IAccountAI;
628
632
  name: string;
629
633
  url: string;
630
634
  }
package/dist/index.d.ts CHANGED
@@ -93,8 +93,12 @@ declare const CONST_API_CONTROLLERS: {
93
93
  MANAGER_SHEET_CHILDREN: string;
94
94
  MANAGER_SHEET_CHILDREN_GROUP: string;
95
95
  MANAGER_SHEET_CHILDREN_GROUP_ITEM: string;
96
- ACCOUNTS_AI: string;
97
- ACCOUNTS_VPS: string;
96
+ ACCOUNT_AI: string;
97
+ ACCOUNT_AI_GROUP: string;
98
+ ACCOUNT_AI_CHANNEL: string;
99
+ ACCOUNT_AI_TAG: string;
100
+ ACCOUNT_VPS: string;
101
+ ACCOUNT_VPS_GROUP: string;
98
102
  };
99
103
  WEB: {
100
104
  AUTH: string;
@@ -606,14 +610,14 @@ interface IAccountAI extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceMo
606
610
  idea: string | IIdea;
607
611
  niche: string[] | INiche[];
608
612
  membersAssigned: string[] | IUser[];
609
- groups: string[] | IAccountAIGroup[];
610
- type: ETypeAccountAI;
611
- provider: string;
612
- versionAI: string;
613
+ groupsAI: string[] | IAccountAIGroup[];
613
614
  email: string;
614
615
  password: string;
615
616
  emailPassword: string;
616
617
  email2FA: string;
618
+ provider: string;
619
+ type: ETypeAccountAI;
620
+ versionAI: string;
617
621
  isActive: boolean;
618
622
  }
619
623
 
@@ -624,7 +628,7 @@ interface IAccountAITag extends BoInterfaceModelsCommon$1.IBaseModel {
624
628
  }
625
629
 
626
630
  interface IAccountAIChannel extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
627
- account: string | IAccountAI;
631
+ accountAI: string | IAccountAI;
628
632
  name: string;
629
633
  url: string;
630
634
  }
package/dist/index.js CHANGED
@@ -138,8 +138,12 @@ var CONST_API_CONTROLLERS = {
138
138
  MANAGER_SHEET_CHILDREN: "manager-sheet-children",
139
139
  MANAGER_SHEET_CHILDREN_GROUP: "manager-sheet-children-group",
140
140
  MANAGER_SHEET_CHILDREN_GROUP_ITEM: "manager-sheet-children-group-item",
141
- ACCOUNTS_AI: "account-ai",
142
- ACCOUNTS_VPS: "account-vps"
141
+ ACCOUNT_AI: "account-ai",
142
+ ACCOUNT_AI_GROUP: "account-group",
143
+ ACCOUNT_AI_CHANNEL: "account-channel",
144
+ ACCOUNT_AI_TAG: "account-tag",
145
+ ACCOUNT_VPS: "account-vps",
146
+ ACCOUNT_VPS_GROUP: "account-group"
143
147
  },
144
148
  WEB: {
145
149
  AUTH: "auth",
package/dist/index.mjs CHANGED
@@ -115,8 +115,12 @@ var CONST_API_CONTROLLERS = {
115
115
  MANAGER_SHEET_CHILDREN: "manager-sheet-children",
116
116
  MANAGER_SHEET_CHILDREN_GROUP: "manager-sheet-children-group",
117
117
  MANAGER_SHEET_CHILDREN_GROUP_ITEM: "manager-sheet-children-group-item",
118
- ACCOUNTS_AI: "account-ai",
119
- ACCOUNTS_VPS: "account-vps"
118
+ ACCOUNT_AI: "account-ai",
119
+ ACCOUNT_AI_GROUP: "account-group",
120
+ ACCOUNT_AI_CHANNEL: "account-channel",
121
+ ACCOUNT_AI_TAG: "account-tag",
122
+ ACCOUNT_VPS: "account-vps",
123
+ ACCOUNT_VPS_GROUP: "account-group"
120
124
  },
121
125
  WEB: {
122
126
  AUTH: "auth",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "4.8.84",
3
+ "version": "4.8.87",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",