@emilgroup/tenant-sdk 1.18.0 → 1.21.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.
Files changed (75) hide show
  1. package/.openapi-generator/FILES +19 -0
  2. package/README.md +2 -2
  3. package/api/dashboard-api.ts +659 -0
  4. package/api/dashboard-group-api.ts +659 -0
  5. package/api/users-api.ts +116 -0
  6. package/api.ts +4 -0
  7. package/dist/api/dashboard-api.d.ts +365 -0
  8. package/dist/api/dashboard-api.js +616 -0
  9. package/dist/api/dashboard-group-api.d.ts +365 -0
  10. package/dist/api/dashboard-group-api.js +616 -0
  11. package/dist/api/users-api.d.ts +62 -0
  12. package/dist/api/users-api.js +95 -0
  13. package/dist/api.d.ts +2 -0
  14. package/dist/api.js +2 -0
  15. package/dist/models/create-dashboard-group-request-dto.d.ts +30 -0
  16. package/dist/models/create-dashboard-group-request-dto.js +15 -0
  17. package/dist/models/create-dashboard-group-response-class.d.ts +25 -0
  18. package/dist/models/create-dashboard-group-response-class.js +15 -0
  19. package/dist/models/create-dashboard-request-dto.d.ts +48 -0
  20. package/dist/models/create-dashboard-request-dto.js +15 -0
  21. package/dist/models/create-dashboard-response-class.d.ts +25 -0
  22. package/dist/models/create-dashboard-response-class.js +15 -0
  23. package/dist/models/dashboard-class.d.ts +84 -0
  24. package/dist/models/dashboard-class.js +15 -0
  25. package/dist/models/dashboard-group-class.d.ts +66 -0
  26. package/dist/models/dashboard-group-class.js +15 -0
  27. package/dist/models/get-dashboard-group-response-class.d.ts +25 -0
  28. package/dist/models/get-dashboard-group-response-class.js +15 -0
  29. package/dist/models/get-dashboard-response-class.d.ts +25 -0
  30. package/dist/models/get-dashboard-response-class.js +15 -0
  31. package/dist/models/index.d.ts +17 -0
  32. package/dist/models/index.js +17 -0
  33. package/dist/models/invite-class.d.ts +19 -1
  34. package/dist/models/invite-user-request-dto.d.ts +7 -0
  35. package/dist/models/link-user-with-partner-request-dto-rest.d.ts +30 -0
  36. package/dist/models/link-user-with-partner-request-dto-rest.js +15 -0
  37. package/dist/models/link-user-with-partner-response-class.d.ts +25 -0
  38. package/dist/models/link-user-with-partner-response-class.js +15 -0
  39. package/dist/models/list-dashboard-groups-response-class.d.ts +31 -0
  40. package/dist/models/list-dashboard-groups-response-class.js +15 -0
  41. package/dist/models/list-dashboards-response-class.d.ts +31 -0
  42. package/dist/models/list-dashboards-response-class.js +15 -0
  43. package/dist/models/partner-invitation-data-dto.d.ts +36 -0
  44. package/dist/models/partner-invitation-data-dto.js +15 -0
  45. package/dist/models/update-dashboard-group-request-dto.d.ts +30 -0
  46. package/dist/models/update-dashboard-group-request-dto.js +15 -0
  47. package/dist/models/update-dashboard-group-response-class.d.ts +25 -0
  48. package/dist/models/update-dashboard-group-response-class.js +15 -0
  49. package/dist/models/update-dashboard-request-dto.d.ts +48 -0
  50. package/dist/models/update-dashboard-request-dto.js +15 -0
  51. package/dist/models/update-dashboard-response-class.d.ts +25 -0
  52. package/dist/models/update-dashboard-response-class.js +15 -0
  53. package/dist/models/user-class.d.ts +7 -1
  54. package/models/create-dashboard-group-request-dto.ts +36 -0
  55. package/models/create-dashboard-group-response-class.ts +31 -0
  56. package/models/create-dashboard-request-dto.ts +54 -0
  57. package/models/create-dashboard-response-class.ts +31 -0
  58. package/models/dashboard-class.ts +90 -0
  59. package/models/dashboard-group-class.ts +72 -0
  60. package/models/get-dashboard-group-response-class.ts +31 -0
  61. package/models/get-dashboard-response-class.ts +31 -0
  62. package/models/index.ts +17 -0
  63. package/models/invite-class.ts +19 -1
  64. package/models/invite-user-request-dto.ts +7 -0
  65. package/models/link-user-with-partner-request-dto-rest.ts +36 -0
  66. package/models/link-user-with-partner-response-class.ts +31 -0
  67. package/models/list-dashboard-groups-response-class.ts +37 -0
  68. package/models/list-dashboards-response-class.ts +37 -0
  69. package/models/partner-invitation-data-dto.ts +42 -0
  70. package/models/update-dashboard-group-request-dto.ts +36 -0
  71. package/models/update-dashboard-group-response-class.ts +31 -0
  72. package/models/update-dashboard-request-dto.ts +54 -0
  73. package/models/update-dashboard-response-class.ts +31 -0
  74. package/models/user-class.ts +7 -1
  75. package/package.json +1 -1
@@ -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 { DashboardClass } from './dashboard-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface GetDashboardResponseClass
17
+ */
18
+ export interface GetDashboardResponseClass {
19
+ /**
20
+ * Dashboard
21
+ * @type {DashboardClass}
22
+ * @memberof GetDashboardResponseClass
23
+ */
24
+ 'dashboard': DashboardClass;
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 });
@@ -4,6 +4,10 @@ export * from './batch-delete-request-dto';
4
4
  export * from './batch-delete-response-class';
5
5
  export * from './create-custom-schema-request-dto';
6
6
  export * from './create-custom-schema-response-class';
7
+ export * from './create-dashboard-group-request-dto';
8
+ export * from './create-dashboard-group-response-class';
9
+ export * from './create-dashboard-request-dto';
10
+ export * from './create-dashboard-response-class';
7
11
  export * from './create-data-report-request-dto';
8
12
  export * from './create-data-report-response-class';
9
13
  export * from './create-permission-request-dto';
@@ -12,6 +16,8 @@ export * from './create-tenant-request-dto';
12
16
  export * from './custom-field-dto';
13
17
  export * from './custom-schema-class';
14
18
  export * from './dbconfig-dto';
19
+ export * from './dashboard-class';
20
+ export * from './dashboard-group-class';
15
21
  export * from './data-report-class';
16
22
  export * from './data-report-filter-class';
17
23
  export * from './data-report-filter-dto';
@@ -26,6 +32,8 @@ export * from './enable-users-request-dto';
26
32
  export * from './enable-users-response-class';
27
33
  export * from './format-tenant-settings-class';
28
34
  export * from './get-custom-schema-response-class';
35
+ export * from './get-dashboard-group-response-class';
36
+ export * from './get-dashboard-response-class';
29
37
  export * from './get-data-report-response-class';
30
38
  export * from './get-organization-response-class';
31
39
  export * from './get-settings-response-class';
@@ -39,7 +47,11 @@ export * from './invite-user-request-dto';
39
47
  export * from './invite-user-response-class';
40
48
  export * from './invite-users-request-dto';
41
49
  export * from './invite-users-response-class';
50
+ export * from './link-user-with-partner-request-dto-rest';
51
+ export * from './link-user-with-partner-response-class';
42
52
  export * from './list-custom-schemas-response-class';
53
+ export * from './list-dashboard-groups-response-class';
54
+ export * from './list-dashboards-response-class';
43
55
  export * from './list-data-reports-response-class';
44
56
  export * from './list-invites-response-class';
45
57
  export * from './list-org-invitations-response-class';
@@ -49,6 +61,7 @@ export * from './list-users-response-class';
49
61
  export * from './org-invitation-class';
50
62
  export * from './org-invitation-response-class';
51
63
  export * from './organization-class';
64
+ export * from './partner-invitation-data-dto';
52
65
  export * from './permission-class';
53
66
  export * from './re-invite-org-request-dto';
54
67
  export * from './role-class';
@@ -60,6 +73,10 @@ export * from './tenant-admin-user-dto';
60
73
  export * from './tenant-settings-class';
61
74
  export * from './update-custom-schema-request-dto';
62
75
  export * from './update-custom-schema-response-class';
