@emilgroup/tenant-sdk 1.2.2 → 1.3.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 });
package/models/index.ts CHANGED
@@ -36,6 +36,7 @@ export * from './org-invitation-class';
36
36
  export * from './org-invitation-response-class';
37
37
  export * from './organization-class';
38
38
  export * from './permission-class';
39
+ export * from './re-invite-org-request-dto';
39
40
  export * from './role-class';
40
41
  export * from './set-setting-request-dto';
41
42
  export * from './set-user-setting-response-class';
@@ -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.3.0",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [