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
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -259,31 +259,31 @@ var CustomDomainService = class extends HttpService {
259
259
* @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.
260
260
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -656,52 +656,52 @@ var RoleGroupService = class extends HttpService {
656
656
* @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.
657
657
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -713,7 +713,7 @@ var RoleGroupService = class extends HttpService {
713
713
* @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.
714
714
* @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
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -3135,7 +3135,7 @@ declare class CustomDomainService extends HttpService {
3135
3135
* @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.
3136
3136
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
3137
3137
*/
3138
-
getAll(queryParams?: {
3138
+
getCustomDomains(queryParams?: {
3139
3139
limit?: number;
3140
3140
offset?: number;
3141
3141
q?: string;
@@ -3145,19 +3145,19 @@ declare class CustomDomainService extends HttpService {
@@ -6294,7 +6294,7 @@ declare class RoleGroupService extends HttpService {
6294
6294
* @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.
6295
6295
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
6296
6296
*/
6297
-
getAll(queryParams?: {
6297
+
getRoleGroups(queryParams?: {
6298
6298
limit?: number;
6299
6299
offset?: number;
6300
6300
q?: string;
@@ -6304,34 +6304,34 @@ declare class RoleGroupService extends HttpService {
@@ -6341,7 +6341,7 @@ declare class RoleGroupService extends HttpService {
6341
6341
* @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.
6342
6342
* @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
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -221,31 +221,31 @@ var CustomDomainService = class extends HttpService {
221
221
* @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.
222
222
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -618,52 +618,52 @@ var RoleGroupService = class extends HttpService {
618
618
* @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.
619
619
* @param queryParams.fields Include only defined fields. You can pass this parameter multiple times or you can include all values separated by commas.
@@ -675,7 +675,7 @@ var RoleGroupService = class extends HttpService {
675
675
* @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.
676
676
* @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