@ubs-platform/users-common 3.0.4-beta → 3.0.6-beta
Sign up to get free protection for your applications and to get access to all the features.
@@ -9,6 +9,13 @@ export interface EntityOwnershipDTO {
|
|
9
9
|
entityId: String;
|
10
10
|
overriderRoles: String[];
|
11
11
|
}
|
12
|
+
export interface EntityOwnershipInsertCapabiltyDTO {
|
13
|
+
entityGroup: String;
|
14
|
+
entityName: String;
|
15
|
+
entityId: String;
|
16
|
+
userId: string;
|
17
|
+
capability: string;
|
18
|
+
}
|
12
19
|
export interface EntityOwnershipSearch {
|
13
20
|
entityGroup: String;
|
14
21
|
entityName: String;
|
package/dist/lib/dto/index.d.ts
CHANGED
package/dist/lib/dto/index.js
CHANGED
@@ -13,4 +13,5 @@ tslib_1.__exportStar(require("./user-create-dto"), exports);
|
|
13
13
|
tslib_1.__exportStar(require("./password-change-dto"), exports);
|
14
14
|
tslib_1.__exportStar(require("./user-full-dto"), exports);
|
15
15
|
tslib_1.__exportStar(require("./error-informations"), exports);
|
16
|
+
tslib_1.__exportStar(require("./entity-ownership-dto"), exports);
|
16
17
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/dto/index.ts"],"names":[],"mappings":";;;AAAA,4DAAkC;AAClC,mEAAyC;AACzC,gEAAsC;AACtC,yDAA+B;AAC/B,kEAAwC;AACxC,qDAA2B;AAC3B,2DAAiC;AACjC,iEAAuC;AACvC,4DAAkC;AAClC,gEAAsC;AACtC,0DAAgC;AAChC,+DAAqC"}
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/lib/dto/index.ts"],"names":[],"mappings":";;;AAAA,4DAAkC;AAClC,mEAAyC;AACzC,gEAAsC;AACtC,yDAA+B;AAC/B,kEAAwC;AACxC,qDAA2B;AAC3B,2DAAiC;AACjC,iEAAuC;AACvC,4DAAkC;AAClC,gEAAsC;AACtC,0DAAgC;AAChC,+DAAqC;AACrC,iEAAuC"}
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{ "name": "@ubs-platform/users-common", "version": "3.0.
|
1
|
+
{ "name": "@ubs-platform/users-common", "version": "3.0.6-beta", "license": "MIT", "dependencies": { "tslib": "^2.3.0" }, "devDependencies": { "typescript": "~5.3.2", "@types/node": "~18.16.9" }, "publishConfig": { "access": "public" }, "peerDependencies": {}, "scripts": { "build": "tsc", "build-publish": "npm run build && npm publish --tag beta" }, "type": "commonjs", "main": "./dist/index.js" }
|