automation-lib 5.6.9 → 5.6.11

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
@@ -11569,6 +11569,9 @@ interface UpdatePCPhoneDto {
11569
11569
  interface IViewDeviceByPCPhone {
11570
11570
  id: string;
11571
11571
  deviceName: string;
11572
+ modalName: string;
11573
+ serialNumber: string;
11574
+ connection: string;
11572
11575
  deviceKey: string;
11573
11576
  deviceStatusConnect: EStatusDeviceConnectPC;
11574
11577
  deviceTimeConnect: Date;
@@ -11602,9 +11605,10 @@ interface FindPCPhoneDetail {
11602
11605
  user: string;
11603
11606
  };
11604
11607
  auditInformation: {
11605
- department: string;
11606
- team: string;
11607
- user: string;
11608
+ createdAt: Date;
11609
+ createdBy: string;
11610
+ updatedAt: Date;
11611
+ updatedBy: string;
11608
11612
  };
11609
11613
  }
11610
11614
  interface FindPCPhoneDto extends IFindBaseDto {
package/dist/index.d.ts CHANGED
@@ -11569,6 +11569,9 @@ interface UpdatePCPhoneDto {
11569
11569
  interface IViewDeviceByPCPhone {
11570
11570
  id: string;
11571
11571
  deviceName: string;
11572
+ modalName: string;
11573
+ serialNumber: string;
11574
+ connection: string;
11572
11575
  deviceKey: string;
11573
11576
  deviceStatusConnect: EStatusDeviceConnectPC;
11574
11577
  deviceTimeConnect: Date;
@@ -11602,9 +11605,10 @@ interface FindPCPhoneDetail {
11602
11605
  user: string;
11603
11606
  };
11604
11607
  auditInformation: {
11605
- department: string;
11606
- team: string;
11607
- user: string;
11608
+ createdAt: Date;
11609
+ createdBy: string;
11610
+ updatedAt: Date;
11611
+ updatedBy: string;
11608
11612
  };
11609
11613
  }
11610
11614
  interface FindPCPhoneDto extends IFindBaseDto {
package/dist/index.js CHANGED
@@ -319,8 +319,8 @@ var CONST_API_CONTROLLERS = {
319
319
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
320
320
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
321
321
  TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
322
- PC_PHONE: "pc_phone",
323
- PC_PHONE_LOG: "pc_phone_log",
322
+ PC_PHONE: "pc-phone",
323
+ PC_PHONE_LOG: "pc-phone-log",
324
324
  PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
325
325
  PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
326
326
  ACCOUNTS_VPN: "accounts-vpn",
package/dist/index.mjs CHANGED
@@ -127,8 +127,8 @@ var CONST_API_CONTROLLERS = {
127
127
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN: "tasks-manual-content-threads-children",
128
128
  TASKS_MANUAL_CONTENT_THREADS_CHILDREN_ITEM_POST: "tasks-manual-content-threads-children-item-post",
129
129
  TASKS_MANUAL_CONTENT_THREADS_RUNTIME: "tasks-manual-content-threads-runtime",
130
- PC_PHONE: "pc_phone",
131
- PC_PHONE_LOG: "pc_phone_log",
130
+ PC_PHONE: "pc-phone",
131
+ PC_PHONE_LOG: "pc-phone-log",
132
132
  PATTERN_CANVA_AVATAR: "pattern-canva-avatar",
133
133
  PATTERN_CANVA_COVER_BACKGROUND: "pattern-canva-cover-background",
134
134
  ACCOUNTS_VPN: "accounts-vpn",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "automation-lib",
3
- "version": "5.6.9",
3
+ "version": "5.6.11",
4
4
  "description": "Common features and type of applications auto",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",