@saritasa/renewaire-frontend-sdk 0.34.2 → 0.35.0
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/index.d.ts
CHANGED
|
@@ -1816,6 +1816,7 @@ interface SearchKnownContactDtoPagedListMetadataDto {
|
|
|
1816
1816
|
* https://openapi-generator.tech
|
|
1817
1817
|
* Do not edit the class manually.
|
|
1818
1818
|
*/
|
|
1819
|
+
|
|
1819
1820
|
/**
|
|
1820
1821
|
* Search permission bundle DTO.
|
|
1821
1822
|
*/
|
|
@@ -1824,6 +1825,7 @@ interface SearchPermissionBundleDto {
|
|
|
1824
1825
|
name: string;
|
|
1825
1826
|
description: string;
|
|
1826
1827
|
isSystem: boolean;
|
|
1828
|
+
permissions: Array<Permission>;
|
|
1827
1829
|
}
|
|
1828
1830
|
|
|
1829
1831
|
/**
|
|
@@ -3231,6 +3233,8 @@ interface PermissionBundlesRemovePermissionBundleRequestParams {
|
|
|
3231
3233
|
interface PermissionBundlesSearchPermissionBundlesRequestParams {
|
|
3232
3234
|
pageIndexById?: object | null;
|
|
3233
3235
|
name?: string;
|
|
3236
|
+
description?: string;
|
|
3237
|
+
permissions?: Array<Permission>;
|
|
3234
3238
|
orderBy?: string;
|
|
3235
3239
|
page?: number;
|
|
3236
3240
|
pageSize?: number;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saritasa/renewaire-frontend-sdk",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.
|
|
3
|
+
"version": "0.35.0",
|
|
4
|
+
"description": "OpenAPI client for @saritasa/renewaire-frontend-sdk(for version 0.35.0+792173fe39f987ebf9dec36300a0b38f5a82e575)",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|