@rlvt/entity-manager-openapi-client 1.0.186 → 1.0.187
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
|
@@ -2059,9 +2059,9 @@ export default class {
|
|
|
2059
2059
|
}[] | undefined;
|
|
2060
2060
|
inverted?: boolean | undefined;
|
|
2061
2061
|
subject: "User" | "Invitation" | "Company" | "Role" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure" | "AnalyticsSettings" | "Intelligence";
|
|
2062
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
2062
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | {
|
|
2063
2063
|
field: string;
|
|
2064
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
2064
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | "companyId?" | "resourceGroupIds?" | "resourceGroupIdsWithAncestors?";
|
|
2065
2065
|
})[] | undefined;
|
|
2066
2066
|
}[];
|
|
2067
2067
|
usersCount: number;
|
|
@@ -2098,9 +2098,9 @@ export default class {
|
|
|
2098
2098
|
}[] | undefined;
|
|
2099
2099
|
inverted?: boolean | undefined;
|
|
2100
2100
|
subject: "User" | "Invitation" | "Company" | "Role" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure" | "AnalyticsSettings" | "Intelligence";
|
|
2101
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
2101
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | {
|
|
2102
2102
|
field: string;
|
|
2103
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
2103
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | "companyId?" | "resourceGroupIds?" | "resourceGroupIdsWithAncestors?";
|
|
2104
2104
|
})[] | undefined;
|
|
2105
2105
|
}[];
|
|
2106
2106
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -2137,9 +2137,9 @@ export default class {
|
|
|
2137
2137
|
}[] | undefined;
|
|
2138
2138
|
inverted?: boolean | undefined;
|
|
2139
2139
|
subject: "User" | "Invitation" | "Company" | "Role" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure" | "AnalyticsSettings" | "Intelligence";
|
|
2140
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
2140
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | {
|
|
2141
2141
|
field: string;
|
|
2142
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
2142
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | "companyId?" | "resourceGroupIds?" | "resourceGroupIdsWithAncestors?";
|
|
2143
2143
|
})[] | undefined;
|
|
2144
2144
|
}[];
|
|
2145
2145
|
};
|
|
@@ -2177,9 +2177,9 @@ export default class {
|
|
|
2177
2177
|
}[] | undefined;
|
|
2178
2178
|
inverted?: boolean | undefined;
|
|
2179
2179
|
subject: "User" | "Invitation" | "Company" | "Role" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure" | "AnalyticsSettings" | "Intelligence";
|
|
2180
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
2180
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | {
|
|
2181
2181
|
field: string;
|
|
2182
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
2182
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | "companyId?" | "resourceGroupIds?" | "resourceGroupIdsWithAncestors?";
|
|
2183
2183
|
})[] | undefined;
|
|
2184
2184
|
}[] | undefined;
|
|
2185
2185
|
}, options?: AxiosRequestConfig<any> | undefined) => Promise<import("axios").AxiosResponse<{
|
|
@@ -2216,9 +2216,9 @@ export default class {
|
|
|
2216
2216
|
}[] | undefined;
|
|
2217
2217
|
inverted?: boolean | undefined;
|
|
2218
2218
|
subject: "User" | "Invitation" | "Company" | "Role" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure" | "AnalyticsSettings" | "Intelligence";
|
|
2219
|
-
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
2219
|
+
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | {
|
|
2220
2220
|
field: string;
|
|
2221
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
2221
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | "companyId?" | "resourceGroupIds?" | "resourceGroupIdsWithAncestors?";
|
|
2222
2222
|
})[] | undefined;
|
|
2223
2223
|
}[];
|
|
2224
2224
|
};
|
package/build/definitions.d.ts
CHANGED
|
@@ -595,8 +595,8 @@ export declare type RoleRule_Without_ToJSON = {
|
|
|
595
595
|
subject: "User" | "Invitation" | "Company" | "Role" | "Datasource" | "OAuthClient" | "Statistics" | "Billing" | "ResourceGroup" | "Workflow" | "Content" | "ContentFontResource" | "DatagraphSchema" | "DatagraphEntity" | "WorkflowSettings" | "DatasourceSettings" | "Loop" | "Experience" | "Infrastructure" | "AnalyticsSettings" | "Intelligence";
|
|
596
596
|
mustMatch?: ("companyId" | "roleId" | "resourceGroupIds" | "id" | {
|
|
597
597
|
field: string;
|
|
598
|
-
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "companyId?" | "resourceGroupIds?";
|
|
599
|
-
})[];
|
|
598
|
+
value: "companyId" | "roleId" | "resourceGroupIds" | "id" | "resourceGroupIdsWithAncestors" | "companyId?" | "resourceGroupIds?" | "resourceGroupIdsWithAncestors?";
|
|
599
|
+
} | "resourceGroupIdsWithAncestors")[];
|
|
600
600
|
};
|
|
601
601
|
export declare type SerializedRole = {
|
|
602
602
|
readonly id: (string) & readonlyP;
|
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.187+1cf560a",
|
|
4
4
|
"description": "Openapi client for reelevant service",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"repository": "https://github.com/reelevant-tech/openapi-clients",
|