@emilgroup/tenant-sdk 1.1.0 → 1.2.2

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 (67) hide show
  1. package/.openapi-generator/FILES +2 -15
  2. package/README.md +2 -2
  3. package/api/organizations-api.ts +18 -14
  4. package/api.ts +0 -4
  5. package/base.ts +1 -1
  6. package/dist/api/organizations-api.d.ts +11 -9
  7. package/dist/api/organizations-api.js +12 -12
  8. package/dist/api.d.ts +0 -2
  9. package/dist/api.js +0 -2
  10. package/dist/base.js +1 -1
  11. package/dist/models/index.d.ts +2 -13
  12. package/dist/models/index.js +2 -13
  13. package/dist/models/invite-org-request-dto.d.ts +8 -2
  14. package/dist/models/org-invitation-class.d.ts +8 -2
  15. package/dist/models/organization-class.d.ts +22 -4
  16. package/dist/models/update-organization-request-dto-rest.d.ts +66 -0
  17. package/dist/models/{get-data-report-response-class.d.ts → update-organization-response-class.d.ts} +7 -7
  18. package/models/index.ts +2 -13
  19. package/models/invite-org-request-dto.ts +8 -2
  20. package/models/org-invitation-class.ts +8 -2
  21. package/models/organization-class.ts +22 -4
  22. package/models/update-organization-request-dto-rest.ts +72 -0
  23. package/models/{create-data-report-response-class.ts → update-organization-response-class.ts} +7 -7
  24. package/package.json +1 -1
  25. package/api/data-report-api.ts +0 -677
  26. package/api/data-report-executor-api.ts +0 -165
  27. package/dist/api/data-report-api.d.ts +0 -380
  28. package/dist/api/data-report-api.js +0 -636
  29. package/dist/api/data-report-executor-api.d.ts +0 -93
  30. package/dist/api/data-report-executor-api.js +0 -224
  31. package/dist/models/create-data-report-request-dto.d.ts +0 -61
  32. package/dist/models/create-data-report-response-class.d.ts +0 -25
  33. package/dist/models/data-report-class.d.ts +0 -79
  34. package/dist/models/data-report-class.js +0 -15
  35. package/dist/models/data-report-filter-class.d.ts +0 -72
  36. package/dist/models/data-report-filter-class.js +0 -15
  37. package/dist/models/data-report-filter-dto.d.ts +0 -48
  38. package/dist/models/data-report-filter-dto.js +0 -15
  39. package/dist/models/data-report-filter-single-value-dto.d.ts +0 -42
  40. package/dist/models/data-report-filter-single-value-dto.js +0 -15
  41. package/dist/models/data-report-filter-value-dto.d.ts +0 -31
  42. package/dist/models/data-report-filter-value-dto.js +0 -15
  43. package/dist/models/get-data-report-response-class.js +0 -15
  44. package/dist/models/list-data-reports-response-class.d.ts +0 -31
  45. package/dist/models/list-data-reports-response-class.js +0 -15
  46. package/dist/models/run-data-report-request-dto.d.ts +0 -31
  47. package/dist/models/run-data-report-request-dto.js +0 -15
  48. package/dist/models/run-data-report-response-class.d.ts +0 -24
  49. package/dist/models/run-data-report-response-class.js +0 -15
  50. package/dist/models/update-data-report-request-dto.d.ts +0 -61
  51. package/dist/models/update-data-report-request-dto.js +0 -15
  52. package/dist/models/update-data-report-response-class.d.ts +0 -25
  53. package/dist/models/update-data-report-response-class.js +0 -15
  54. package/models/create-data-report-request-dto.ts +0 -67
  55. package/models/data-report-class.ts +0 -85
  56. package/models/data-report-filter-class.ts +0 -78
  57. package/models/data-report-filter-dto.ts +0 -54
  58. package/models/data-report-filter-single-value-dto.ts +0 -48
  59. package/models/data-report-filter-value-dto.ts +0 -37
  60. package/models/get-data-report-response-class.ts +0 -31
  61. package/models/list-data-reports-response-class.ts +0 -37
  62. package/models/run-data-report-request-dto.ts +0 -37
  63. package/models/run-data-report-response-class.ts +0 -30
  64. package/models/update-data-report-request-dto.ts +0 -67
  65. package/models/update-data-report-response-class.ts +0 -31
  66. /package/dist/models/{create-data-report-request-dto.js → update-organization-request-dto-rest.js} +0 -0
  67. /package/dist/models/{create-data-report-response-class.js → update-organization-response-class.js} +0 -0
