@emilgroup/tenant-sdk 1.17.1-beta.0 → 1.17.1-beta.1

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/README.md CHANGED
@@ -17,11 +17,11 @@ Although this package can be used in both TypeScript and JavaScript, it is inten
17
17
  Navigate to the folder of your consuming project and run one of the following commands:
18
18
 
19
19
  ```
20
- npm install @emilgroup/tenant-sdk@1.17.1-beta.0 --save
20
+ npm install @emilgroup/tenant-sdk@1.17.1-beta.1 --save
21
21
  ```
22
22
  or
23
23
  ```
24
- yarn add @emilgroup/tenant-sdk@1.17.1-beta.0
24
+ yarn add @emilgroup/tenant-sdk@1.17.1-beta.1
25
25
  ```
26
26
 
27
27
  And then you can import `UsersApi`.
@@ -22,11 +22,11 @@ export interface InviteOrgRequestDto {
22
22
  */
23
23
  'email': string;
24
24
  /**
25
- * Role ids to be assigned.
26
- * @type {Array<number>}
25
+ * Codes associated with the roles to be assigned.
26
+ * @type {Array<string>}
27
27
  * @memberof InviteOrgRequestDto
28
28
  */
29
- 'roleIds': Array<number>;
29
+ 'roleCodes': Array<string>;
30
30
  /**
31
31
  * Name of the invited organization.
32
32
  * @type {string}
@@ -28,9 +28,9 @@ export interface InviteUserRequestDto {
28
28
  */
29
29
  'organizationId'?: number;
30
30
  /**
31
- * Role ids to be assigned.
32
- * @type {Array<number>}
31
+ * Codes associated with the roles to be assigned.
32
+ * @type {Array<string>}
33
33
  * @memberof InviteUserRequestDto
34
34
  */
35
- 'roleIds': Array<number>;
35
+ 'roleCodes': Array<string>;
36
36
  }
@@ -22,11 +22,11 @@ export interface InviteUsersRequestDto {
22
22
  */
23
23
  'emails': Array<string>;
24
24
  /**
25
- * Role ids to be assigned.
26
- * @type {Array<number>}
25
+ * Codes associated with the roles to be assigned.
26
+ * @type {Array<string>}
27
27
  * @memberof InviteUsersRequestDto
28
28
  */
29
- 'roleIds': Array<number>;
29
+ 'roleCodes': Array<string>;
30
30
  /**
31
31
  * Organization associated with the users.
32
32
  * @type {number}
@@ -27,11 +27,11 @@ export interface InviteOrgRequestDto {
27
27
  */
28
28
  'email': string;
29
29
  /**
30
- * Role ids to be assigned.
31
- * @type {Array<number>}
30
+ * Codes associated with the roles to be assigned.
31
+ * @type {Array<string>}
32
32
  * @memberof InviteOrgRequestDto
33
33
  */
34
- 'roleIds': Array<number>;
34
+ 'roleCodes': Array<string>;
35
35
  /**
36
36
  * Name of the invited organization.
37
37
  * @type {string}
@@ -33,10 +33,10 @@ export interface InviteUserRequestDto {
33
33
  */
34
34
  'organizationId'?: number;
35
35
  /**
36
- * Role ids to be assigned.
37
- * @type {Array<number>}
36
+ * Codes associated with the roles to be assigned.
37
+ * @type {Array<string>}
38
38
  * @memberof InviteUserRequestDto
39
39
  */
40
- 'roleIds': Array<number>;
40
+ 'roleCodes': Array<string>;
41
41
  }
42
42
 
@@ -27,11 +27,11 @@ export interface InviteUsersRequestDto {
27
27
  */
28
28
  'emails': Array<string>;
29
29
  /**
30
- * Role ids to be assigned.
31
- * @type {Array<number>}
30
+ * Codes associated with the roles to be assigned.
31
+ * @type {Array<string>}
32
32
  * @memberof InviteUsersRequestDto
33
33
  */
34
- 'roleIds': Array<number>;
34
+ 'roleCodes': Array<string>;
35
35
  /**
36
36
  * Organization associated with the users.
37
37
  * @type {number}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/tenant-sdk",
3
- "version": "1.17.1-beta.0",
3
+ "version": "1.17.1-beta.1",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [