Skip to content

Commit a509a3c

Browse files
authored
Regenerated clients after schema fields order was introduced (#13)
1 parent 74fb34a commit a509a3c

619 files changed

Lines changed: 51126 additions & 43170 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/AdminSettingsId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
`org.thingsboard.client.model.AdminSettingsId`
55

6+
**Extends:** **EntityId**
7+
68
## Properties
79

810
| Name | Type | Description | Notes |
911
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
11-
| **entityType** | **EntityType** | string | |
1212

1313

1414

ce/docs/AiModelId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
`org.thingsboard.client.model.AiModelId`
55

6+
**Extends:** **EntityId**
7+
68
## Properties
79

810
| Name | Type | Description | Notes |
911
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
11-
| **entityType** | **EntityType** | Entity type of the AI model | |
1212

1313

1414

ce/docs/Alarm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
| **ackTs** | **Long** | Timestamp of the alarm acknowledgement, in milliseconds | [optional] |
2121
| **clearTs** | **Long** | Timestamp of the alarm clearing, in milliseconds | [optional] |
2222
| **assignTs** | **Long** | Timestamp of the alarm assignment, in milliseconds | [optional] |
23-
| **details** | **com.fasterxml.jackson.databind.JsonNode** | | [optional] |
23+
| **details** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with alarm details | [optional] |
2424
| **propagate** | **Boolean** | Propagation flag to specify if alarm should be propagated to parent entities of alarm originator | [optional] |
2525
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2626
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |

ce/docs/AlarmData.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
| **ackTs** | **Long** | Timestamp of the alarm acknowledgement, in milliseconds | [optional] |
2525
| **clearTs** | **Long** | Timestamp of the alarm clearing, in milliseconds | [optional] |
2626
| **assignTs** | **Long** | Timestamp of the alarm assignment, in milliseconds | [optional] |
27+
| **details** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with alarm details | [optional] |
2728
| **propagate** | **Boolean** | Propagation flag to specify if alarm should be propagated to parent entities of alarm originator | [optional] |
2829
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2930
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |
@@ -34,7 +35,6 @@
3435
| **assignee** | **AlarmAssignee** | Alarm assignee | [optional] |
3536
| **name** | **String** | representing type of the Alarm | [readonly] |
3637
| **status** | **AlarmStatus** | status of the Alarm | [readonly] |
37-
| **details** | **com.fasterxml.jackson.databind.JsonNode** | | [optional] |
3838

3939

4040

ce/docs/AlarmId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
`org.thingsboard.client.model.AlarmId`
55

6+
**Extends:** **EntityId**
7+
68
## Properties
79

810
| Name | Type | Description | Notes |
911
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
11-
| **entityType** | **EntityType** | string | |
1212

1313

1414

ce/docs/AlarmInfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
| **ackTs** | **Long** | Timestamp of the alarm acknowledgement, in milliseconds | [optional] |
2323
| **clearTs** | **Long** | Timestamp of the alarm clearing, in milliseconds | [optional] |
2424
| **assignTs** | **Long** | Timestamp of the alarm assignment, in milliseconds | [optional] |
25+
| **details** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with alarm details | [optional] |
2526
| **propagate** | **Boolean** | Propagation flag to specify if alarm should be propagated to parent entities of alarm originator | [optional] |
2627
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2728
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |
@@ -32,7 +33,6 @@
3233
| **assignee** | **AlarmAssignee** | Alarm assignee | [optional] |
3334
| **name** | **String** | representing type of the Alarm | [readonly] |
3435
| **status** | **AlarmStatus** | status of the Alarm | [readonly] |
35-
| **details** | **com.fasterxml.jackson.databind.JsonNode** | | [optional] |
3636

3737

3838

ce/docs/ApiKeyControllerApi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ApiKey saveApiKey(@Nonnull ApiKeyInfo apiKeyInfo)
9999

100100
Save API key for user (saveApiKey)
101101

102-
Creates an API key for the given user and returns the token ONCE as 'ApiKey <value>'. Available for any authorized user.
102+
Creates an API key for the given user and returns the token ONCE as 'ApiKey {value}'. Available for any authorized user.
103103

104104

105105
### Parameters

ce/docs/ApiKeyId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
`org.thingsboard.client.model.ApiKeyId`
55

6+
**Extends:** **EntityId**
7+
68
## Properties
79

810
| Name | Type | Description | Notes |
911
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
11-
| **entityType** | **EntityType** | string | |
1212

1313

1414

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
11

2-
# OtaPackageData
2+
# ApiUsageStateId
33

4-
`org.thingsboard.client.model.OtaPackageData`
4+
`org.thingsboard.client.model.ApiUsageStateId`
5+
6+
**Extends:** **EntityId**
57

68
## Properties
79

810
| Name | Type | Description | Notes |
911
|------------ | ------------- | ------------- | -------------|
10-
| **_short** | **Integer** | | [optional] |
11-
| **_char** | **String** | | [optional] |
12-
| **_int** | **Integer** | | [optional] |
13-
| **_long** | **Long** | | [optional] |
14-
| **_float** | **Float** | | [optional] |
15-
| **_double** | **Double** | | [optional] |
16-
| **direct** | **Boolean** | | [optional] |
17-
| **readOnly** | **Boolean** | | [optional] |
1812

1913

2014

ce/docs/AssetId.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33

44
`org.thingsboard.client.model.AssetId`
55

6+
**Extends:** **EntityId**
7+
68
## Properties
79

810
| Name | Type | Description | Notes |
911
|------------ | ------------- | ------------- | -------------|
10-
| **id** | **UUID** | ID of the entity, time-based UUID v1 | |
11-
| **entityType** | **EntityType** | string | |
1212

1313

1414

0 commit comments

Comments
 (0)