@@ -0,0 +1,66 @@
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 UpdateOrganizationRequestDtoRest
16
+ */
17
+ export interface UpdateOrganizationRequestDtoRest {
18
+ /**
19
+ * Organization\'s street name.
20
+ * @type {string}
21
+ * @memberof UpdateOrganizationRequestDtoRest
22
+ */
23
+ 'street': string;
24
+ /**
25
+ * Organization\'s house number.
26
+ * @type {string}
27
+ * @memberof UpdateOrganizationRequestDtoRest
28
+ */
29
+ 'houseNumber': string;
30
+ /**
31
+ * Zip code of the organization.
32
+ * @type {string}
33
+ * @memberof UpdateOrganizationRequestDtoRest
34
+ */
35
+ 'zipCode': string;
36
+ /**
37
+ * City of the organization.
38
+ * @type {string}
39
+ * @memberof UpdateOrganizationRequestDtoRest
40
+ */
41
+ 'city': string;
42
+ /**
43
+ * Country of the organization.
44
+ * @type {string}
45
+ * @memberof UpdateOrganizationRequestDtoRest
46
+ */
47
+ 'country': string;
48
+ /**
49
+ * Custom fields of the organization
50
+ * @type {object}
51
+ * @memberof UpdateOrganizationRequestDtoRest
52
+ */
53
+ 'customFields': object;
54
+ /**
55
+ * Organization\'s contact person email address.
56
+ * @type {string}
57
+ * @memberof UpdateOrganizationRequestDtoRest
58
+ */
59
+ 'email': string;
60
+ /**
61
+ * Name of the invited organization.
62
+ * @type {string}
63
+ * @memberof UpdateOrganizationRequestDtoRest
64
+ */
65
+ 'name': string;
66
+ }
@@ -9,17 +9,17 @@
9
9
  * https://openapi-generator.tech
10
10
  * Do not edit the class manually.
11
11
  */
12
- import { DataReportClass } from './data-report-class';
12
+ import { OrganizationClass } from './organization-class';
13
13
  /**
14
14
  *
15
15
  * @export
16
- * @interface GetDataReportResponseClass
16
+ * @interface UpdateOrganizationResponseClass
17
17
  */
