Skip to content

Commit c215f45

Browse files
committed
regenerated clients, fixed tests
1 parent d5287c5 commit c215f45

385 files changed

Lines changed: 25483 additions & 21804 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ce/docs/AlarmCommentId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
10+
| **id** | **UUID** | string | |
1111

1212

1313

ce/docs/AuditLogId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | | [optional] |
10+
| **id** | **UUID** | string | |
1111

1212

1313

ce/docs/CalculatedFieldDebugEventFilter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
| **msgType** | **String** | String value representing the message type | [optional] |
1818
| **arguments** | **String** | String value representing the arguments that were used in the calculation performed | [optional] |
1919
| **result** | **String** | String value representing the result of a calculation | [optional] |
20-
| **isError** | **Boolean** | | [optional] |
2120
| **error** | **Boolean** | | [optional] |
21+
| **isError** | **Boolean** | | [optional] |
2222

2323

2424
### Enum: EntityTypeEnum

ce/docs/ComponentDescriptorId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | | [optional] |
10+
| **id** | **UUID** | string | |
1111

1212

1313

ce/docs/Dashboard.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] |
11-
| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] |
12-
| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] |
1310
| **title** | **String** | Title of the dashboard. | |
1411
| **image** | **String** | Thumbnail picture for rendering of the dashboards in a grid view on mobile devices. | [optional] [readonly] |
15-
| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] |
1612
| **mobileHide** | **Boolean** | Hide dashboard from mobile devices. Useful if the dashboard is not designed for small screens. | [optional] [readonly] |
1713
| **mobileOrder** | **Integer** | Order on mobile devices. Useful to adjust sorting of the dashboards for mobile applications | [optional] [readonly] |
18-
| **version** | **Long** | | [optional] |
19-
| **resources** | **List\<ResourceExportData\>** | | [optional] |
2014
| **_configuration** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with main configuration of the dashboard: layouts, widgets, aliases, etc. The JSON structure of the dashboard configuration is quite complex. The easiest way to learn it is to export existing dashboard to JSON. | [optional] |
2115
| **name** | **String** | Same as title of the dashboard. Read-only field. Update the 'title' to change the 'name' of the dashboard. | [optional] [readonly] |
16+
| **resources** | **List\<ResourceExportData\>** | | [optional] |
17+
| **assignedCustomers** | **Set\<ShortCustomerInfo\>** | List of assigned customers with their info. | [optional] |
18+
| **createdTime** | **Long** | Timestamp of the dashboard creation, in milliseconds | [optional] [readonly] |
19+
| **id** | **DashboardId** | JSON object with the dashboard Id. Specify existing dashboard Id to update the dashboard. Referencing non-existing dashboard id will cause error. Omit this field to create new dashboard. | [optional] |
20+
| **tenantId** | **TenantId** | JSON object with Tenant Id. Tenant Id of the dashboard can't be changed. | [optional] [readonly] |
21+
| **version** | **Long** | | [optional] |
2222

2323

2424

ce/docs/DeviceCredentialsId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | | [optional] |
10+
| **id** | **UUID** | string | |
1111

1212

1313

ce/docs/EdgeEventId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | | [optional] |
10+
| **id** | **UUID** | string | |
1111

1212

1313

ce/docs/EntityId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
1110
| **entityType** | **EntityType** | | |
11+
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
1212

1313

1414

ce/docs/EventId.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | | [optional] |
10+
| **id** | **UUID** | string | |
1111

1212

1313

ce/docs/FeaturesInfo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **emailEnabled** | **Boolean** | | [optional] |
1011
| **smsEnabled** | **Boolean** | | [optional] |
11-
| **oauthEnabled** | **Boolean** | | [optional] |
1212
| **notificationEnabled** | **Boolean** | | [optional] |
13+
| **oauthEnabled** | **Boolean** | | [optional] |
1314
| **twoFaEnabled** | **Boolean** | | [optional] |
14-
| **emailEnabled** | **Boolean** | | [optional] |
1515

1616

1717

0 commit comments

Comments
 (0)