@emilgroup/tenant-sdk 1.1.0 → 1.2.1
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 +2 -15
- package/README.md +2 -2
- package/api/organizations-api.ts +18 -14
- package/api.ts +0 -4
- package/dist/api/organizations-api.d.ts +11 -9
- package/dist/api/organizations-api.js +12 -12
- package/dist/api.d.ts +0 -2
- package/dist/api.js +0 -2
- package/dist/models/index.d.ts +2 -13
- package/dist/models/index.js +2 -13
- package/dist/models/organization-class.d.ts +12 -0
- package/dist/models/update-organization-request-dto-rest.d.ts +60 -0
- package/dist/models/{get-data-report-response-class.d.ts → update-organization-response-class.d.ts} +7 -7
- package/models/index.ts +2 -13
- package/models/organization-class.ts +12 -0
- package/models/update-organization-request-dto-rest.ts +66 -0
- package/models/{create-data-report-response-class.ts → update-organization-response-class.ts} +7 -7
- package/package.json +2 -2
- package/api/data-report-api.ts +0 -677
- package/api/data-report-executor-api.ts +0 -165
- package/dist/api/data-report-api.d.ts +0 -380
- package/dist/api/data-report-api.js +0 -636
- package/dist/api/data-report-executor-api.d.ts +0 -93
- package/dist/api/data-report-executor-api.js +0 -224
- package/dist/models/create-data-report-request-dto.d.ts +0 -61
- package/dist/models/create-data-report-response-class.d.ts +0 -25
- package/dist/models/data-report-class.d.ts +0 -79
- package/dist/models/data-report-class.js +0 -15
- package/dist/models/data-report-filter-class.d.ts +0 -72
- package/dist/models/data-report-filter-class.js +0 -15
- package/dist/models/data-report-filter-dto.d.ts +0 -48
- package/dist/models/data-report-filter-dto.js +0 -15
- package/dist/models/data-report-filter-single-value-dto.d.ts +0 -42
- package/dist/models/data-report-filter-single-value-dto.js +0 -15
- package/dist/models/data-report-filter-value-dto.d.ts +0 -31
- package/dist/models/data-report-filter-value-dto.js +0 -15
- package/dist/models/get-data-report-response-class.js +0 -15
- package/dist/models/list-data-reports-response-class.d.ts +0 -31
- package/dist/models/list-data-reports-response-class.js +0 -15
- package/dist/models/run-data-report-request-dto.d.ts +0 -31
- package/dist/models/run-data-report-request-dto.js +0 -15
- package/dist/models/run-data-report-response-class.d.ts +0 -24
- package/dist/models/run-data-report-response-class.js +0 -15
- package/dist/models/update-data-report-request-dto.d.ts +0 -61
- package/dist/models/update-data-report-request-dto.js +0 -15
- package/dist/models/update-data-report-response-class.d.ts +0 -25
- package/dist/models/update-data-report-response-class.js +0 -15
- package/models/create-data-report-request-dto.ts +0 -67
- package/models/data-report-class.ts +0 -85
- package/models/data-report-filter-class.ts +0 -78
- package/models/data-report-filter-dto.ts +0 -54
- package/models/data-report-filter-single-value-dto.ts +0 -48
- package/models/data-report-filter-value-dto.ts +0 -37
- package/models/get-data-report-response-class.ts +0 -31
- package/models/list-data-reports-response-class.ts +0 -37
- package/models/run-data-report-request-dto.ts +0 -37
- package/models/run-data-report-response-class.ts +0 -30
- package/models/update-data-report-request-dto.ts +0 -67
- package/models/update-data-report-response-class.ts +0 -31
- /package/dist/models/{create-data-report-request-dto.js → update-organization-request-dto-rest.js} +0 -0
- /package/dist/models/{create-data-report-response-class.js → update-organization-response-class.js} +0 -0
|
@@ -86,5 +86,17 @@ export interface OrganizationClass {
|
|
|
86
86
|
* @memberof OrganizationClass
|
|
87
87
|
*/
|
|
88
88
|
'customFields'?: object;
|
|
89
|
+
/**
|
|
90
|
+
* Time at which the object was created.
|
|
91
|
+
* @type {string}
|
|
92
|
+
* @memberof OrganizationClass
|
|
93
|
+
*/
|
|
94
|
+
'createdAt': string;
|
|
95
|
+
/**
|
|
96
|
+
* Time at which the object was updated.
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof OrganizationClass
|
|
99
|
+
*/
|
|
100
|
+
'updatedAt': string;
|
|
89
101
|
}
|
|
90
102
|
|
|
@@ -0,0 +1,66 @@
|
|
|
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 contact person email address.
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
27
|
+
*/
|
|
28
|
+
'address': string;
|
|
29
|
+
/**
|
|
30
|
+
* Zip code of the organization.
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
33
|
+
*/
|
|
34
|
+
'zipCode': string;
|
|
35
|
+
/**
|
|
36
|
+
* City of the organization.
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
39
|
+
*/
|
|
40
|
+
'city': string;
|
|
41
|
+
/**
|
|
42
|
+
* Country of the organization.
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
45
|
+
*/
|
|
46
|
+
'country': string;
|
|
47
|
+
/**
|
|
48
|
+
* Custom fields of the organization
|
|
49
|
+
* @type {object}
|
|
50
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
51
|
+
*/
|
|
52
|
+
'customFields': object;
|
|
53
|
+
/**
|
|
54
|
+
* Organization\'s contact person email address.
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
57
|
+
*/
|
|
58
|
+
'email': string;
|
|
59
|
+
/**
|
|
60
|
+
* Name of the invited organization.
|
|
61
|
+
* @type {string}
|
|
62
|
+
* @memberof UpdateOrganizationRequestDtoRest
|
|
63
|
+
*/
|
|
64
|
+
'name': string;
|
|
65
|
+
}
|
|
66
|
+
|
package/models/{create-data-report-response-class.ts → update-organization-response-class.ts}
RENAMED
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
*/
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
import {
|
|
16
|
+
import { OrganizationClass } from './organization-class';
|
|
17
17
|
|
|
18
18
|
/**
|
|
19
19
|
*
|
|
20
20
|
* @export
|
|
21
|
-
* @interface
|
|
21
|
+
* @interface UpdateOrganizationResponseClass
|
|
22
22
|
*/
|
|
23
|
-
export interface
|
|
23
|
+
export interface UpdateOrganizationResponseClass {
|
|
24
24
|
/**
|
|
25
|
-
*
|
|
26
|
-
* @type {
|
|
27
|
-
* @memberof
|
|
25
|
+
* Organization
|
|
26
|
+
* @type {OrganizationClass}
|
|
27
|
+
* @memberof UpdateOrganizationResponseClass
|
|
28
28
|
*/
|
|
29
|
-
'
|
|
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
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "OpenAPI client for @emilgroup/tenant-sdk",
|
|
5
5
|
"author": "OpenAPI-Generator Contributors",
|
|
6
6
|
"keywords": [
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"url": "^0.11.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
|
|
26
|
+
"@types/node": "^12.11.5",
|
|
27
27
|
"typescript": "^4.0"
|
|
28
28
|
}
|
|
29
29
|
}
|