@emilgroup/auth-sdk-node 1.0.0-beta.1 → 1.1.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 (81) hide show
  1. package/.openapi-generator/FILES +4 -0
  2. package/README.md +2 -2
  3. package/api/authservice-api.ts +89 -1
  4. package/api.ts +1 -1
  5. package/base.ts +5 -5
  6. package/common.ts +2 -2
  7. package/configuration.ts +1 -1
  8. package/dist/api/authservice-api.d.ts +48 -1
  9. package/dist/api/authservice-api.js +79 -1
  10. package/dist/api.d.ts +1 -1
  11. package/dist/api.js +1 -1
  12. package/dist/base.d.ts +2 -2
  13. package/dist/base.js +5 -5
  14. package/dist/common.d.ts +2 -2
  15. package/dist/common.js +1 -1
  16. package/dist/configuration.d.ts +1 -1
  17. package/dist/configuration.js +1 -1
  18. package/dist/index.d.ts +1 -1
  19. package/dist/index.js +1 -1
  20. package/dist/models/create-org-and-user-request-dto.d.ts +18 -12
  21. package/dist/models/create-org-and-user-request-dto.js +1 -1
  22. package/dist/models/create-org-and-user-response-class.d.ts +1 -1
  23. package/dist/models/create-org-and-user-response-class.js +1 -1
  24. package/dist/models/create-user-request-dto.d.ts +1 -1
  25. package/dist/models/create-user-request-dto.js +1 -1
  26. package/dist/models/create-user-response-class.d.ts +1 -1
  27. package/dist/models/create-user-response-class.js +1 -1
  28. package/dist/models/custom-schema-class.d.ts +66 -0
  29. package/dist/models/custom-schema-class.js +15 -0
  30. package/dist/models/forgot-password-request-dto.d.ts +1 -1
  31. package/dist/models/forgot-password-request-dto.js +1 -1
  32. package/dist/models/get-samllogin-link-request-dto.d.ts +1 -1
  33. package/dist/models/get-samllogin-link-request-dto.js +1 -1
  34. package/dist/models/index.d.ts +4 -0
  35. package/dist/models/index.js +4 -0
  36. package/dist/models/login-by-samlrequest-dto.d.ts +1 -1
  37. package/dist/models/login-by-samlrequest-dto.js +1 -1
  38. package/dist/models/login-class.d.ts +1 -1
  39. package/dist/models/login-class.js +1 -1
  40. package/dist/models/login-request-dto.d.ts +1 -1
  41. package/dist/models/login-request-dto.js +1 -1
  42. package/dist/models/logout-request-dto.d.ts +1 -1
  43. package/dist/models/logout-request-dto.js +1 -1
  44. package/dist/models/org-invitation-class.d.ts +109 -0
  45. package/dist/models/org-invitation-class.js +15 -0
  46. package/dist/models/organization-class.d.ts +17 -5
  47. package/dist/models/organization-class.js +1 -1
  48. package/dist/models/refresh-token-dto.d.ts +1 -1
  49. package/dist/models/refresh-token-dto.js +1 -1
  50. package/dist/models/reset-password-request-dto.d.ts +1 -1
  51. package/dist/models/reset-password-request-dto.js +1 -1
  52. package/dist/models/role-class.d.ts +1 -1
  53. package/dist/models/role-class.js +1 -1
  54. package/dist/models/user-class.d.ts +1 -1
  55. package/dist/models/user-class.js +1 -1
  56. package/dist/models/verify-org-invitation-request-dto.d.ts +24 -0
  57. package/dist/models/verify-org-invitation-request-dto.js +15 -0
  58. package/dist/models/verify-org-invitation-response-class.d.ts +32 -0
  59. package/dist/models/verify-org-invitation-response-class.js +15 -0
  60. package/index.ts +1 -1
  61. package/models/create-org-and-user-request-dto.ts +18 -12
  62. package/models/create-org-and-user-response-class.ts +1 -1
  63. package/models/create-user-request-dto.ts +1 -1
  64. package/models/create-user-response-class.ts +1 -1
  65. package/models/custom-schema-class.ts +72 -0
  66. package/models/forgot-password-request-dto.ts +1 -1
  67. package/models/get-samllogin-link-request-dto.ts +1 -1
  68. package/models/index.ts +4 -0
  69. package/models/login-by-samlrequest-dto.ts +1 -1
  70. package/models/login-class.ts +1 -1
  71. package/models/login-request-dto.ts +1 -1
  72. package/models/logout-request-dto.ts +1 -1
  73. package/models/org-invitation-class.ts +115 -0
  74. package/models/organization-class.ts +17 -5
  75. package/models/refresh-token-dto.ts +1 -1
  76. package/models/reset-password-request-dto.ts +1 -1
  77. package/models/role-class.ts +1 -1
  78. package/models/user-class.ts +1 -1
  79. package/models/verify-org-invitation-request-dto.ts +30 -0
  80. package/models/verify-org-invitation-response-class.ts +38 -0
  81. package/package.json +1 -1
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -16,61 +16,67 @@
16
16
  */
