automation-lib 5.1.241 → 5.1.243
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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -8009,7 +8009,7 @@ interface FindRoleDetailDto extends IFindBaseDto, IRole {
|
|
|
8009
8009
|
[module: string]: {
|
|
8010
8010
|
[submodule: string]: {
|
|
8011
8011
|
featureRoleID?: string;
|
|
8012
|
-
|
|
8012
|
+
actions: string[];
|
|
8013
8013
|
};
|
|
8014
8014
|
};
|
|
8015
8015
|
};
|
|
@@ -8019,7 +8019,7 @@ interface FindRoleDto extends IFindBaseDto, IRole {
|
|
|
8019
8019
|
[module: string]: {
|
|
8020
8020
|
[submodule: string]: {
|
|
8021
8021
|
featureRoleID?: string;
|
|
8022
|
-
|
|
8022
|
+
actions: string[];
|
|
8023
8023
|
};
|
|
8024
8024
|
};
|
|
8025
8025
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -8009,7 +8009,7 @@ interface FindRoleDetailDto extends IFindBaseDto, IRole {
|
|
|
8009
8009
|
[module: string]: {
|
|
8010
8010
|
[submodule: string]: {
|
|
8011
8011
|
featureRoleID?: string;
|
|
8012
|
-
|
|
8012
|
+
actions: string[];
|
|
8013
8013
|
};
|
|
8014
8014
|
};
|
|
8015
8015
|
};
|
|
@@ -8019,7 +8019,7 @@ interface FindRoleDto extends IFindBaseDto, IRole {
|
|
|
8019
8019
|
[module: string]: {
|
|
8020
8020
|
[submodule: string]: {
|
|
8021
8021
|
featureRoleID?: string;
|
|
8022
|
-
|
|
8022
|
+
actions: string[];
|
|
8023
8023
|
};
|
|
8024
8024
|
};
|
|
8025
8025
|
};
|