@rlvt/entity-manager-openapi-client 1.0.113 → 1.0.115
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 +10 -10
- package/build/definitions.d.ts +2 -2
- package/package.json +1 -1
package/build/api.d.ts
CHANGED
|
@@ -1693,8 +1693,8 @@ export default class {
|
|
|
1693
1693
|
} | undefined;
|
|
1694
1694
|
inverted?: boolean | undefined;
|
|
1695
1695
|
reason?: string | undefined;
|
|
1696
|
-
action: "create" | "access" | "read" | "
|
|
1697
|
-
subject: "User" | "Invitation" | "
|
|
1696
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1697
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1698
1698
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1699
1699
|
field: string;
|
|
1700
1700
|
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
@@ -1718,8 +1718,8 @@ export default class {
|
|
|
1718
1718
|
} | undefined;
|
|
1719
1719
|
inverted?: boolean | undefined;
|
|
1720
1720
|
reason?: string | undefined;
|
|
1721
|
-
action: "create" | "access" | "read" | "
|
|
1722
|
-
subject: "User" | "Invitation" | "
|
|
1721
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1722
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1723
1723
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1724
1724
|
field: string;
|
|
1725
1725
|
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
@@ -1743,8 +1743,8 @@ export default class {
|
|
|
1743
1743
|
} | undefined;
|
|
1744
1744
|
inverted?: boolean | undefined;
|
|
1745
1745
|
reason?: string | undefined;
|
|
1746
|
-
action: "create" | "access" | "read" | "
|
|
1747
|
-
subject: "User" | "Invitation" | "
|
|
1746
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1747
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1748
1748
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1749
1749
|
field: string;
|
|
1750
1750
|
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
@@ -1769,8 +1769,8 @@ export default class {
|
|
|
1769
1769
|
} | undefined;
|
|
1770
1770
|
inverted?: boolean | undefined;
|
|
1771
1771
|
reason?: string | undefined;
|
|
1772
|
-
action: "create" | "access" | "read" | "
|
|
1773
|
-
subject: "User" | "Invitation" | "
|
|
1772
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1773
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1774
1774
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1775
1775
|
field: string;
|
|
1776
1776
|
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
@@ -1794,8 +1794,8 @@ export default class {
|
|
|
1794
1794
|
} | undefined;
|
|
1795
1795
|
inverted?: boolean | undefined;
|
|
1796
1796
|
reason?: string | undefined;
|
|
1797
|
-
action: "create" | "access" | "read" | "
|
|
1798
|
-
subject: "User" | "Invitation" | "
|
|
1797
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
1798
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
1799
1799
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
1800
1800
|
field: string;
|
|
1801
1801
|
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
package/build/definitions.d.ts
CHANGED
|
@@ -328,8 +328,8 @@ export declare type RoleRule_Without_ToJSON = {
|
|
|
328
328
|
};
|
|
329
329
|
inverted?: boolean;
|
|
330
330
|
reason?: string;
|
|
331
|
-
action: "create" | "access" | "read" | "
|
|
332
|
-
subject: "User" | "Invitation" | "
|
|
331
|
+
action: "create" | "access" | "read" | "query" | "update" | "delete" | "export";
|
|
332
|
+
subject: "User" | "Invitation" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings";
|
|
333
333
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
334
334
|
field: string;
|
|
335
335
|
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
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.115+3fc9b39",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|