@rasadov/lumoar-sdk 1.1.10 → 1.2.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.
@@ -9,15 +9,8 @@ Name | Type | Description | Notes
9
9
  **industry** | **string** | | [default to undefined]
10
10
  **employee_count** | **number** | | [default to undefined]
11
11
  **domain** | **string** | | [default to undefined]
12
- **tools_used** | **{ [key: string]: any; }** | | [optional] [default to undefined]
13
- **plan** | **string** | | [optional] [default to undefined]
14
12
  **status** | **string** | | [optional] [default to undefined]
15
13
  **compliance_goal** | [**ComplianceGoal**](ComplianceGoal.md) | | [optional] [default to undefined]
16
- **readiness_score** | **number** | | [optional] [default to undefined]
17
- **audit_due_date** | **string** | | [optional] [default to undefined]
18
- **is_audit_mode** | **boolean** | | [optional] [default to false]
19
- **timezone** | **string** | | [optional] [default to 'UTC']
20
- **logo_url** | **string** | | [optional] [default to undefined]
21
14
 
22
15
  ## Example
23
16
 
@@ -29,15 +22,8 @@ const instance: CompanyCreate = {
29
22
  industry,
30
23
  employee_count,
31
24
  domain,
32
- tools_used,
33
- plan,
34
25
  status,
35
26
  compliance_goal,
36
- readiness_score,
37
- audit_due_date,
38
- is_audit_mode,
39
- timezone,
40
- logo_url,
41
27
  };
42
28
  ```
43
29
 
@@ -10,13 +10,6 @@ Name | Type | Description | Notes
10
10
  **industry** | **string** | | [optional] [default to undefined]
11
11
  **employee_count** | **number** | | [optional] [default to undefined]
12
12
  **domain** | **string** | | [optional] [default to undefined]
13
- **tools_used** | **{ [key: string]: any; }** | | [optional] [default to undefined]
14
- **compliance_goal** | [**ComplianceGoal**](ComplianceGoal.md) | | [optional] [default to undefined]
15
- **readiness_score** | **number** | | [optional] [default to undefined]
16
- **audit_due_date** | **string** | | [optional] [default to undefined]
17
- **is_audit_mode** | **boolean** | | [optional] [default to undefined]
18
- **timezone** | **string** | | [optional] [default to undefined]
19
- **logo_url** | **string** | | [optional] [default to undefined]
20
13
 
21
14
  ## Example
22
15
 
@@ -29,13 +22,6 @@ const instance: CompanyUpdate = {
29
22
  industry,
30
23
  employee_count,
31
24
  domain,
32
- tools_used,
33
- compliance_goal,
34
- readiness_score,
35
- audit_due_date,
36
- is_audit_mode,
37
- timezone,
38
- logo_url,
39
25
  };
40
26
  ```
41
27
 
@@ -9,15 +9,7 @@ Name | Type | Description | Notes
9
9
  **industry** | **string** | | [default to undefined]
10
10
  **employee_count** | **number** | | [default to undefined]
11
11
  **domain** | **string** | | [default to undefined]
12
- **tools_used** | **{ [key: string]: any; }** | | [optional] [default to undefined]
13
- **plan** | **string** | | [optional] [default to undefined]
14
12
  **status** | **string** | | [optional] [default to undefined]
15
- **compliance_goal** | [**ComplianceGoal**](ComplianceGoal.md) | | [optional] [default to undefined]
16
- **readiness_score** | **number** | | [optional] [default to undefined]
17
- **audit_due_date** | **string** | | [optional] [default to undefined]
18
- **is_audit_mode** | **boolean** | | [optional] [default to false]
19
- **timezone** | **string** | | [optional] [default to 'UTC']
20
- **logo_url** | **string** | | [optional] [default to undefined]
21
13
  **id** | **string** | | [default to undefined]
22
14
  **updated_at** | **string** | | [default to undefined]