76
+ export * from './update-dashboard-group-request-dto';
77
+ export * from './update-dashboard-group-response-class';
78
+ export * from './update-dashboard-request-dto';
79
+ export * from './update-dashboard-response-class';
63
80
  export * from './update-data-report-request-dto';
64
81
  export * from './update-data-report-response-class';
65
82
  export * from './update-organization-request-dto-rest';
@@ -20,6 +20,10 @@ __exportStar(require("./batch-delete-request-dto"), exports);
20
20
  __exportStar(require("./batch-delete-response-class"), exports);
21
21
  __exportStar(require("./create-custom-schema-request-dto"), exports);
22
22
  __exportStar(require("./create-custom-schema-response-class"), exports);
23
+ __exportStar(require("./create-dashboard-group-request-dto"), exports);
24
+ __exportStar(require("./create-dashboard-group-response-class"), exports);
25
+ __exportStar(require("./create-dashboard-request-dto"), exports);
26
+ __exportStar(require("./create-dashboard-response-class"), exports);
23
27
  __exportStar(require("./create-data-report-request-dto"), exports);
24
28
  __exportStar(require("./create-data-report-response-class"), exports);
25
29
  __exportStar(require("./create-permission-request-dto"), exports);
@@ -28,6 +32,8 @@ __exportStar(require("./create-tenant-request-dto"), exports);
28
32
  __exportStar(require("./custom-field-dto"), exports);
29
33
  __exportStar(require("./custom-schema-class"), exports);
30
34
  __exportStar(require("./dbconfig-dto"), exports);
35
+ __exportStar(require("./dashboard-class"), exports);
36
+ __exportStar(require("./dashboard-group-class"), exports);
31
37
  __exportStar(require("./data-report-class"), exports);
32
38
  __exportStar(require("./data-report-filter-class"), exports);
33
39
  __exportStar(require("./data-report-filter-dto"), exports);
@@ -42,6 +48,8 @@ __exportStar(require("./enable-users-request-dto"), exports);
42
48
  __exportStar(require("./enable-users-response-class"), exports);
43
49
  __exportStar(require("./format-tenant-settings-class"), exports);
44
50
  __exportStar(require("./get-custom-schema-response-class"), exports);
51
+ __exportStar(require("./get-dashboard-group-response-class"), exports);
52
+ __exportStar(require("./get-dashboard-response-class"), exports);
45
53
  __exportStar(require("./get-data-report-response-class"), exports);
46
54
  __exportStar(require("./get-organization-response-class"), exports);
47
55
  __exportStar(require("./get-settings-response-class"), exports);
@@ -55,7 +63,11 @@ __exportStar(require("./invite-user-request-dto"), exports);
55
63
  __exportStar(require("./invite-user-response-class"), exports);
56
64
  __exportStar(require("./invite-users-request-dto"), exports);
57
65
  __exportStar(require("./invite-users-response-class"), exports);
66
+ __exportStar(require("./link-user-with-partner-request-dto-rest"), exports);
67
+ __exportStar(require("./link-user-with-partner-response-class"), exports);
58
68
  __exportStar(require("./list-custom-schemas-response-class"), exports);
69
+ __exportStar(require("./list-dashboard-groups-response-class"), exports);
70
+ __exportStar(require("./list-dashboards-response-class"), exports);
59
71
  __exportStar(require("./list-data-reports-response-class"), exports);
60
72
  __exportStar(require("./list-invites-response-class"), exports);
61
73
  __exportStar(require("./list-org-invitations-response-class"), exports);
@@ -65,6 +77,7 @@ __exportStar(require("./list-users-response-class"), exports);
65
77
  __exportStar(require("./org-invitation-class"), exports);
66
78
  __exportStar(require("./org-invitation-response-class"), exports);
67
79
  __exportStar(require("./organization-class"), exports);
80
+ __exportStar(require("./partner-invitation-data-dto"), exports);
68
81
  __exportStar(require("./permission-class"), exports);
69
82
  __exportStar(require("./re-invite-org-request-dto"), exports);
70
83
  __exportStar(require("./role-class"), exports);
@@ -76,6 +89,10 @@ __exportStar(require("./tenant-admin-user-dto"), exports);
76
89
  __exportStar(require("./tenant-settings-class"), exports);
