automation-lib 6.6.351 → 6.6.352
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 +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -18772,10 +18772,10 @@ interface FindTokenJsonManagerDto extends IFindBaseDto {
|
|
|
18772
18772
|
note: string;
|
|
18773
18773
|
}
|
|
18774
18774
|
interface FilterTokenJsonManagerDto extends IFilterBaseDto {
|
|
18775
|
-
groupTokenJson: string;
|
|
18776
|
-
health: ETokenJsonManagerHealth;
|
|
18777
|
-
rotation: ERotationTokenJsonManager;
|
|
18778
|
-
status: EStatusTokenJsonManager;
|
|
18775
|
+
groupTokenJson: string[];
|
|
18776
|
+
health: ETokenJsonManagerHealth[];
|
|
18777
|
+
rotation: ERotationTokenJsonManager[];
|
|
18778
|
+
status: EStatusTokenJsonManager[];
|
|
18779
18779
|
}
|
|
18780
18780
|
|
|
18781
18781
|
interface CreateTokenJsonGroupDto {
|
package/dist/index.d.ts
CHANGED
|
@@ -18772,10 +18772,10 @@ interface FindTokenJsonManagerDto extends IFindBaseDto {
|
|
|
18772
18772
|
note: string;
|
|
18773
18773
|
}
|
|
18774
18774
|
interface FilterTokenJsonManagerDto extends IFilterBaseDto {
|
|
18775
|
-
groupTokenJson: string;
|
|
18776
|
-
health: ETokenJsonManagerHealth;
|
|
18777
|
-
rotation: ERotationTokenJsonManager;
|
|
18778
|
-
status: EStatusTokenJsonManager;
|
|
18775
|
+
groupTokenJson: string[];
|
|
18776
|
+
health: ETokenJsonManagerHealth[];
|
|
18777
|
+
rotation: ERotationTokenJsonManager[];
|
|
18778
|
+
status: EStatusTokenJsonManager[];
|
|
18779
18779
|
}
|
|
18780
18780
|
|
|
18781
18781
|
interface CreateTokenJsonGroupDto {
|