17
17
  export interface CreateOrgAndUserRequestDto {
18
18
  /**
19
- *
19
+ * Organization\'s street name.
20
+ * @type {string}
21
+ * @memberof CreateOrgAndUserRequestDto
22
+ */
23
+ 'street': string;
24
+ /**
25
+ * Organization\'s house number.
20
26
  * @type {string}
21
27
  * @memberof CreateOrgAndUserRequestDto
22
28
  */
23
- 'address': string;
29
+ 'houseNumber': string;
24
30
  /**
25
- *
31
+ * City of the organization.
26
32
  * @type {string}
27
33
  * @memberof CreateOrgAndUserRequestDto
28
34
  */
29
35
  'city': string;
30
36
  /**
31
- *
37
+ * Country of the organization.
32
38
  * @type {string}
33
39
  * @memberof CreateOrgAndUserRequestDto
34
40
  */
35
41
  'country': string;
36
42
  /**
37
- *
43
+ * Custom fields of the organization
38
44
  * @type {object}
39
45
  * @memberof CreateOrgAndUserRequestDto
40
46
  */
41
47
  'customFields'?: object;
42
48
  /**
43
- *
49
+ * User\'s first name
44
50
  * @type {string}
45
51
  * @memberof CreateOrgAndUserRequestDto
46
52
  */
47
53
  'firstName': string;
48
54
  /**
49
- *
55
+ * Organization invitation token
50
56
  * @type {string}
51
57
  * @memberof CreateOrgAndUserRequestDto
52
58
  */
53
59
  'invitationToken': string;
54
60
  /**
55
- *
61
+ * if user accepts end user license agreement
56
62
  * @type {boolean}
57
63
  * @memberof CreateOrgAndUserRequestDto
58
64
  */
59
65
  'isEulaAccepted': boolean;
60
66
  /**
61
- *
67
+ * User\'s last name
62
68
  * @type {string}
63
69
  * @memberof CreateOrgAndUserRequestDto
64
70
  */
65
71
  'lastName': string;
66
72
  /**
67
- *
73
+ * User\'s password
68
74
  * @type {string}
69
75
  * @memberof CreateOrgAndUserRequestDto
70
76
  */
71
77
  'password': string;
72
78
  /**
73
- *
79
+ * Zip code of the organization.
74
80
  * @type {string}
75
81
  * @memberof CreateOrgAndUserRequestDto
76
82
  */
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -0,0 +1,66 @@
1
+ /**
2
+ * EMIL AuthService
3
+ * The EMIL AuthService 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 CustomSchemaClass
16
+ */
17
+ export interface CustomSchemaClass {
18
+ /**
19
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
20
+ * @type {number}
21
+ * @memberof CustomSchemaClass
22
+ */
23
+ 'id': number;
24
+ /**
25
+ * Unique identifier for the object.
26
+ * @type {string}
27
+ * @memberof CustomSchemaClass
28
+ */
29
+ 'code': string;
30
+ /**
31
+ * The fields that schema created from
32
+ * @type {object}
33
+ * @memberof CustomSchemaClass
34
+ */
35
+ 'fields': object;
36
+ /**
37
+ * The json schema generated from fields
38
+ * @type {object}
39
+ * @memberof CustomSchemaClass
40
+ */
41
+ 'jsonSchema': object;
42
+ /**
43
+ * Optional field for a product specification custom fields
44
+ * @type {string}
45
+ * @memberof CustomSchemaClass
46
+ */
47
+ 'productCode': string;
48
+ /**
49
+ * The entity that this schema related to
50
+ * @type {string}
51
+ * @memberof CustomSchemaClass
52
+ */
53
+ 'entity': string;
54
+ /**
55
+ * Time at which the object was created.
56
+ * @type {string}
57
+ * @memberof CustomSchemaClass
58
+ */
59
+ 'createdAt': string;
60
+ /**
61
+ * Time at which the object was updated.
62
+ * @type {string}
63
+ * @memberof CustomSchemaClass
64
+ */
65
+ 'updatedAt': string;
66
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL AuthService
6
+ * The EMIL AuthService 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 });
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -2,14 +2,18 @@ export * from './create-org-and-user-request-dto';
2
2
  export * from './create-org-and-user-response-class';
