@rlvt/entity-manager-openapi-client 1.0.113 → 1.0.114

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 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" | "update" | "delete" | "query" | "export";
1697
- subject: "User" | "Invitation" | "DatagraphSchema" | "DatagraphEntity" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource";
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";
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" | "update" | "delete" | "query" | "export";
1722
- subject: "User" | "Invitation" | "DatagraphSchema" | "DatagraphEntity" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource";
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";
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" | "update" | "delete" | "query" | "export";
1747
- subject: "User" | "Invitation" | "DatagraphSchema" | "DatagraphEntity" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource";
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";
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" | "update" | "delete" | "query" | "export";
1773
- subject: "User" | "Invitation" | "DatagraphSchema" | "DatagraphEntity" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource";
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";
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" | "update" | "delete" | "query" | "export";
1798
- subject: "User" | "Invitation" | "DatagraphSchema" | "DatagraphEntity" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource";
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";
1799
1799
  mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
1800
1800
  field: string;
1801
1801
  value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
@@ -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" | "update" | "delete" | "query" | "export";
332
- subject: "User" | "Invitation" | "DatagraphSchema" | "DatagraphEntity" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "Company" | "Role" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource";
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";
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.113+21edd33",
3
+ "version": "1.0.114+6f991f8",
4
4
  "description": "Openapi client for reelevant service",
5
5
  "main": "build/index.js",
6
6
  "repository": "https://github.com/reelevant-tech/openapi-clients",