automation-lib 5.3.48 → 5.3.49
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -9088,7 +9088,7 @@ interface CreateAccountVPSDto {
|
|
|
9088
9088
|
timeRun: Date;
|
|
9089
9089
|
numberHourForReset: number;
|
|
9090
9090
|
departmentIdAssign: string;
|
|
9091
|
-
teamIdAssign: string
|
|
9091
|
+
teamIdAssign: string;
|
|
9092
9092
|
description: string;
|
|
9093
9093
|
}
|
|
9094
9094
|
interface EditAccountVPSDto extends CreateAccountVPSDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -9088,7 +9088,7 @@ interface CreateAccountVPSDto {
|
|
|
9088
9088
|
timeRun: Date;
|
|
9089
9089
|
numberHourForReset: number;
|
|
9090
9090
|
departmentIdAssign: string;
|
|
9091
|
-
teamIdAssign: string
|
|
9091
|
+
teamIdAssign: string;
|
|
9092
9092
|
description: string;
|
|
9093
9093
|
}
|
|
9094
9094
|
interface EditAccountVPSDto extends CreateAccountVPSDto {
|