3
3
  export * from './create-user-request-dto';
4
4
  export * from './create-user-response-class';
5
+ export * from './custom-schema-class';
5
6
  export * from './forgot-password-request-dto';
6
7
  export * from './get-samllogin-link-request-dto';
7
8
  export * from './login-by-samlrequest-dto';
8
9
  export * from './login-class';
9
10
  export * from './login-request-dto';
10
11
  export * from './logout-request-dto';
12
+ export * from './org-invitation-class';
11
13
  export * from './organization-class';
12
14
  export * from './refresh-token-dto';
13
15
  export * from './reset-password-request-dto';
14
16
  export * from './role-class';
15
17
  export * from './user-class';
18
+ export * from './verify-org-invitation-request-dto';
19
+ export * from './verify-org-invitation-response-class';
@@ -18,14 +18,18 @@ __exportStar(require("./create-org-and-user-request-dto"), exports);
18
18
  __exportStar(require("./create-org-and-user-response-class"), exports);
19
19
  __exportStar(require("./create-user-request-dto"), exports);
20
20
  __exportStar(require("./create-user-response-class"), exports);
21
+ __exportStar(require("./custom-schema-class"), exports);
21
22
  __exportStar(require("./forgot-password-request-dto"), exports);
22
23
  __exportStar(require("./get-samllogin-link-request-dto"), exports);
23
24
  __exportStar(require("./login-by-samlrequest-dto"), exports);
24
25
  __exportStar(require("./login-class"), exports);
25
26
  __exportStar(require("./login-request-dto"), exports);
26
27
  __exportStar(require("./logout-request-dto"), exports);
28
+ __exportStar(require("./org-invitation-class"), exports);
27
29
  __exportStar(require("./organization-class"), exports);
28
30
  __exportStar(require("./refresh-token-dto"), exports);
29
31
  __exportStar(require("./reset-password-request-dto"), exports);
30
32
  __exportStar(require("./role-class"), exports);
31
33
  __exportStar(require("./user-class"), exports);
