@rlvt/entity-manager-openapi-client 1.0.53 → 1.0.55
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 +5 -5
- package/build/definitions.d.ts +1 -1
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1357,7 +1357,7 @@ export default class {
|
|
|
1357
1357
|
subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
|
|
1358
1358
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1359
1359
|
field: string;
|
|
1360
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id";
|
|
1360
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1361
1361
|
})[] | undefined;
|
|
1362
1362
|
}[];
|
|
1363
1363
|
} & {
|
|
@@ -1377,7 +1377,7 @@ export default class {
|
|
|
1377
1377
|
subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
|
|
1378
1378
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1379
1379
|
field: string;
|
|
1380
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id";
|
|
1380
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1381
1381
|
})[] | undefined;
|
|
1382
1382
|
}[];
|
|
1383
1383
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -1406,7 +1406,7 @@ export default class {
|
|
|
1406
1406
|
subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
|
|
1407
1407
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1408
1408
|
field: string;
|
|
1409
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id";
|
|
1409
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1410
1410
|
})[] | undefined;
|
|
1411
1411
|
}[];
|
|
1412
1412
|
};
|
|
@@ -1426,7 +1426,7 @@ export default class {
|
|
|
1426
1426
|
subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
|
|
1427
1427
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1428
1428
|
field: string;
|
|
1429
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id";
|
|
1429
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1430
1430
|
})[] | undefined;
|
|
1431
1431
|
}[] | undefined;
|
|
1432
1432
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -1455,7 +1455,7 @@ export default class {
|
|
|
1455
1455
|
subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
|
|
1456
1456
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1457
1457
|
field: string;
|
|
1458
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id";
|
|
1458
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
1459
1459
|
})[] | undefined;
|
|
1460
1460
|
}[];
|
|
1461
1461
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -286,7 +286,7 @@ export declare type Pick_RoleRule_fields_or_conditions_or_inverted_or_reason_or_
|
|
|
286
286
|
subject: "Company" | "Block" | "Campaign" | "BranchGroup" | "Datasource" | "OAuthClient" | "Statistics" | "BlockContent" | "User" | "Billing" | "Role" | "ResourceGroup" | "Invitation" | "Workflow" | "Content" | "ContentFontResource";
|
|
287
287
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
288
288
|
field: string;
|
|
289
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id";
|
|
289
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
290
290
|
})[];
|
|
291
291
|
};
|
|
292
292
|
export declare type RoleRule = Pick_RoleRule_fields_or_conditions_or_inverted_or_reason_or_action_or_subject_or_mustMatch_;
|
package/package.json
CHANGED