automation-lib 5.0.51 → 5.0.52

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
@@ -1376,11 +1376,30 @@ interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterface
1376
1376
  ag_slug: string;
1377
1377
  }
1378
1378
 
1379
+ interface IFile extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1380
+ name: string;
1381
+ path: string;
1382
+ size: number;
1383
+ type: string;
1384
+ md5: string;
1385
+ url: string;
1386
+ isDraft: boolean;
1387
+ }
1388
+
1389
+ type index$9_IFile = IFile;
1390
+ declare namespace index$9 {
1391
+ export type { index$9_IFile as IFile };
1392
+ }
1393
+
1379
1394
  interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1380
1395
  group: IAccountsGroup | string;
1381
1396
  typeSocial: ETypeSocial;
1382
- avatar: string;
1383
- cover: string;
1397
+ promptAvatar: string;
1398
+ avatar: string | IFile;
1399
+ promptCover: string;
1400
+ cover: string | IFile;
1401
+ bio: string;
1402
+ links: string;
1384
1403
  sheetUrl: string;
1385
1404
  sheetName: string;
1386
1405
  accountDeviceType: string;
@@ -1424,21 +1443,6 @@ interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel
1424
1443
  accountSocial: string | IAccount;
1425
1444
  }
1426
1445
 
1427
- interface IFile extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1428
- name: string;
1429
- path: string;
1430
- size: number;
1431
- type: string;
1432
- md5: string;
1433
- url: string;
1434
- isDraft: boolean;
1435
- }
1436
-
1437
- type index$9_IFile = IFile;
1438
- declare namespace index$9 {
1439
- export type { index$9_IFile as IFile };
1440
- }
1441
-
1442
1446
  interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1443
1447
  file: IFile | string;
1444
1448
  managerImage: IManagerImageAI | string;
package/dist/index.d.ts CHANGED
@@ -1376,11 +1376,30 @@ interface IAccountsGroup extends BoInterfaceModelsCommon.IBaseModel, BoInterface
1376
1376
  ag_slug: string;
1377
1377
  }
1378
1378
 
1379
+ interface IFile extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1380
+ name: string;
1381
+ path: string;
1382
+ size: number;
1383
+ type: string;
1384
+ md5: string;
1385
+ url: string;
1386
+ isDraft: boolean;
1387
+ }
1388
+
1389
+ type index$9_IFile = IFile;
1390
+ declare namespace index$9 {
1391
+ export type { index$9_IFile as IFile };
1392
+ }
1393
+
1379
1394
  interface IAccount extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1380
1395
  group: IAccountsGroup | string;
1381
1396
  typeSocial: ETypeSocial;
1382
- avatar: string;
1383
- cover: string;
1397
+ promptAvatar: string;
1398
+ avatar: string | IFile;
1399
+ promptCover: string;
1400
+ cover: string | IFile;
1401
+ bio: string;
1402
+ links: string;
1384
1403
  sheetUrl: string;
1385
1404
  sheetName: string;
1386
1405
  accountDeviceType: string;
@@ -1424,21 +1443,6 @@ interface IManagerImageAIUserAttached extends BoInterfaceModelsCommon.IBaseModel
1424
1443
  accountSocial: string | IAccount;
1425
1444
  }
1426
1445
 
1427
- interface IFile extends BoInterfaceModelsCommon$1.IBaseModel, BoInterfaceModelsCommon$1.ITrackingModel<IUser> {
1428
- name: string;
1429
- path: string;
1430
- size: number;
1431
- type: string;
1432
- md5: string;
1433
- url: string;
1434
- isDraft: boolean;
1435
- }
1436
-
1437
- type index$9_IFile = IFile;
1438
- declare namespace index$9 {
1439
- export type { index$9_IFile as IFile };
1440
- }
1441
-
1442
1446
  interface IManagerImageAIItemStore extends BoInterfaceModelsCommon.IBaseModel, BoInterfaceModelsCommon.ITrackingModel<IUser> {
1443
1447
  file: IFile | string;
1444
1448
  managerImage: IManagerImageAI | string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.0.51",
3
+ "version": "5.0.52",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",