18
- export interface GetDataReportResponseClass {
18
+ export interface UpdateOrganizationResponseClass {
19
19
  /**
20
- * The data-report response.
21
- * @type {DataReportClass}
22
- * @memberof GetDataReportResponseClass
20
+ * Organization
21
+ * @type {OrganizationClass}
22
+ * @memberof UpdateOrganizationResponseClass
23
23
  */
24
- 'report': DataReportClass;
24
+ 'organization': OrganizationClass;
25
25
  }
package/models/index.ts CHANGED
@@ -4,19 +4,12 @@ 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-data-report-request-dto';
8
- export * from './create-data-report-response-class';
9
7
  export * from './create-permission-request-dto';
10
8
  export * from './create-role-request-dto';
11
9
  export * from './create-tenant-request-dto';
12
10
  export * from './custom-field-dto';
13
11
  export * from './custom-schema-class';
14
12
  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
13
  export * from './delete-response-class';
21
14
  export * from './disable-user-response-class';
22
15
  export * from './disable-users-request-dto';
@@ -25,7 +18,6 @@ export * from './enable-user-response-class';
25
18
  export * from './enable-users-request-dto';
26
19
  export * from './enable-users-response-class';
27
20
  export * from './get-custom-schema-response-class';
28
- export * from './get-data-report-response-class';
29
21
  export * from './get-organization-response-class';
30
22
  export * from './get-settings-response-class';
31
23
  export * from './get-user-response-class';
@@ -36,7 +28,6 @@ export * from './invite-user-response-class';
36
28
  export * from './invite-users-request-dto';
37
29
  export * from './invite-users-response-class';
38
30
  export * from './list-custom-schemas-response-class';
39
- export * from './list-data-reports-response-class';
40
31
  export * from './list-invites-response-class';
41
32
  export * from './list-org-invitations-response-class';
42
33
  export * from './list-organizations-response-class';
@@ -46,15 +37,13 @@ export * from './org-invitation-response-class';
46
37
  export * from './organization-class';
47
38
  export * from './permission-class';
48
39
  export * from './role-class';
49
- export * from './run-data-report-request-dto';
50
- export * from './run-data-report-response-class';
51
40
  export * from './set-setting-request-dto';
52
41
  export * from './set-user-setting-response-class';
53
42
  export * from './subscription-class';
54
43
  export * from './tenant-admin-user-dto';
55
44
  export * from './update-custom-schema-request-dto';
56
45
  export * from './update-custom-schema-response-class';
57
- export * from './update-data-report-request-dto';
58
- export * from './update-data-report-response-class';
46
+ export * from './update-organization-request-dto-rest';
47
+ export * from './update-organization-response-class';
59
48
  export * from './update-role-request-dto';
60
49
  export * from './user-class';
@@ -51,11 +51,17 @@ export interface InviteOrgRequestDto {
51
51
  */
52
52
  'parentOrganizationId': number;
53
53
  /**
54
- * Address of the organization.
54
+ * Organization\'s street name.
55
55
  * @type {string}
56
56
  * @memberof InviteOrgRequestDto
57
57
  */
58
- 'address': string;
58
+ 'street': string;
59
+ /**
60
+ * Organization\'s house number.
61
+ * @type {string}
62
+ * @memberof InviteOrgRequestDto
63
+ */
64
+ 'houseNumber': string;
59
65
  /**
60
66
  * Zip code of the organization.
61
67
  * @type {string}
@@ -58,11 +58,17 @@ export interface OrgInvitationClass {
58
58
  */
59
59
  'parentOrganizationId'?: number;
60
60
  /**
61
- * Address of the organization.
61
+ * Organization\'s street name.
62
62
  * @type {string}
63
63
  * @memberof OrgInvitationClass
64
64
  */
65
- 'address': string;
65
+ 'street': string;
66
+ /**
67
+ * Organization\'s house number.
68
+ * @type {string}
69
+ * @memberof OrgInvitationClass
70
+ */
71
+ 'houseNumber': string;
66
72
  /**
67
73
  * Zip code of the organization.
68
74
  * @type {string}
@@ -34,10 +34,10 @@ export interface OrganizationClass {
34
34
  'code': string;
35
35
  /**
36
36
  * Parent organization ID.
37
- * @type {object}
37
+ * @type {number}
38
38
  * @memberof OrganizationClass
39
39
  */
40
- 'parentId'?: object;
40
+ 'parentId'?: number;
41
41
  /**
42
42
  * ERN of the organization.
43
43
  * @type {string}
@@ -57,11 +57,17 @@ export interface OrganizationClass {
57
57
  */
58
58
  'name': string;
59
59
  /**
60
- * Address of the organization.
60
+ * Organization\'s street name.
61
61
  * @type {string}
62
62
  * @memberof OrganizationClass
63
63
  */
64
- 'address': string;
64
+ 'street': string;
65
+ /**
66
+ * Organization\'s house number..
67
+ * @type {string}
68
+ * @memberof OrganizationClass
69
+ */
70
+ 'houseNumber': string;
65
71
  /**
66
72
  * Zip code of the organization.
67
73
  * @type {string}
@@ -86,5 +92,17 @@ export interface OrganizationClass {
86
92
  * @memberof OrganizationClass
87
93
  */
88
94
  'customFields'?: object;
95
+ /**
96
+ * Time at which the object was created.
97
+ * @type {string}
98
+ * @memberof OrganizationClass
99
+ */
100
+ 'createdAt': string;
101
+ /**
102
+ * Time at which the object was updated.
103
+ * @type {string}
104
+ * @memberof OrganizationClass
105
+ */
106
+ 'updatedAt': string;
89
107
  }
90
108
 
@@ -0,0 +1,72 @@
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 UpdateOrganizationRequestDtoRest
21
+ */
22
+ export interface UpdateOrganizationRequestDtoRest {
23
+ /**
24
+ * Organization\'s street name.
25
+ * @type {string}
26
+ * @memberof UpdateOrganizationRequestDtoRest
27
+ */
28
+ 'street': string;
29
+ /**
30
+ * Organization\'s house number.
31
+ * @type {string}
32
+ * @memberof UpdateOrganizationRequestDtoRest
33
+ */
34
+ 'houseNumber': string;
35
+ /**
36
+ * Zip code of the organization.
37
+ * @type {string}
38
+ * @memberof UpdateOrganizationRequestDtoRest
39
+ */
40
+ 'zipCode': string;
41
+ /**
42
+ * City of the organization.
43
+ * @type {string}
44
+ * @memberof UpdateOrganizationRequestDtoRest
45
+ */
46
+ 'city': string;
47
+ /**
48
+ * Country of the organization.
49
+ * @type {string}
50
+ * @memberof UpdateOrganizationRequestDtoRest
51
+ */
52
+ 'country': string;
53
+ /**
54
+ * Custom fields of the organization
55
+ * @type {object}
56
+ * @memberof UpdateOrganizationRequestDtoRest
57
+ */
58
+ 'customFields': object;
59
+ /**
60
+ * Organization\'s contact person email address.
61
+ * @type {string}
62
+ * @memberof UpdateOrganizationRequestDtoRest
63
+ */
64
+ 'email': string;
65
+ /**
66
+ * Name of the invited organization.
67
+ * @type {string}
68
+ * @memberof UpdateOrganizationRequestDtoRest
69
+ */
70
+ 'name': string;
71
+ }
72
+
@@ -13,19 +13,19 @@
13
13
  */
14
14
 
15
15
 
16
- import { DataReportClass } from './data-report-class';
16
+ import { OrganizationClass } from './organization-class';
17
17
 
18
18
  /**
19
19
  *
20
20
  * @export
21
- * @interface CreateDataReportResponseClass
21
+ * @interface UpdateOrganizationResponseClass
22
22
  */
23
- export interface CreateDataReportResponseClass {
23
+ export interface UpdateOrganizationResponseClass {
24
24
  /**
25
- * The data-report response.
26
- * @type {DataReportClass}
27
- * @memberof CreateDataReportResponseClass
25
+ * Organization
26
+ * @type {OrganizationClass}
27
+ * @memberof UpdateOrganizationResponseClass
28
28
  */
29
- 'report': DataReportClass;
29
+ 'organization': OrganizationClass;
30
30
  }
31
31
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emilgroup/tenant-sdk",
3
- "version": "1.1.0",
3
+ "version": "1.2.2",
4
4
  "description": "OpenAPI client for @emilgroup/tenant-sdk",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "keywords": [