23
15
  **controls** | [**Array<ControlWithEvidences>**](ControlWithEvidences.md) | | [default to undefined]
@@ -32,15 +24,7 @@ const instance: CompanyWithControls = {
32
24
  industry,
33
25
  employee_count,
34
26
  domain,
35
- tools_used,
36
- plan,
37
27
  status,
38
- compliance_goal,
39
- readiness_score,
40
- audit_due_date,
41
- is_audit_mode,
42
- timezone,
43
- logo_url,
44
28
  id,
45
29
  updated_at,
46
30
  controls,
@@ -9,15 +9,7 @@ Name | Type | Description | Notes
9
9
  **industry** | **string** | | [default to undefined]
10
10
  **employee_count** | **number** | | [default to undefined]
11
11
  **domain** | **string** | | [default to undefined]
12
- **tools_used** | **{ [key: string]: any; }** | | [optional] [default to undefined]
13
- **plan** | **string** | | [optional] [default to undefined]
14
12
  **status** | **string** | | [optional] [default to undefined]
15
- **compliance_goal** | [**ComplianceGoal**](ComplianceGoal.md) | | [optional] [default to undefined]
16
- **readiness_score** | **number** | | [optional] [default to undefined]
17
- **audit_due_date** | **string** | | [optional] [default to undefined]
18
- **is_audit_mode** | **boolean** | | [optional] [default to false]
19
- **timezone** | **string** | | [optional] [default to 'UTC']
20
- **logo_url** | **string** | | [optional] [default to undefined]
21
13
  **id** | **string** | | [default to undefined]
22
14
  **updated_at** | **string** | | [default to undefined]
23
15
  **permissions** | [**Array<RolesWithUser>**](RolesWithUser.md) | | [default to undefined]
@@ -32,15 +24,7 @@ const instance: CompanyWithRoles = {
32
24
  industry,
33
25
  employee_count,
34
26
  domain,
35
- tools_used,
36
- plan,
37
27
  status,
38
- compliance_goal,
39
- readiness_score,
40
- audit_due_date,
41
- is_audit_mode,
42
- timezone,
43
- logo_url,
44
28
  id,
45
29
  updated_at,
46
30
  permissions,
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
10
10
  **note** | **string** | | [optional] [default to undefined]
11
11
  **updated_at** | **string** | | [optional] [default to undefined]
12
12
  **data** | [**FrameworkControlsBase**](FrameworkControlsBase.md) | | [default to undefined]
13
- **company** | [**CompanyInDBBase**](CompanyInDBBase.md) | | [default to undefined]
13
+ **company** | [**SrcSharedSchemasCompanyCompanyInDBBase**](SrcSharedSchemasCompanyCompanyInDBBase.md) | | [default to undefined]
14
14
  **evidences** | [**Array<EvidenceBase>**](EvidenceBase.md) | | [optional] [default to undefined]
15
15
 
16
16
  ## Example
@@ -5,7 +5,7 @@
5
5
 
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
- **items** | [**Array<CompanyInDBBase>**](CompanyInDBBase.md) | | [default to undefined]
8
+ **items** | [**Array<SrcDomainsOrganizationSchemasCompanyCompanyInDBBase>**](SrcDomainsOrganizationSchemasCompanyCompanyInDBBase.md) | | [default to undefined]
9
9
  **total** | **number** | | [default to undefined]
10
10
 
11
11
  ## Example
@@ -0,0 +1,32 @@
1
+ # SrcDomainsOrganizationSchemasCompanyCompanyInDBBase
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **industry** | **string** | | [default to undefined]
10
+ **employee_count** | **number** | | [default to undefined]
11
+ **domain** | **string** | | [default to undefined]
12
+ **status** | **string** | | [optional] [default to undefined]
13
+ **id** | **string** | | [default to undefined]
14
+ **updated_at** | **string** | | [default to undefined]
15
+
16
+ ## Example
17
+
18
+ ```typescript
19
+ import { SrcDomainsOrganizationSchemasCompanyCompanyInDBBase } from './api';
20
+
21
+ const instance: SrcDomainsOrganizationSchemasCompanyCompanyInDBBase = {
22
+ name,
23
+ industry,
24
+ employee_count,
25
+ domain,
26
+ status,
27
+ id,
28
+ updated_at,
29
+ };
30
+ ```
31
+
32
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -0,0 +1,34 @@
1
+ # SrcSharedSchemasCompanyCompanyInDBBase
2
+
3
+
4
+ ## Properties
5
+
6
+ Name | Type | Description | Notes
7
+ ------------ | ------------- | ------------- | -------------
8
+ **name** | **string** | | [default to undefined]
9
+ **industry** | **string** | | [default to undefined]
10
+ **employee_count** | **number** | | [default to undefined]
11
+ **domain** | **string** | | [default to undefined]
12
+ **status** | **string** | | [optional] [default to undefined]
13
+ **id** | **string** | | [default to undefined]
14
+ **updated_at** | **string** | | [default to undefined]
15
+ **compliance** | [**CompanyComplianceInDB**](CompanyComplianceInDB.md) | | [optional] [default to undefined]
16
+
17
+ ## Example
18
+
19
+ ```typescript
20
+ import { SrcSharedSchemasCompanyCompanyInDBBase } from './api';
21
+
22
+ const instance: SrcSharedSchemasCompanyCompanyInDBBase = {
23
+ name,
24
+ industry,
25
+ employee_count,
26
+ domain,
27
+ status,
28
+ id,
29
+ updated_at,
30
+ compliance,
31
+ };
32
+ ```
33
+
34
+ [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
package/docs/TaskRead.md CHANGED
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **updated_at** | **string** | | [default to undefined]
15
15
  **priority** | [**TaskPriority**](TaskPriority.md) | | [default to undefined]
16
16
  **status** | [**TaskStatus**](TaskStatus.md) | | [default to undefined]
17
+ **control_id** | **string** | | [default to undefined]
17
18
 
18
19
  ## Example
19
20
 
@@ -30,6 +31,7 @@ const instance: TaskRead = {
30
31
  updated_at,
31
32
  priority,
32
33
  status,
34
+ control_id,
33
35
  };
34
36
  ```
35
37
 
@@ -14,6 +14,7 @@ Name | Type | Description | Notes
14
14
  **updated_at** | **string** | | [default to undefined]
15
15
  **priority** | [**TaskPriority**](TaskPriority.md) | | [default to undefined]
16
16
  **status** | [**TaskStatus**](TaskStatus.md) | | [default to undefined]
17
+ **control_id** | **string** | | [default to undefined]
17
18
  **assigned_to** | [**UserWithId**](UserWithId.md) | | [default to undefined]
18
19
 
19
20
  ## Example
@@ -31,6 +32,7 @@ const instance: TaskWithUser = {
31
32
  updated_at,
32
33
  priority,
33
34
  status,
35
+ control_id,
34
36
  assigned_to,
35
37
  };
36
38
  ```
@@ -6,7 +6,7 @@
6
6
  Name | Type | Description | Notes
7
7
  ------------ | ------------- | ------------- | -------------
8
8
  **role** | **string** | | [default to undefined]
9
- **company** | [**CompanyInDBBase**](CompanyInDBBase.md) | | [default to undefined]
9
+ **company** | [**SrcSharedSchemasCompanyCompanyInDBBase**](SrcSharedSchemasCompanyCompanyInDBBase.md) | | [default to undefined]
10
10
 
11
11
  ## Example
12
12
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "openapi-generator-cli": "^1.0.0"
5
5
  },
6
6
  "name": "@rasadov/lumoar-sdk",
7
- "version": "1.1.10",
7
+ "version": "1.2.0",
8
8
  "description": "Lumoar API SDK",
9
9
  "main": "dist/index.js",
10
10
  "directories": {