@rlvt/entity-manager-openapi-client 1.0.80 → 1.0.81
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 +1 -1
- package/build/definitions.d.ts +7 -16
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1796,7 +1796,7 @@ export default class {
|
|
|
1796
1796
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
1797
1797
|
status: "success";
|
|
1798
1798
|
} & {
|
|
1799
|
-
data:
|
|
1799
|
+
data: string;
|
|
1800
1800
|
program: string;
|
|
1801
1801
|
version: string;
|
|
1802
1802
|
datetime: string;
|
package/build/definitions.d.ts
CHANGED
|
@@ -26,7 +26,7 @@ export declare type InternalResponse_ = {
|
|
|
26
26
|
message: string;
|
|
27
27
|
data: {};
|
|
28
28
|
};
|
|
29
|
-
export declare type
|
|
29
|
+
export declare type InternalResponse = {
|
|
30
30
|
program: string;
|
|
31
31
|
version: string;
|
|
32
32
|
datetime: string;
|
|
@@ -35,7 +35,7 @@ export declare type InternalResponse_string = {
|
|
|
35
35
|
message: string;
|
|
36
36
|
data: string;
|
|
37
37
|
};
|
|
38
|
-
export declare type
|
|
38
|
+
export declare type InternalResponse_revoked_Union_false_true = {
|
|
39
39
|
program: string;
|
|
40
40
|
version: string;
|
|
41
41
|
datetime: string;
|
|
@@ -66,7 +66,7 @@ export declare type SerializedUser = {
|
|
|
66
66
|
readonly accountType?: ("service-account" | "user") & readonlyP;
|
|
67
67
|
};
|
|
68
68
|
export declare type User = SerializedUser;
|
|
69
|
-
export declare type
|
|
69
|
+
export declare type InternalResponse_isValid_Union_false_true_revokedAt_Union_null_Date_expiresAt_Union_null_Date_user_Union_undefined_User = {
|
|
70
70
|
program: string;
|
|
71
71
|
version: string;
|
|
72
72
|
datetime: string;
|
|
@@ -80,15 +80,6 @@ export declare type InternalResponse_isValid_boolean_revokedAt_Date_null_expires
|
|
|
80
80
|
user?: User;
|
|
81
81
|
};
|
|
82
82
|
};
|
|
83
|
-
export declare type InternalResponse_void = {
|
|
84
|
-
program: string;
|
|
85
|
-
version: string;
|
|
86
|
-
datetime: string;
|
|
87
|
-
status: string;
|
|
88
|
-
code?: number;
|
|
89
|
-
message: string;
|
|
90
|
-
data: {};
|
|
91
|
-
};
|
|
92
83
|
export declare type InternalResponse_roleId_string_resourceGroupIds_Array_string = {
|
|
93
84
|
program: string;
|
|
94
85
|
version: string;
|
|
@@ -305,7 +296,7 @@ export declare type InternalResponse_companyId_string = {
|
|
|
305
296
|
companyId: string;
|
|
306
297
|
};
|
|
307
298
|
};
|
|
308
|
-
export declare type
|
|
299
|
+
export declare type RoleRule_Without_ToJSON = {
|
|
309
300
|
fields?: string[];
|
|
310
301
|
conditions?: {
|
|
311
302
|
[key: string]: AnyValue;
|
|
@@ -319,7 +310,7 @@ export declare type RoleRule_Without_ = {
|
|
|
319
310
|
value: "id" | "companyId" | "roleId" | "resourceGroupIds" | "companyId?" | "resourceGroupIds?";
|
|
320
311
|
})[];
|
|
321
312
|
};
|
|
322
|
-
export declare type RoleRule =
|
|
313
|
+
export declare type RoleRule = RoleRule_Without_ToJSON;
|
|
323
314
|
export declare type SerializedRole = {
|
|
324
315
|
readonly id: (string) & readonlyP;
|
|
325
316
|
readonly companyId: (string) & readonlyP;
|
|
@@ -412,7 +403,7 @@ export declare type SerializedResourceGroup = {
|
|
|
412
403
|
color?: string;
|
|
413
404
|
};
|
|
414
405
|
export declare type ResourceGroup = SerializedResourceGroup;
|
|
415
|
-
export declare type
|
|
406
|
+
export declare type InternalResponse_Array_Intersection_ResourceGroup_usersCount_number = {
|
|
416
407
|
program: string;
|
|
417
408
|
version: string;
|
|
418
409
|
datetime: string;
|
|
@@ -432,7 +423,7 @@ export declare type InternalResponse_ResourceGroup = {
|
|
|
432
423
|
message: string;
|
|
433
424
|
data: ResourceGroup;
|
|
434
425
|
};
|
|
435
|
-
export declare type
|
|
426
|
+
export declare type InternalResponse_Array_Intersection_Role_usersCount_number = {
|
|
436
427
|
program: string;
|
|
437
428
|
version: string;
|
|
438
429
|
datetime: string;
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBZ1hwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQXdIRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED