@rlvt/entity-manager-openapi-client 1.0.78 → 1.0.79
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 +9 -0
- package/build/definitions.d.ts +1 -0
- package/build/definitions.js +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1230,6 +1230,9 @@ export default class {
|
|
|
1230
1230
|
status: "success";
|
|
1231
1231
|
} & {
|
|
1232
1232
|
data: {
|
|
1233
|
+
readonly id: string & {
|
|
1234
|
+
readonly?: "__readonly" | undefined;
|
|
1235
|
+
};
|
|
1233
1236
|
readonly companyId: string & {
|
|
1234
1237
|
readonly?: "__readonly" | undefined;
|
|
1235
1238
|
};
|
|
@@ -1277,6 +1280,9 @@ export default class {
|
|
|
1277
1280
|
status: "success";
|
|
1278
1281
|
} & {
|
|
1279
1282
|
data: {
|
|
1283
|
+
readonly id: string & {
|
|
1284
|
+
readonly?: "__readonly" | undefined;
|
|
1285
|
+
};
|
|
1280
1286
|
readonly companyId: string & {
|
|
1281
1287
|
readonly?: "__readonly" | undefined;
|
|
1282
1288
|
};
|
|
@@ -1325,6 +1331,9 @@ export default class {
|
|
|
1325
1331
|
status: "success";
|
|
1326
1332
|
} & {
|
|
1327
1333
|
data: {
|
|
1334
|
+
readonly id: string & {
|
|
1335
|
+
readonly?: "__readonly" | undefined;
|
|
1336
|
+
};
|
|
1328
1337
|
readonly companyId: string & {
|
|
1329
1338
|
readonly?: "__readonly" | undefined;
|
|
1330
1339
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export declare type RoleRule_Without_ = {
|
|
|
321
321
|
};
|
|
322
322
|
export declare type RoleRule = RoleRule_Without_;
|
|
323
323
|
export declare type SerializedRole = {
|
|
324
|
+
readonly id: (string) & readonlyP;
|
|
324
325
|
readonly companyId: (string) & readonlyP;
|
|
325
326
|
name: string;
|
|
326
327
|
rules: RoleRule[];
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9kZWZpbml0aW9ucy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsb0JBQW9CO0FBQ3BCLG9CQUFvQjs7O0FBeVhwQixJQUFZLGVBSVg7QUFKRCxXQUFZLGVBQWU7SUFDdkIsc0NBQW1CLENBQUE7SUFDbkIsZ0NBQWEsQ0FBQTtJQUNiLHdDQUFxQixDQUFBO0FBQ3pCLENBQUMsRUFKVyxlQUFlLEdBQWYsdUJBQWUsS0FBZix1QkFBZSxRQUkxQjtBQXdIRCxJQUFZLFNBT1g7QUFQRCxXQUFZLFNBQVM7SUFDakIsOEJBQW1CLENBQUE7SUFDbkIsOEJBQW1CLENBQUE7SUFDbkIsMENBQTZCLENBQUE7SUFDN0Isc0NBQXlCLENBQUE7SUFDekIsc0NBQXlCLENBQUE7SUFDekIsa0NBQXFCLENBQUE7QUFDekIsQ0FBQyxFQVBXLFNBQVMsR0FBVCxpQkFBUyxLQUFULGlCQUFTLFFBT3BCIn0=
|
package/package.json
CHANGED