77
90
  __exportStar(require("./update-custom-schema-request-dto"), exports);
78
91
  __exportStar(require("./update-custom-schema-response-class"), exports);
92
+ __exportStar(require("./update-dashboard-group-request-dto"), exports);
93
+ __exportStar(require("./update-dashboard-group-response-class"), exports);
94
+ __exportStar(require("./update-dashboard-request-dto"), exports);
95
+ __exportStar(require("./update-dashboard-response-class"), exports);
79
96
  __exportStar(require("./update-data-report-request-dto"), exports);
80
97
  __exportStar(require("./update-data-report-response-class"), exports);
81
98
  __exportStar(require("./update-organization-request-dto-rest"), exports);
@@ -59,10 +59,28 @@ export interface InviteClass {
59
59
  * @memberof InviteClass
60
60
  */
61
61
  'ern': string;
62
+ /**
63
+ * Indicates if a new partner will be created as part of the invitation flow.
64
+ * @type {boolean}
65
+ * @memberof InviteClass
66
+ */
67
+ 'shouldCreateNewPartner': boolean;
68
+ /**
69
+ * Optional metadata associated with the invite - useful for passing data to the front end for custom logic.
70
+ * @type {object}
71
+ * @memberof InviteClass
72
+ */
73
+ 'metadata'?: object;
74
+ /**
75
+ * Organization ID associated with the invite.
76
+ * @type {number}
77
+ * @memberof InviteClass
78
+ */
79
+ 'organizationId'?: number;
62
80
  /**
63
81
  * Organization associated with the user
64
82
  * @type {OrganizationClass}
65
83
  * @memberof InviteClass
66
84
  */
67
- 'organization': OrganizationClass;
85
+ 'organization'?: OrganizationClass;
68
86
  }
@@ -9,6 +9,7 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
+ import { PartnerInvitationDataDto } from './partner-invitation-data-dto';
12
13
  /**
13
14
  *
14
15
  * @export
@@ -33,4 +34,10 @@ export interface InviteUserRequestDto {
33
34
  * @memberof InviteUserRequestDto
34
35
  */
35
36
  'roleIds': Array<number>;
37
+ /**
38
+ *
39
+ * @type {PartnerInvitationDataDto}
40
+ * @memberof InviteUserRequestDto
41
+ */
42
+ 'partnerInvitationData'?: PartnerInvitationDataDto;
36
43
  }