34
+ __exportStar(require("./verify-org-invitation-request-dto"), exports);
35
+ __exportStar(require("./verify-org-invitation-response-class"), exports);
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -0,0 +1,109 @@
1
+ /**
2
+ * EMIL AuthService
3
+ * The EMIL AuthService 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 OrgInvitationClass
17
+ */
18
+ export interface OrgInvitationClass {
19
+ /**
20
+ * Internal unique identifier for the object. You should not have to use this, use code instead.
21
+ * @type {number}
22
+ * @memberof OrgInvitationClass
23
+ */
24
+ 'id': number;
25
+ /**
26
+ * Organization user\'s email address.
27
+ * @type {string}
28
+ * @memberof OrgInvitationClass
29
+ */
30
+ 'email': string;
31
+ /**
32
+ * Permissions associated with the invite.
33
+ * @type {Array<RoleClass>}
34
+ * @memberof OrgInvitationClass
35
+ */
36
+ 'roles'?: Array<RoleClass>;
37
+ /**
38
+ * Name of the invited organization.
39
+ * @type {string}
40
+ * @memberof OrgInvitationClass
41
+ */
42
+ 'name': string;
43
+ /**
44
+ * Identifier for the organization.
45
+ * @type {string}
46
+ * @memberof OrgInvitationClass
47
+ */
48
+ 'slug': string;
49
+ /**
50
+ * Inviting organization.
51
+ * @type {number}
52
+ * @memberof OrgInvitationClass
53
+ */
54
+ 'parentOrganizationId'?: number;
55
+ /**
56
+ * Organization\'s street name.
57
+ * @type {string}
58
+ * @memberof OrgInvitationClass
59
+ */
60
+ 'street': string;
61
+ /**
62
+ * Organization\'s house number.
63
+ * @type {string}
64
+ * @memberof OrgInvitationClass
65
+ */
66
+ 'houseNumber': string;
67
+ /**
68
+ * Zip code of the organization.
69
+ * @type {string}
70
+ * @memberof OrgInvitationClass
71
+ */
72
+ 'zipCode': string;
73
+ /**
74
+ * City of the organization.
75
+ * @type {string}
76
+ * @memberof OrgInvitationClass
77
+ */
78
+ 'city': string;
79
+ /**
80
+ * Country of the organization.
81
+ * @type {string}
82
+ * @memberof OrgInvitationClass
83
+ */
84
+ 'country': string;
85
+ /**
86
+ * Custom fields of the organization.
87
+ * @type {object}
88
+ * @memberof OrgInvitationClass
89
+ */
90
+ 'customFields'?: object;
91
+ /**
92
+ * Expiry date of invitation email.
93
+ * @type {string}
94
+ * @memberof OrgInvitationClass
95
+ */
96
+ 'expiresAt': string;
97
+ /**
98
+ * Time at which the object was created.
99
+ * @type {string}
100
+ * @memberof OrgInvitationClass
101
+ */
102
+ 'createdAt': string;
103
+ /**
104
+ * Time at which the object was updated.
105
+ * @type {string}
106
+ * @memberof OrgInvitationClass
107
+ */
108
+ 'updatedAt': string;
109
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * EMIL AuthService
6
+ * The EMIL AuthService 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 });
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -29,16 +29,22 @@ export interface OrganizationClass {
29
29
  'code': string;
30
30
  /**
31
31
  *
32
- * @type {object}
32
+ * @type {number}
33
33
  * @memberof OrganizationClass
34
34
  */
35
- 'parentId'?: object;
35
+ 'parentId'?: number;
36
36
  /**
37
37
  *
38
38
  * @type {string}
39
39
  * @memberof OrganizationClass
40
40
  */
41
41
  'email': string;
42
+ /**
43
+ *
44
+ * @type {string}
45
+ * @memberof OrganizationClass
46
+ */
47
+ 'ern'?: string;
42
48
  /**
43
49
  *
44
50
  * @type {string}
@@ -56,7 +62,13 @@ export interface OrganizationClass {
56
62
  * @type {string}
57
63
  * @memberof OrganizationClass
58
64
  */
59
- 'address': string;
65
+ 'street': string;
66
+ /**
67
+ *
68
+ * @type {string}
69
+ * @memberof OrganizationClass
70
+ */
71
+ 'houseNumber': string;
60
72
  /**
61
73
  *
62
74
  * @type {string}
@@ -98,5 +110,5 @@ export interface OrganizationClass {
98
110
  * @type {string}
99
111
  * @memberof OrganizationClass
100
112
  */
101
- 'deletedAt'?: string;
113
+ 'deletedAt'?: string | null;
102
114
  }
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech
@@ -6,7 +6,7 @@
6
6
  * The EMIL AuthService API description
7
7
  *
8
8
  * The version of the OpenAPI document: 1.0
9
- *
9
+ * Contact: kontakt@emil.de
10
10
  *
11
11
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
12
  * https://openapi-generator.tech
@@ -3,7 +3,7 @@
3
3
  * The EMIL AuthService API description
4
4
  *
5
5
  * The version of the OpenAPI document: 1.0
6
- *
6
+ * Contact: kontakt@emil.de
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
9
  * https://openapi-generator.tech