@emilgroup/auth-sdk-node 1.1.0 → 1.3.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 (61) hide show
  1. package/.openapi-generator/FILES +3 -0
  2. package/README.md +2 -2
  3. package/api/default-api.ts +124 -0
  4. package/api.ts +2 -0
  5. package/base.ts +1 -0
  6. package/models/index.ts +2 -0
  7. package/models/inline-response200.ts +48 -0
  8. package/models/inline-response503.ts +48 -0
  9. package/package.json +1 -1
  10. package/dist/api/authservice-api.d.ts +0 -613
  11. package/dist/api/authservice-api.js +0 -1069
  12. package/dist/api.d.ts +0 -12
  13. package/dist/api.js +0 -30
  14. package/dist/base.d.ts +0 -77
  15. package/dist/base.js +0 -393
  16. package/dist/common.d.ts +0 -92
  17. package/dist/common.js +0 -277
  18. package/dist/configuration.d.ts +0 -90
  19. package/dist/configuration.js +0 -44
  20. package/dist/index.d.ts +0 -15
  21. package/dist/index.js +0 -36
  22. package/dist/models/create-org-and-user-request-dto.d.ts +0 -84
  23. package/dist/models/create-org-and-user-request-dto.js +0 -15
  24. package/dist/models/create-org-and-user-response-class.d.ts +0 -32
  25. package/dist/models/create-org-and-user-response-class.js +0 -15
  26. package/dist/models/create-user-request-dto.d.ts +0 -54
  27. package/dist/models/create-user-request-dto.js +0 -15
  28. package/dist/models/create-user-response-class.d.ts +0 -25
  29. package/dist/models/create-user-response-class.js +0 -15
  30. package/dist/models/custom-schema-class.d.ts +0 -66
  31. package/dist/models/custom-schema-class.js +0 -15
  32. package/dist/models/forgot-password-request-dto.d.ts +0 -24
  33. package/dist/models/forgot-password-request-dto.js +0 -15
  34. package/dist/models/get-samllogin-link-request-dto.d.ts +0 -24
  35. package/dist/models/get-samllogin-link-request-dto.js +0 -15
  36. package/dist/models/index.d.ts +0 -19
  37. package/dist/models/index.js +0 -35
  38. package/dist/models/login-by-samlrequest-dto.d.ts +0 -30
  39. package/dist/models/login-by-samlrequest-dto.js +0 -15
  40. package/dist/models/login-class.d.ts +0 -30
  41. package/dist/models/login-class.js +0 -15
  42. package/dist/models/login-request-dto.d.ts +0 -30
  43. package/dist/models/login-request-dto.js +0 -15
  44. package/dist/models/logout-request-dto.d.ts +0 -24
  45. package/dist/models/logout-request-dto.js +0 -15
  46. package/dist/models/org-invitation-class.d.ts +0 -109
  47. package/dist/models/org-invitation-class.js +0 -15
  48. package/dist/models/organization-class.d.ts +0 -114
  49. package/dist/models/organization-class.js +0 -15
  50. package/dist/models/refresh-token-dto.d.ts +0 -24
  51. package/dist/models/refresh-token-dto.js +0 -15
  52. package/dist/models/reset-password-request-dto.d.ts +0 -36
  53. package/dist/models/reset-password-request-dto.js +0 -15
  54. package/dist/models/role-class.d.ts +0 -54
  55. package/dist/models/role-class.js +0 -15
  56. package/dist/models/user-class.d.ts +0 -85
  57. package/dist/models/user-class.js +0 -15
  58. package/dist/models/verify-org-invitation-request-dto.d.ts +0 -24
  59. package/dist/models/verify-org-invitation-request-dto.js +0 -15
  60. package/dist/models/verify-org-invitation-response-class.d.ts +0 -32
  61. package/dist/models/verify-org-invitation-response-class.js +0 -15
@@ -1,25 +0,0 @@
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 { UserClass } from './user-class';
13
- /**
14
- *
15
- * @export
16
- * @interface CreateUserResponseClass
17
- */
18
- export interface CreateUserResponseClass {
19
- /**
20
- * user
21
- * @type {UserClass}
22
- * @memberof CreateUserResponseClass
23
- */
24
- 'user': UserClass;
25
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,66 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,24 +0,0 @@
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 ForgotPasswordRequestDto
16
- */
17
- export interface ForgotPasswordRequestDto {
18
- /**
19
- * Tenant user\'s email address
20
- * @type {string}
21
- * @memberof ForgotPasswordRequestDto
22
- */
23
- 'email': string;
24
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,24 +0,0 @@
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 GetSAMLLoginLinkRequestDto
16
- */
17
- export interface GetSAMLLoginLinkRequestDto {
18
- /**
19
- *
20
- * @type {string}
21
- * @memberof GetSAMLLoginLinkRequestDto
22
- */
23
- 'tenantSlug': string;
24
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,19 +0,0 @@
1
- export * from './create-org-and-user-request-dto';
2
- export * from './create-org-and-user-response-class';
3
- export * from './create-user-request-dto';
4
- export * from './create-user-response-class';
5
- export * from './custom-schema-class';
6
- export * from './forgot-password-request-dto';
7
- export * from './get-samllogin-link-request-dto';
8
- export * from './login-by-samlrequest-dto';
9
- export * from './login-class';
10
- export * from './login-request-dto';
11
- export * from './logout-request-dto';
12
- export * from './org-invitation-class';
13
- export * from './organization-class';
14
- export * from './refresh-token-dto';
15
- export * from './reset-password-request-dto';
16
- export * from './role-class';
17
- export * from './user-class';
18
- export * from './verify-org-invitation-request-dto';
19
- export * from './verify-org-invitation-response-class';
@@ -1,35 +0,0 @@
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("./create-org-and-user-request-dto"), exports);
18
- __exportStar(require("./create-org-and-user-response-class"), exports);
19
- __exportStar(require("./create-user-request-dto"), exports);
20
- __exportStar(require("./create-user-response-class"), exports);
21
- __exportStar(require("./custom-schema-class"), exports);
22
- __exportStar(require("./forgot-password-request-dto"), exports);
23
- __exportStar(require("./get-samllogin-link-request-dto"), exports);
24
- __exportStar(require("./login-by-samlrequest-dto"), exports);
25
- __exportStar(require("./login-class"), exports);
26
- __exportStar(require("./login-request-dto"), exports);
27
- __exportStar(require("./logout-request-dto"), exports);
28
- __exportStar(require("./org-invitation-class"), exports);
29
- __exportStar(require("./organization-class"), exports);
30
- __exportStar(require("./refresh-token-dto"), exports);
31
- __exportStar(require("./reset-password-request-dto"), exports);
32
- __exportStar(require("./role-class"), exports);
33
- __exportStar(require("./user-class"), exports);
34
- __exportStar(require("./verify-org-invitation-request-dto"), exports);
35
- __exportStar(require("./verify-org-invitation-response-class"), exports);
@@ -1,30 +0,0 @@
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 LoginBySAMLRequestDto
16
- */
17
- export interface LoginBySAMLRequestDto {
18
- /**
19
- * code for grant type authorization code
20
- * @type {string}
21
- * @memberof LoginBySAMLRequestDto
22
- */
23
- 'code': string;
24
- /**
25
- * Tenant slug
26
- * @type {string}
27
- * @memberof LoginBySAMLRequestDto
28
- */
29
- 'tenantSlug': string;
30
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,30 +0,0 @@
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 LoginClass
16
- */
17
- export interface LoginClass {
18
- /**
19
- * Access token, used to identify user requests
20
- * @type {string}
21
- * @memberof LoginClass
22
- */
23
- 'accessToken': string;
24
- /**
25
- * States all user\'s permission
26
- * @type {string}
27
- * @memberof LoginClass
28
- */
29
- 'permissions': string;
30
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,30 +0,0 @@
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 LoginRequestDto
16
- */
17
- export interface LoginRequestDto {
18
- /**
19
- * Tenant user\'s username. Usually an email.
20
- * @type {string}
21
- * @memberof LoginRequestDto
22
- */
23
- 'username': string;
24
- /**
25
- * Tenant user\'s password.
26
- * @type {string}
27
- * @memberof LoginRequestDto
28
- */
29
- 'password': string;
30
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,24 +0,0 @@
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 LogoutRequestDto
16
- */
17
- export interface LogoutRequestDto {
18
- /**
19
- * Tenant user\'s username. Usually an email.
20
- * @type {string}
21
- * @memberof LogoutRequestDto
22
- */
23
- 'username': string;
24
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,109 +0,0 @@
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
- }
@@ -1,15 +0,0 @@
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 });
@@ -1,114 +0,0 @@
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 OrganizationClass
16
- */
17
- export interface OrganizationClass {
18
- /**
19
- * Internal unique identifier for the object. You should not have to use this, use code instead.
20
- * @type {number}
21
- * @memberof OrganizationClass
22
- */
23
- 'id': number;
24
- /**
25
- * Unique identifier for the object.
26
- * @type {string}
27
- * @memberof OrganizationClass
28
- */
29
- 'code': string;
30
- /**
31
- *
32
- * @type {number}
33
- * @memberof OrganizationClass
34
- */
35
- 'parentId'?: number;
36
- /**
37
- *
38
- * @type {string}
39
- * @memberof OrganizationClass
40
- */
41
- 'email': string;
42
- /**
43
- *
44
- * @type {string}
45
- * @memberof OrganizationClass
46
- */
47
- 'ern'?: string;
48
- /**
49
- *
50
- * @type {string}
51
- * @memberof OrganizationClass
52
- */
53
- 'name': string;
54
- /**
55
- *
56
- * @type {string}
57
- * @memberof OrganizationClass
58
- */
59
- 'type': string;
60
- /**
61
- *
62
- * @type {string}
63
- * @memberof OrganizationClass
64
- */
65
- 'street': string;
66
- /**
67
- *
68
- * @type {string}
69
- * @memberof OrganizationClass
70
- */
71
- 'houseNumber': string;
72
- /**
73
- *
74
- * @type {string}
75
- * @memberof OrganizationClass
76
- */
77
- 'zipCode': string;
78
- /**
79
- *
80
- * @type {string}
81
- * @memberof OrganizationClass
82
- */
83
- 'city': string;
84
- /**
85
- *
86
- * @type {string}
87
- * @memberof OrganizationClass
88
- */
89
- 'country': string;
90
- /**
91
- *
92
- * @type {object}
93
- * @memberof OrganizationClass
94
- */
95
- 'customFields'?: object;
96
- /**
97
- * Time at which the object was created.
98
- * @type {string}
99
- * @memberof OrganizationClass
100
- */
101
- 'createdAt': string;
102
- /**
103
- * Time at which the object was updated.
104
- * @type {string}
105
- * @memberof OrganizationClass
106
- */
107
- 'updatedAt': string;
108
- /**
109
- *
110
- * @type {string}
111
- * @memberof OrganizationClass
112
- */
113
- 'deletedAt'?: string | null;
114
- }