@@ -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 LinkUserWithPartnerRequestDtoRest
16
+ */
17
+ export interface LinkUserWithPartnerRequestDtoRest {
18
+ /**
19
+ * Indicates whether a new partner entity should be created or an existing one should be used
20
+ * @type {boolean}
21
+ * @memberof LinkUserWithPartnerRequestDtoRest
22
+ */
23
+ 'shouldCreateNewPartner': boolean;
24
+ /**
25
+ * The code of the partner that will be linked with the user - only if shouldCreateNewPartner is false
26
+ * @type {string}
27
+ * @memberof LinkUserWithPartnerRequestDtoRest
28
+ */
29
+ 'partnerCode'?: string;
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,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 LinkUserWithPartnerResponseClass
17
+ */
18
+ export interface LinkUserWithPartnerResponseClass {
19
+ /**
20
+ * user
21
+ * @type {UserClass}
22
+ * @memberof LinkUserWithPartnerResponseClass
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,31 @@
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 { DashboardGroupClass } from './dashboard-group-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListDashboardGroupsResponseClass
17
+ */
18
+ export interface ListDashboardGroupsResponseClass {
19
+ /**
20
+ * Dashboard groups
21
+ * @type {Array<DashboardGroupClass>}
22
+ * @memberof ListDashboardGroupsResponseClass
23
+ */
24
+ 'items': Array<DashboardGroupClass>;
25
+ /**
26
+ * Next page token.
27
+ * @type {string}
28
+ * @memberof ListDashboardGroupsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ }
@@ -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,31 @@
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 { DashboardClass } from './dashboard-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface ListDashboardsResponseClass
17
+ */
18
+ export interface ListDashboardsResponseClass {
19
+ /**
20
+ * Dashboards
21
+ * @type {Array<DashboardClass>}
22
+ * @memberof ListDashboardsResponseClass
23
+ */
24
+ 'items': Array<DashboardClass>;
25
+ /**
26
+ * Next page token
27
+ * @type {string}
28
+ * @memberof ListDashboardsResponseClass
29
+ */
30
+ 'nextPageToken': string;
31
+ }
@@ -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 PartnerInvitationDataDto
16
+ */
17
+ export interface PartnerInvitationDataDto {
18
+ /**
19
+ * Indicates if a new partner should be created if the partner code does not exist
20
+ * @type {boolean}
21
+ * @memberof PartnerInvitationDataDto
22
+ */
23
+ 'shouldCreateNewPartner': boolean;
24
+ /**
25
+ * In case we do not want to create a new partner, we can provide the code of an existing partner
26
+ * @type {string}
27
+ * @memberof PartnerInvitationDataDto
28
+ */
29
+ 'partnerCode'?: string;
30
+ /**
31
+ * Optional metadata to be stored with the invitation
32
+ * @type {object}
33
+ * @memberof PartnerInvitationDataDto
34
+ */
35
+ 'metadata'?: object;
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,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 UpdateDashboardGroupRequestDto
16
+ */
17
+ export interface UpdateDashboardGroupRequestDto {
18
+ /**
19
+ * Dashboard group name
20
+ * @type {string}
21
+ * @memberof UpdateDashboardGroupRequestDto
22
+ */
23
+ 'name': string;
24
+ /**
25
+ * Dashboard group parent id
26
+ * @type {number}
27
+ * @memberof UpdateDashboardGroupRequestDto
28
+ */
29
+ 'parentId'?: 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,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 { DashboardGroupClass } from './dashboard-group-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdateDashboardGroupResponseClass
17
+ */
18
+ export interface UpdateDashboardGroupResponseClass {
19
+ /**
20
+ * Dashboard group
21
+ * @type {DashboardGroupClass}
22
+ * @memberof UpdateDashboardGroupResponseClass
23
+ */
24
+ 'dashboardGroup': DashboardGroupClass;
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,48 @@
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 UpdateDashboardRequestDto
16
+ */
17
+ export interface UpdateDashboardRequestDto {
18
+ /**
19
+ * Dashboard name
20
+ * @type {string}
21
+ * @memberof UpdateDashboardRequestDto
22
+ */
23
+ 'name': string;
24
+ /**
25
+ * Dashboard description
26
+ * @type {string}
27
+ * @memberof UpdateDashboardRequestDto
28
+ */
29
+ 'description': string;
30
+ /**
31
+ * Dashboard quick sight analysis id
32
+ * @type {string}
33
+ * @memberof UpdateDashboardRequestDto
34
+ */
35
+ 'quicksightAnalysisId': string;
36
+ /**
37
+ * Dashboard quick sight dashboard id
38
+ * @type {string}
39
+ * @memberof UpdateDashboardRequestDto
40
+ */
41
+ 'quicksightDashboardId': string;
42
+ /**
43
+ * Dashboard group id
44
+ * @type {number}
45
+ * @memberof UpdateDashboardRequestDto
46
+ */
47
+ 'dashboardGroupId'?: number;
48
+ }
@@ -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 { DashboardClass } from './dashboard-class';
13
+ /**
14
+ *
15
+ * @export
16
+ * @interface UpdateDashboardResponseClass
17
+ */
18
+ export interface UpdateDashboardResponseClass {
19
+ /**
20
+ * Dashboard
21
+ * @type {DashboardClass}
22
+ * @memberof UpdateDashboardResponseClass
23
+ */
24
+ 'dashboard': DashboardClass;
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 });
@@ -96,10 +96,16 @@ export interface UserClass {
96
96
  * @memberof UserClass
97
97
  */
98
98
  'ern': string;
99
+ /**
100
+ * Associated partner code - only available if the partner has been invited and registered in EIS platform
101
+ * @type {string}
102
+ * @memberof UserClass
103
+ */
104
+ 'partnerCode'?: string;
99
105
  /**
100
106
  * Organization associated with the user
101
107
  * @type {OrganizationClass}
102
108
  * @memberof UserClass
103
109
  */
104
- 'organization': OrganizationClass;
110
+ 'organization'?: OrganizationClass;
105
111
  }