You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/plusauth-rest-js.cjs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -449,7 +449,7 @@ var ResourceService = class extends HttpService {
449
449
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
450
450
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -615,7 +615,7 @@ var RoleService = class extends HttpService {
615
615
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
616
616
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -893,7 +893,7 @@ var UserService = class extends HttpService {
893
893
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
894
894
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -919,7 +919,7 @@ var UserService = class extends HttpService {
919
919
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
920
920
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -945,7 +945,7 @@ var UserService = class extends HttpService {
945
945
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
946
946
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Copy file name to clipboardExpand all lines: dist/plusauth-rest-js.d.ts
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6147,7 +6147,7 @@ declare class ResourceService extends HttpService {
6147
6147
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
6148
6148
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
* @param roleIdList List of role ID's to be assigned to the role group
@@ -6392,7 +6392,7 @@ declare class RoleService extends HttpService {
6392
6392
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
6393
6393
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
6394
6394
*/
6395
-
listPermissions(roleId: string,queryParams?: {
6395
+
getPermissions(roleId: string,queryParams?: {
6396
6396
limit?: number;
6397
6397
offset?: number;
6398
6398
q?: string;
@@ -13034,7 +13034,7 @@ declare class UserService extends HttpService {
13034
13034
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
13035
13035
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
13036
13036
*/
13037
-
listPermissions(userId: string,queryParams?: {
13037
+
getPermissions(userId: string,queryParams?: {
13038
13038
limit?: number;
13039
13039
offset?: number;
13040
13040
q?: string;
@@ -13060,7 +13060,7 @@ declare class UserService extends HttpService {
13060
13060
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
13061
13061
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
13062
13062
*/
13063
-
listRoles(userId: string,queryParams?: {
13063
+
getRoles(userId: string,queryParams?: {
13064
13064
limit?: number;
13065
13065
offset?: number;
13066
13066
q?: string;
@@ -13086,7 +13086,7 @@ declare class UserService extends HttpService {
13086
13086
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
13087
13087
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Copy file name to clipboardExpand all lines: dist/plusauth-rest-js.js
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -411,7 +411,7 @@ var ResourceService = class extends HttpService {
411
411
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
412
412
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -577,7 +577,7 @@ var RoleService = class extends HttpService {
577
577
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
578
578
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -855,7 +855,7 @@ var UserService = class extends HttpService {
855
855
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
856
856
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -881,7 +881,7 @@ var UserService = class extends HttpService {
881
881
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
882
882
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -907,7 +907,7 @@ var UserService = class extends HttpService {
907
907
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
908
908
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Copy file name to clipboardExpand all lines: src/api/resources.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ export class ResourceService extends HttpService {
16
16
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
17
17
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Copy file name to clipboardExpand all lines: src/api/roles.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ export class RoleService extends HttpService {
61
61
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
62
62
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Copy file name to clipboardExpand all lines: src/api/tickets.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ export class TicketService extends HttpService {
18
18
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
19
19
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
Copy file name to clipboardExpand all lines: src/api/users.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ export class UserService extends HttpService {
88
88
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
89
89
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
90
90
*/
91
-
asynclistPermissions(
91
+
asyncgetPermissions(
92
92
userId: string,
93
93
queryParams?: {
94
94
limit?: number
@@ -126,7 +126,7 @@ export class UserService extends HttpService {
126
126
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
127
127
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
128
128
*/
129
-
asynclistRoles(
129
+
asyncgetRoles(
130
130
userId: string,
131
131
queryParams?: {
132
132
limit?: number
@@ -164,7 +164,7 @@ export class UserService extends HttpService {
164
164
* @param queryParams.sort_by Properties that should be ordered by, with their ordering type. To define order type append it to the field with dot. You can pass this parameter multiple times or you can include all values separated by commas.
165
165
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
0 commit comments