@emilgroup/tenant-sdk 1.2.2 → 1.4.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.
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL Tenant Service
6
+ * The EMIL TenantService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -34,7 +34,7 @@ export interface OrganizationClass {
34
34
  */
35
35
  'parentId'?: number;
36
36
  /**
37
- * ERN of the organization.
37
+ * Emil Resources Names (ERN) identifies the most specific owner of a resource.
38
38
  * @type {string}
39
39
  * @memberof OrganizationClass
40
40
  */
@@ -0,0 +1,24 @@
1
+ /**
2
+ * EMIL Tenant Service
3
+ * The EMIL TenantService API description
4
+ *
5
+ * The version of the OpenAPI document: 1.0
6
+ * Contact: kontakt@emil.de
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ *
14
+ * @export
15
+ * @interface ReInviteOrgRequestDto
16
+ */
17
+ export interface ReInviteOrgRequestDto {
18
+ /**
19
+ * Email address to identify the invitation by
20
+ * @type {string}
21
+ * @memberof ReInviteOrgRequestDto
22
+ */
23
+ 'email': string;
24
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL Tenant Service
6
+ * The EMIL TenantService API description
7
+ *
8
+ * The version of the OpenAPI document: 1.0
9
+ * Contact: kontakt@emil.de
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
package/models/index.ts CHANGED
@@ -31,11 +31,13 @@ export * from './list-custom-schemas-response-class';
31
31
  export * from './list-invites-response-class';
32
32
  export * from './list-org-invitations-response-class';
33
33
  export * from './list-organizations-response-class';
34
+ export * from './list-roles-response-class';
34
35
  export * from './list-users-response-class';
35
36
  export * from './org-invitation-class';
36
37
  export * from './org-invitation-response-class';
37
38
  export * from './organization-class';
38
39
  export * from './permission-class';
40
+ export * from './re-invite-org-request-dto';
39
41
  export * from './role-class';
40
42
  export * from './set-setting-request-dto';
41
43
  export * from './set-user-setting-response-class';
@@ -0,0 +1,37 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL Tenant Service
5
+ * The EMIL TenantService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+ import { RoleClass } from './role-class';
17
+
18
+ /**
19
+ *
20
+ * @export
21
+ * @interface ListRolesResponseClass
22
+ */
23
+ export interface ListRolesResponseClass {
24
+ /**
25
+ * Roles
26
+ * @type {Array<RoleClass>}
27
+ * @memberof ListRolesResponseClass
28
+ */
29
+ 'items': Array<RoleClass>;
30
+ /**
31
+ * Next page token
32
+ * @type {string}
33
+ * @memberof ListRolesResponseClass
34
+ */
35
+ 'nextPageToken': string;
36
+ }
37
+
@@ -39,7 +39,7 @@ export interface OrganizationClass {
39
39
  */
40
40
  'parentId'?: number;
41
41
  /**
42
- * ERN of the organization.
42
+ * Emil Resources Names (ERN) identifies the most specific owner of a resource.
43
43
  * @type {string}
44
44
  * @memberof OrganizationClass
45
45
  */
@@ -0,0 +1,30 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * EMIL Tenant Service
5
+ * The EMIL TenantService API description
6
+ *
7
+ * The version of the OpenAPI document: 1.0
8
+ * Contact: kontakt@emil.de
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+
15
+
16
+
17
+ /**
18
+ *
19
+ * @export
20
+ * @interface ReInviteOrgRequestDto
21
+ */
22
+ export interface ReInviteOrgRequestDto {
23
+ /**
24
+ * Email address to identify the invitation by
25
+ * @type {string}
26
+ * @memberof ReInviteOrgRequestDto
27
+ */
28
+ 'email': string;
29
+ }
30
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/tenant-sdk",
3
- "version": "1.2.2",
3
+ "version": "1.4.0",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [