@emilgroup/tenant-sdk 1.0.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.
- package/.openapi-generator/FILES +80 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +68 -0
- package/api/custom-schema-api.ts +580 -0
- package/api/data-report-api.ts +677 -0
- package/api/data-report-executor-api.ts +165 -0
- package/api/invite-organizations-api.ts +343 -0
- package/api/invite-users-api.ts +660 -0
- package/api/organizations-api.ts +339 -0
- package/api/users-api.ts +1087 -0
- package/api.ts +43 -0
- package/base.ts +284 -0
- package/common.ts +199 -0
- package/configuration.ts +109 -0
- package/dist/api/custom-schema-api.d.ts +329 -0
- package/dist/api/custom-schema-api.js +548 -0
- package/dist/api/data-report-api.d.ts +380 -0
- package/dist/api/data-report-api.js +636 -0
- package/dist/api/data-report-executor-api.d.ts +93 -0
- package/dist/api/data-report-executor-api.js +224 -0
- package/dist/api/invite-organizations-api.d.ts +198 -0
- package/dist/api/invite-organizations-api.js +351 -0
- package/dist/api/invite-users-api.d.ts +368 -0
- package/dist/api/invite-users-api.js +629 -0
- package/dist/api/organizations-api.d.ts +197 -0
- package/dist/api/organizations-api.js +350 -0
- package/dist/api/users-api.d.ts +588 -0
- package/dist/api/users-api.js +986 -0
- package/dist/api.d.ts +18 -0
- package/dist/api.js +36 -0
- package/dist/base.d.ts +77 -0
- package/dist/base.js +393 -0
- package/dist/common.d.ts +92 -0
- package/dist/common.js +277 -0
- package/dist/configuration.d.ts +90 -0
- package/dist/configuration.js +44 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +36 -0
- package/dist/models/assign-user-roles-request-dto.d.ts +30 -0
- package/dist/models/assign-user-roles-request-dto.js +15 -0
- package/dist/models/assign-user-roles-response-class.d.ts +25 -0
- package/dist/models/assign-user-roles-response-class.js +15 -0
- package/dist/models/batch-delete-request-dto.d.ts +24 -0
- package/dist/models/batch-delete-request-dto.js +15 -0
- package/dist/models/batch-delete-response-class.d.ts +24 -0
- package/dist/models/batch-delete-response-class.js +15 -0
- package/dist/models/create-custom-schema-request-dto.d.ts +45 -0
- package/dist/models/create-custom-schema-request-dto.js +23 -0
- package/dist/models/create-custom-schema-response-class.d.ts +25 -0
- package/dist/models/create-custom-schema-response-class.js +15 -0
- package/dist/models/create-data-report-request-dto.d.ts +61 -0
- package/dist/models/create-data-report-request-dto.js +15 -0
- package/dist/models/create-data-report-response-class.d.ts +25 -0
- package/dist/models/create-data-report-response-class.js +15 -0
- package/dist/models/create-permission-request-dto.d.ts +42 -0
- package/dist/models/create-permission-request-dto.js +15 -0
- package/dist/models/create-role-request-dto.d.ts +36 -0
- package/dist/models/create-role-request-dto.js +15 -0
- package/dist/models/create-tenant-request-dto.d.ts +56 -0
- package/dist/models/create-tenant-request-dto.js +15 -0
- package/dist/models/custom-field-dto.d.ts +68 -0
- package/dist/models/custom-field-dto.js +23 -0
- package/dist/models/custom-schema-class.d.ts +66 -0
- package/dist/models/custom-schema-class.js +15 -0
- package/dist/models/data-report-class.d.ts +79 -0
- package/dist/models/data-report-class.js +15 -0
- package/dist/models/data-report-filter-class.d.ts +72 -0
- package/dist/models/data-report-filter-class.js +15 -0
- package/dist/models/data-report-filter-dto.d.ts +48 -0
- package/dist/models/data-report-filter-dto.js +15 -0
- package/dist/models/data-report-filter-single-value-dto.d.ts +42 -0
- package/dist/models/data-report-filter-single-value-dto.js +15 -0
- package/dist/models/data-report-filter-value-dto.d.ts +31 -0
- package/dist/models/data-report-filter-value-dto.js +15 -0
- package/dist/models/dbconfig-dto.d.ts +48 -0
- package/dist/models/dbconfig-dto.js +15 -0
- package/dist/models/delete-response-class.d.ts +24 -0
- package/dist/models/delete-response-class.js +15 -0
- package/dist/models/disable-user-response-class.d.ts +25 -0
- package/dist/models/disable-user-response-class.js +15 -0
- package/dist/models/disable-users-request-dto.d.ts +24 -0
- package/dist/models/disable-users-request-dto.js +15 -0
- package/dist/models/disable-users-response-class.d.ts +24 -0
- package/dist/models/disable-users-response-class.js +15 -0
- package/dist/models/enable-user-response-class.d.ts +25 -0
- package/dist/models/enable-user-response-class.js +15 -0
- package/dist/models/enable-users-request-dto.d.ts +24 -0
- package/dist/models/enable-users-request-dto.js +15 -0
- package/dist/models/enable-users-response-class.d.ts +24 -0
- package/dist/models/enable-users-response-class.js +15 -0
- package/dist/models/get-custom-schema-response-class.d.ts +25 -0
- package/dist/models/get-custom-schema-response-class.js +15 -0
- package/dist/models/get-data-report-response-class.d.ts +25 -0
- package/dist/models/get-data-report-response-class.js +15 -0
- package/dist/models/get-organization-response-class.d.ts +25 -0
- package/dist/models/get-organization-response-class.js +15 -0
- package/dist/models/get-settings-response-class.d.ts +24 -0
- package/dist/models/get-settings-response-class.js +15 -0
- package/dist/models/get-user-response-class.d.ts +25 -0
- package/dist/models/get-user-response-class.js +15 -0
- package/dist/models/index.d.ts +60 -0
- package/dist/models/index.js +76 -0
- package/dist/models/invite-class.d.ts +55 -0
- package/dist/models/invite-class.js +15 -0
- package/dist/models/invite-org-request-dto.d.ts +78 -0
- package/dist/models/invite-org-request-dto.js +15 -0
- package/dist/models/invite-user-request-dto.d.ts +36 -0
- package/dist/models/invite-user-request-dto.js +15 -0
- package/dist/models/invite-user-response-class.d.ts +25 -0
- package/dist/models/invite-user-response-class.js +15 -0
- package/dist/models/invite-users-request-dto.d.ts +30 -0
- package/dist/models/invite-users-request-dto.js +15 -0
- package/dist/models/invite-users-response-class.d.ts +24 -0
- package/dist/models/invite-users-response-class.js +15 -0
- package/dist/models/list-custom-schemas-response-class.d.ts +30 -0
- package/dist/models/list-custom-schemas-response-class.js +15 -0
- package/dist/models/list-data-reports-response-class.d.ts +31 -0
- package/dist/models/list-data-reports-response-class.js +15 -0
- package/dist/models/list-invites-response-class.d.ts +31 -0
- package/dist/models/list-invites-response-class.js +15 -0
- package/dist/models/list-org-invitations-response-class.d.ts +31 -0
- package/dist/models/list-org-invitations-response-class.js +15 -0
- package/dist/models/list-organizations-response-class.d.ts +31 -0
- package/dist/models/list-organizations-response-class.js +15 -0
- package/dist/models/list-users-response-class.d.ts +31 -0
- package/dist/models/list-users-response-class.js +15 -0
- package/dist/models/org-invitation-class.d.ts +103 -0
- package/dist/models/org-invitation-class.js +15 -0
- package/dist/models/org-invitation-response-class.d.ts +25 -0
- package/dist/models/org-invitation-response-class.js +15 -0
- package/dist/models/organization-class.d.ts +84 -0
- package/dist/models/organization-class.js +15 -0
- package/dist/models/permission-class.d.ts +60 -0
- package/dist/models/permission-class.js +15 -0
- package/dist/models/role-class.d.ts +61 -0
- package/dist/models/role-class.js +15 -0
- package/dist/models/run-data-report-request-dto.d.ts +31 -0
- package/dist/models/run-data-report-request-dto.js +15 -0
- package/dist/models/run-data-report-response-class.d.ts +24 -0
- package/dist/models/run-data-report-response-class.js +15 -0
- package/dist/models/set-setting-request-dto.d.ts +36 -0
- package/dist/models/set-setting-request-dto.js +15 -0
- package/dist/models/set-user-setting-response-class.d.ts +36 -0
- package/dist/models/set-user-setting-response-class.js +15 -0
- package/dist/models/subscription-class.d.ts +67 -0
- package/dist/models/subscription-class.js +15 -0
- package/dist/models/tenant-admin-user-dto.d.ts +42 -0
- package/dist/models/tenant-admin-user-dto.js +15 -0
- package/dist/models/update-custom-schema-request-dto.d.ts +45 -0
- package/dist/models/update-custom-schema-request-dto.js +23 -0
- package/dist/models/update-custom-schema-response-class.d.ts +25 -0
- package/dist/models/update-custom-schema-response-class.js +15 -0
- package/dist/models/update-data-report-request-dto.d.ts +61 -0
- package/dist/models/update-data-report-request-dto.js +15 -0
- package/dist/models/update-data-report-response-class.d.ts +25 -0
- package/dist/models/update-data-report-response-class.js +15 -0
- package/dist/models/update-role-request-dto.d.ts +42 -0
- package/dist/models/update-role-request-dto.js +15 -0
- package/dist/models/user-class.d.ts +98 -0
- package/dist/models/user-class.js +15 -0
- package/git_push.sh +57 -0
- package/index.ts +19 -0
- package/models/assign-user-roles-request-dto.ts +36 -0
- package/models/assign-user-roles-response-class.ts +31 -0
- package/models/batch-delete-request-dto.ts +30 -0
- package/models/batch-delete-response-class.ts +30 -0
- package/models/create-custom-schema-request-dto.ts +54 -0
- package/models/create-custom-schema-response-class.ts +31 -0
- package/models/create-data-report-request-dto.ts +67 -0
- package/models/create-data-report-response-class.ts +31 -0
- package/models/create-permission-request-dto.ts +48 -0
- package/models/create-role-request-dto.ts +42 -0
- package/models/create-tenant-request-dto.ts +62 -0
- package/models/custom-field-dto.ts +77 -0
- package/models/custom-schema-class.ts +72 -0
- package/models/data-report-class.ts +85 -0
- package/models/data-report-filter-class.ts +78 -0
- package/models/data-report-filter-dto.ts +54 -0
- package/models/data-report-filter-single-value-dto.ts +48 -0
- package/models/data-report-filter-value-dto.ts +37 -0
- package/models/dbconfig-dto.ts +54 -0
- package/models/delete-response-class.ts +30 -0
- package/models/disable-user-response-class.ts +31 -0
- package/models/disable-users-request-dto.ts +30 -0
- package/models/disable-users-response-class.ts +30 -0
- package/models/enable-user-response-class.ts +31 -0
- package/models/enable-users-request-dto.ts +30 -0
- package/models/enable-users-response-class.ts +30 -0
- package/models/get-custom-schema-response-class.ts +31 -0
- package/models/get-data-report-response-class.ts +31 -0
- package/models/get-organization-response-class.ts +31 -0
- package/models/get-settings-response-class.ts +30 -0
- package/models/get-user-response-class.ts +31 -0
- package/models/index.ts +60 -0
- package/models/invite-class.ts +61 -0
- package/models/invite-org-request-dto.ts +84 -0
- package/models/invite-user-request-dto.ts +42 -0
- package/models/invite-user-response-class.ts +31 -0
- package/models/invite-users-request-dto.ts +36 -0
- package/models/invite-users-response-class.ts +30 -0
- package/models/list-custom-schemas-response-class.ts +36 -0
- package/models/list-data-reports-response-class.ts +37 -0
- package/models/list-invites-response-class.ts +37 -0
- package/models/list-org-invitations-response-class.ts +37 -0
- package/models/list-organizations-response-class.ts +37 -0
- package/models/list-users-response-class.ts +37 -0
- package/models/org-invitation-class.ts +109 -0
- package/models/org-invitation-response-class.ts +31 -0
- package/models/organization-class.ts +90 -0
- package/models/permission-class.ts +66 -0
- package/models/role-class.ts +67 -0
- package/models/run-data-report-request-dto.ts +37 -0
- package/models/run-data-report-response-class.ts +30 -0
- package/models/set-setting-request-dto.ts +42 -0
- package/models/set-user-setting-response-class.ts +42 -0
- package/models/subscription-class.ts +73 -0
- package/models/tenant-admin-user-dto.ts +48 -0
- package/models/update-custom-schema-request-dto.ts +54 -0
- package/models/update-custom-schema-response-class.ts +31 -0
- package/models/update-data-report-request-dto.ts +67 -0
- package/models/update-data-report-response-class.ts +31 -0
- package/models/update-role-request-dto.ts +48 -0
- package/models/user-class.ts +104 -0
- package/package.json +29 -0
- package/tsconfig.json +22 -0
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
import { DataReportClass } from './data-report-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetDataReportResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetDataReportResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* The data-report response.
|
|
21
|
+
* @type {DataReportClass}
|
|
22
|
+
* @memberof GetDataReportResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'report': DataReportClass;
|
|
25
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
import { OrganizationClass } from './organization-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetOrganizationResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetOrganizationResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Organization
|
|
21
|
+
* @type {OrganizationClass}
|
|
22
|
+
* @memberof GetOrganizationResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'organization': OrganizationClass;
|
|
25
|
+
}
|
|
@@ -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 });
|
|
@@ -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 GetSettingsResponseClass
|
|
16
|
+
*/
|
|
17
|
+
export interface GetSettingsResponseClass {
|
|
18
|
+
/**
|
|
19
|
+
* Setting values.
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof GetSettingsResponseClass
|
|
22
|
+
*/
|
|
23
|
+
'values': Array<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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
import { UserClass } from './user-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface GetUserResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface GetUserResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* user
|
|
21
|
+
* @type {UserClass}
|
|
22
|
+
* @memberof GetUserResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'user': UserClass;
|
|
25
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
export * from './assign-user-roles-request-dto';
|
|
2
|
+
export * from './assign-user-roles-response-class';
|
|
3
|
+
export * from './batch-delete-request-dto';
|
|
4
|
+
export * from './batch-delete-response-class';
|
|
5
|
+
export * from './create-custom-schema-request-dto';
|
|
6
|
+
export * from './create-custom-schema-response-class';
|
|
7
|
+
export * from './create-data-report-request-dto';
|
|
8
|
+
export * from './create-data-report-response-class';
|
|
9
|
+
export * from './create-permission-request-dto';
|
|
10
|
+
export * from './create-role-request-dto';
|
|
11
|
+
export * from './create-tenant-request-dto';
|
|
12
|
+
export * from './custom-field-dto';
|
|
13
|
+
export * from './custom-schema-class';
|
|
14
|
+
export * from './dbconfig-dto';
|
|
15
|
+
export * from './data-report-class';
|
|
16
|
+
export * from './data-report-filter-class';
|
|
17
|
+
export * from './data-report-filter-dto';
|
|
18
|
+
export * from './data-report-filter-single-value-dto';
|
|
19
|
+
export * from './data-report-filter-value-dto';
|
|
20
|
+
export * from './delete-response-class';
|
|
21
|
+
export * from './disable-user-response-class';
|
|
22
|
+
export * from './disable-users-request-dto';
|
|
23
|
+
export * from './disable-users-response-class';
|
|
24
|
+
export * from './enable-user-response-class';
|
|
25
|
+
export * from './enable-users-request-dto';
|
|
26
|
+
export * from './enable-users-response-class';
|
|
27
|
+
export * from './get-custom-schema-response-class';
|
|
28
|
+
export * from './get-data-report-response-class';
|
|
29
|
+
export * from './get-organization-response-class';
|
|
30
|
+
export * from './get-settings-response-class';
|
|
31
|
+
export * from './get-user-response-class';
|
|
32
|
+
export * from './invite-class';
|
|
33
|
+
export * from './invite-org-request-dto';
|
|
34
|
+
export * from './invite-user-request-dto';
|
|
35
|
+
export * from './invite-user-response-class';
|
|
36
|
+
export * from './invite-users-request-dto';
|
|
37
|
+
export * from './invite-users-response-class';
|
|
38
|
+
export * from './list-custom-schemas-response-class';
|
|
39
|
+
export * from './list-data-reports-response-class';
|
|
40
|
+
export * from './list-invites-response-class';
|
|
41
|
+
export * from './list-org-invitations-response-class';
|
|
42
|
+
export * from './list-organizations-response-class';
|
|
43
|
+
export * from './list-users-response-class';
|
|
44
|
+
export * from './org-invitation-class';
|
|
45
|
+
export * from './org-invitation-response-class';
|
|
46
|
+
export * from './organization-class';
|
|
47
|
+
export * from './permission-class';
|
|
48
|
+
export * from './role-class';
|
|
49
|
+
export * from './run-data-report-request-dto';
|
|
50
|
+
export * from './run-data-report-response-class';
|
|
51
|
+
export * from './set-setting-request-dto';
|
|
52
|
+
export * from './set-user-setting-response-class';
|
|
53
|
+
export * from './subscription-class';
|
|
54
|
+
export * from './tenant-admin-user-dto';
|
|
55
|
+
export * from './update-custom-schema-request-dto';
|
|
56
|
+
export * from './update-custom-schema-response-class';
|
|
57
|
+
export * from './update-data-report-request-dto';
|
|
58
|
+
export * from './update-data-report-response-class';
|
|
59
|
+
export * from './update-role-request-dto';
|
|
60
|
+
export * from './user-class';
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./assign-user-roles-request-dto"), exports);
|
|
18
|
+
__exportStar(require("./assign-user-roles-response-class"), exports);
|
|
19
|
+
__exportStar(require("./batch-delete-request-dto"), exports);
|
|
20
|
+
__exportStar(require("./batch-delete-response-class"), exports);
|
|
21
|
+
__exportStar(require("./create-custom-schema-request-dto"), exports);
|
|
22
|
+
__exportStar(require("./create-custom-schema-response-class"), exports);
|
|
23
|
+
__exportStar(require("./create-data-report-request-dto"), exports);
|
|
24
|
+
__exportStar(require("./create-data-report-response-class"), exports);
|
|
25
|
+
__exportStar(require("./create-permission-request-dto"), exports);
|
|
26
|
+
__exportStar(require("./create-role-request-dto"), exports);
|
|
27
|
+
__exportStar(require("./create-tenant-request-dto"), exports);
|
|
28
|
+
__exportStar(require("./custom-field-dto"), exports);
|
|
29
|
+
__exportStar(require("./custom-schema-class"), exports);
|
|
30
|
+
__exportStar(require("./dbconfig-dto"), exports);
|
|
31
|
+
__exportStar(require("./data-report-class"), exports);
|
|
32
|
+
__exportStar(require("./data-report-filter-class"), exports);
|
|
33
|
+
__exportStar(require("./data-report-filter-dto"), exports);
|
|
34
|
+
__exportStar(require("./data-report-filter-single-value-dto"), exports);
|
|
35
|
+
__exportStar(require("./data-report-filter-value-dto"), exports);
|
|
36
|
+
__exportStar(require("./delete-response-class"), exports);
|
|
37
|
+
__exportStar(require("./disable-user-response-class"), exports);
|
|
38
|
+
__exportStar(require("./disable-users-request-dto"), exports);
|
|
39
|
+
__exportStar(require("./disable-users-response-class"), exports);
|
|
40
|
+
__exportStar(require("./enable-user-response-class"), exports);
|
|
41
|
+
__exportStar(require("./enable-users-request-dto"), exports);
|
|
42
|
+
__exportStar(require("./enable-users-response-class"), exports);
|
|
43
|
+
__exportStar(require("./get-custom-schema-response-class"), exports);
|
|
44
|
+
__exportStar(require("./get-data-report-response-class"), exports);
|
|
45
|
+
__exportStar(require("./get-organization-response-class"), exports);
|
|
46
|
+
__exportStar(require("./get-settings-response-class"), exports);
|
|
47
|
+
__exportStar(require("./get-user-response-class"), exports);
|
|
48
|
+
__exportStar(require("./invite-class"), exports);
|
|
49
|
+
__exportStar(require("./invite-org-request-dto"), exports);
|
|
50
|
+
__exportStar(require("./invite-user-request-dto"), exports);
|
|
51
|
+
__exportStar(require("./invite-user-response-class"), exports);
|
|
52
|
+
__exportStar(require("./invite-users-request-dto"), exports);
|
|
53
|
+
__exportStar(require("./invite-users-response-class"), exports);
|
|
54
|
+
__exportStar(require("./list-custom-schemas-response-class"), exports);
|
|
55
|
+
__exportStar(require("./list-data-reports-response-class"), exports);
|
|
56
|
+
__exportStar(require("./list-invites-response-class"), exports);
|
|
57
|
+
__exportStar(require("./list-org-invitations-response-class"), exports);
|
|
58
|
+
__exportStar(require("./list-organizations-response-class"), exports);
|
|
59
|
+
__exportStar(require("./list-users-response-class"), exports);
|
|
60
|
+
__exportStar(require("./org-invitation-class"), exports);
|
|
61
|
+
__exportStar(require("./org-invitation-response-class"), exports);
|
|
62
|
+
__exportStar(require("./organization-class"), exports);
|
|
63
|
+
__exportStar(require("./permission-class"), exports);
|
|
64
|
+
__exportStar(require("./role-class"), exports);
|
|
65
|
+
__exportStar(require("./run-data-report-request-dto"), exports);
|
|
66
|
+
__exportStar(require("./run-data-report-response-class"), exports);
|
|
67
|
+
__exportStar(require("./set-setting-request-dto"), exports);
|
|
68
|
+
__exportStar(require("./set-user-setting-response-class"), exports);
|
|
69
|
+
__exportStar(require("./subscription-class"), exports);
|
|
70
|
+
__exportStar(require("./tenant-admin-user-dto"), exports);
|
|
71
|
+
__exportStar(require("./update-custom-schema-request-dto"), exports);
|
|
72
|
+
__exportStar(require("./update-custom-schema-response-class"), exports);
|
|
73
|
+
__exportStar(require("./update-data-report-request-dto"), exports);
|
|
74
|
+
__exportStar(require("./update-data-report-response-class"), exports);
|
|
75
|
+
__exportStar(require("./update-role-request-dto"), exports);
|
|
76
|
+
__exportStar(require("./user-class"), exports);
|
|
@@ -0,0 +1,55 @@
|
|
|
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
|
+
import { RoleClass } from './role-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InviteClass
|
|
17
|
+
*/
|
|
18
|
+
export interface InviteClass {
|
|
19
|
+
/**
|
|
20
|
+
* Internal unique identifier for the object. You should not have to use this, use code instead.
|
|
21
|
+
* @type {number}
|
|
22
|
+
* @memberof InviteClass
|
|
23
|
+
*/
|
|
24
|
+
'id': number;
|
|
25
|
+
/**
|
|
26
|
+
* User email address.
|
|
27
|
+
* @type {string}
|
|
28
|
+
* @memberof InviteClass
|
|
29
|
+
*/
|
|
30
|
+
'email': string;
|
|
31
|
+
/**
|
|
32
|
+
* Permissions associated with the invite.
|
|
33
|
+
* @type {Array<RoleClass>}
|
|
34
|
+
* @memberof InviteClass
|
|
35
|
+
*/
|
|
36
|
+
'roles': Array<RoleClass>;
|
|
37
|
+
/**
|
|
38
|
+
* Expiry date of invitation email.
|
|
39
|
+
* @type {string}
|
|
40
|
+
* @memberof InviteClass
|
|
41
|
+
*/
|
|
42
|
+
'expiresOn': string;
|
|
43
|
+
/**
|
|
44
|
+
* Time at which the object was created.
|
|
45
|
+
* @type {string}
|
|
46
|
+
* @memberof InviteClass
|
|
47
|
+
*/
|
|
48
|
+
'createdAt': string;
|
|
49
|
+
/**
|
|
50
|
+
* Time at which the object was updated.
|
|
51
|
+
* @type {string}
|
|
52
|
+
* @memberof InviteClass
|
|
53
|
+
*/
|
|
54
|
+
'updatedAt': string;
|
|
55
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,78 @@
|
|
|
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 InviteOrgRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface InviteOrgRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* Organization\'s contact person email address.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InviteOrgRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'email': string;
|
|
24
|
+
/**
|
|
25
|
+
* Role ids to be assigned.
|
|
26
|
+
* @type {Array<number>}
|
|
27
|
+
* @memberof InviteOrgRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'roleIds': Array<number>;
|
|
30
|
+
/**
|
|
31
|
+
* Name of the invited organization.
|
|
32
|
+
* @type {string}
|
|
33
|
+
* @memberof InviteOrgRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'name': string;
|
|
36
|
+
/**
|
|
37
|
+
* Identifier for the organization.
|
|
38
|
+
* @type {string}
|
|
39
|
+
* @memberof InviteOrgRequestDto
|
|
40
|
+
*/
|
|
41
|
+
'slug': string;
|
|
42
|
+
/**
|
|
43
|
+
* Inviting organization.
|
|
44
|
+
* @type {number}
|
|
45
|
+
* @memberof InviteOrgRequestDto
|
|
46
|
+
*/
|
|
47
|
+
'parentOrganizationId': number;
|
|
48
|
+
/**
|
|
49
|
+
* Address of the organization.
|
|
50
|
+
* @type {string}
|
|
51
|
+
* @memberof InviteOrgRequestDto
|
|
52
|
+
*/
|
|
53
|
+
'address': string;
|
|
54
|
+
/**
|
|
55
|
+
* Zip code of the organization.
|
|
56
|
+
* @type {string}
|
|
57
|
+
* @memberof InviteOrgRequestDto
|
|
58
|
+
*/
|
|
59
|
+
'zipCode': string;
|
|
60
|
+
/**
|
|
61
|
+
* City of the organization.
|
|
62
|
+
* @type {string}
|
|
63
|
+
* @memberof InviteOrgRequestDto
|
|
64
|
+
*/
|
|
65
|
+
'city': string;
|
|
66
|
+
/**
|
|
67
|
+
* Country of the organization.
|
|
68
|
+
* @type {string}
|
|
69
|
+
* @memberof InviteOrgRequestDto
|
|
70
|
+
*/
|
|
71
|
+
'country': string;
|
|
72
|
+
/**
|
|
73
|
+
* Custom fields of the organization
|
|
74
|
+
* @type {object}
|
|
75
|
+
* @memberof InviteOrgRequestDto
|
|
76
|
+
*/
|
|
77
|
+
'customFields': object;
|
|
78
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,36 @@
|
|
|
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 InviteUserRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface InviteUserRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* User\'s email address.
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof InviteUserRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'email': string;
|
|
24
|
+
/**
|
|
25
|
+
* Organization associated with the user.
|
|
26
|
+
* @type {number}
|
|
27
|
+
* @memberof InviteUserRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'organizationId'?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Role ids to be assigned.
|
|
32
|
+
* @type {Array<number>}
|
|
33
|
+
* @memberof InviteUserRequestDto
|
|
34
|
+
*/
|
|
35
|
+
'roleIds': Array<number>;
|
|
36
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
import { InviteClass } from './invite-class';
|
|
13
|
+
/**
|
|
14
|
+
*
|
|
15
|
+
* @export
|
|
16
|
+
* @interface InviteUserResponseClass
|
|
17
|
+
*/
|
|
18
|
+
export interface InviteUserResponseClass {
|
|
19
|
+
/**
|
|
20
|
+
* Invite users.
|
|
21
|
+
* @type {InviteClass}
|
|
22
|
+
* @memberof InviteUserResponseClass
|
|
23
|
+
*/
|
|
24
|
+
'invite': InviteClass;
|
|
25
|
+
}
|
|
@@ -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 });
|
|
@@ -0,0 +1,30 @@
|
|
|
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 InviteUsersRequestDto
|
|
16
|
+
*/
|
|
17
|
+
export interface InviteUsersRequestDto {
|
|
18
|
+
/**
|
|
19
|
+
* User\'s email address.
|
|
20
|
+
* @type {Array<string>}
|
|
21
|
+
* @memberof InviteUsersRequestDto
|
|
22
|
+
*/
|
|
23
|
+
'emails': Array<string>;
|
|
24
|
+
/**
|
|
25
|
+
* Role ids to be assigned.
|
|
26
|
+
* @type {Array<number>}
|
|
27
|
+
* @memberof InviteUsersRequestDto
|
|
28
|
+
*/
|
|
29
|
+
'roleIds': Array<number>;
|
|
30
|
+
}
|
|
@@ -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 });
|
|
@@ -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 InviteUsersResponseClass
|
|
16
|
+
*/
|
|
17
|
+
export interface InviteUsersResponseClass {
|
|
18
|
+
/**
|
|
19
|
+
*
|
|
20
|
+
* @type {object}
|
|
21
|
+
* @memberof InviteUsersResponseClass
|
|
22
|
+
*/
|
|
23
|
+
'response': object;
|
|
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 });
|