@rlvt/entity-manager-openapi-client 1.0.108 → 1.0.109
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/build/api.d.ts +2 -0
- package/build/definitions.d.ts +3 -1
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
package/build/definitions.d.ts
CHANGED
|
@@ -444,7 +444,7 @@ export declare type InternalResponse_ResourceGroup = {
|
|
|
444
444
|
message: string;
|
|
445
445
|
data: ResourceGroup;
|
|
446
446
|
};
|
|
447
|
-
export declare type
|
|
447
|
+
export declare type InternalResponse_Array_id_string_companyId_string_name_string_parentIds_Array_string_childrenIds_Array_string_userIds_Array_string_excludeFromAncestorInheritance_Union_false_true_directUsersCount_number_totalUsersCount_number = {
|
|
448
448
|
program: string;
|
|
449
449
|
version: string;
|
|
450
450
|
datetime: string;
|
|
@@ -459,6 +459,8 @@ export declare type InternalResponse_Array_id_string_companyId_string_name_strin
|
|
|
459
459
|
childrenIds: string[];
|
|
460
460
|
userIds: string[];
|
|
461
461
|
excludeFromAncestorInheritance: boolean;
|
|
462
|
+
directUsersCount: number;
|
|
463
|
+
totalUsersCount: number;
|
|
462
464
|
}[];
|
|
463
465
|
};
|
|
464
466
|
export declare type InternalResponse_Array_Intersection_Role_usersCount_number = {
|
package/build/definitions.js
CHANGED
|
@@ -18,4 +18,4 @@ var Variables;
|
|
|
18
18
|
Variables["UTM_MEDIUM"] = "utm_medium";
|
|
19
19
|
Variables["UTM_TERM"] = "utm_term";
|
|
20
20
|
})(Variables = exports.Variables || (exports.Variables = {}));
|
|
21
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
21
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBbVlwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQTZJRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rlvt/entity-manager-openapi-client",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.109+cdbca2f",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|