Skip to content

Commit 6b00f05

Browse files
committed
regenerated clients, fixed tests
1 parent d3a00ce commit 6b00f05

1,197 files changed

Lines changed: 70726 additions & 59898 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/AiModel.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **id** | **AiModelId** | | [optional] |
11+
| **createdTime** | **Long** | Entity creation timestamp in milliseconds since Unix epoch | [optional] [readonly] |
1012
| **tenantId** | **TenantId** | JSON object representing the ID of the tenant associated with this AI model | [readonly] |
1113
| **version** | **Long** | Version of the AI model record; increments automatically whenever the record is changed | [readonly] |
1214
| **name** | **String** | Display name for this AI model configuration; not the technical model identifier | |
1315
| **_configuration** | **AiModelConfig** | Configuration of the AI model | [optional] |
14-
| **id** | **AiModelId** | | [optional] |
15-
| **createdTime** | **Long** | Entity creation timestamp in milliseconds since Unix epoch | [optional] [readonly] |
1616

1717

1818

ce/docs/Alarm.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **id** | **AlarmId** | JSON object with the alarm Id. Specify this field to update the alarm. Referencing non-existing alarm Id will cause error. Omit this field to create new alarm. | [optional] |
11+
| **createdTime** | **Long** | Timestamp of the alarm creation, in milliseconds | [optional] [readonly] |
1012
| **tenantId** | **TenantId** | JSON object with Tenant Id | [optional] [readonly] |
1113
| **customerId** | **CustomerId** | JSON object with Customer Id | [optional] [readonly] |
1214
| **type** | **String** | representing type of the Alarm | |
@@ -25,8 +27,6 @@
2527
| **propagateToOwner** | **Boolean** | Propagation flag to specify if alarm should be propagated to the owner (tenant or customer) of alarm originator | [optional] |
2628
| **propagateToTenant** | **Boolean** | Propagation flag to specify if alarm should be propagated to the tenant entity | [optional] |
2729
| **propagateRelationTypes** | **List\<String\>** | JSON array of relation types that should be used for propagation. By default, 'propagateRelationTypes' array is empty which means that the alarm will be propagated based on any relation type to parent entities. This parameter should be used only in case when 'propagate' parameter is set to true, otherwise, 'propagateRelationTypes' array will be ignored. | [optional] |
28-
| **id** | **AlarmId** | JSON object with the alarm Id. Specify this field to update the alarm. Referencing non-existing alarm Id will cause error. Omit this field to create new alarm. | [optional] |
29-
| **createdTime** | **Long** | Timestamp of the alarm creation, in milliseconds | [optional] [readonly] |
3030
| **name** | **String** | representing type of the Alarm | [readonly] |
3131
| **status** | **AlarmStatus** | status of the Alarm | [readonly] |
3232

ce/docs/AlarmComment.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10+
| **id** | **AlarmCommentId** | JSON object with the alarm comment Id. Specify this field to update the alarm comment. Referencing non-existing alarm Id will cause error. Omit this field to create new alarm. | [optional] |
11+
| **createdTime** | **Long** | Timestamp of the alarm comment creation, in milliseconds | [optional] [readonly] |
1012
| **alarmId** | **AlarmId** | JSON object with Alarm id. | [optional] [readonly] |
1113
| **userId** | **UserId** | JSON object with User id. | [optional] [readonly] |
1214
| **type** | **AlarmCommentType** | Defines origination of comment. System type means comment was created by TB. OTHER type means comment was created by user. | [optional] |
1315
| **comment** | **com.fasterxml.jackson.databind.JsonNode** | JSON object with text of comment. | [optional] |
14-
| **id** | **AlarmCommentId** | JSON object with the alarm comment Id. Specify this field to update the alarm comment. Referencing non-existing alarm Id will cause error. Omit this field to create new alarm. | [optional] |
15-
| **createdTime** | **Long** | Timestamp of the alarm comment creation, in milliseconds | [optional] [readonly] |
1616
| **name** | **String** | representing comment text | [optional] [readonly] |
1717

1818

ce/docs/AlarmConditionFilter.md

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

88
| Name | Type | Description | Notes |
99
|------------ | ------------- | ------------- | -------------|
10-
| **key** | **AlarmConditionFilterKey** | JSON object for specifying alarm condition by specific key | [optional] |
1110
| **valueType** | **EntityKeyValueType** | String representation of the type of the value | [optional] |
12-
| **value** | **Object** | | [optional] |
11+
| **key** | **AlarmConditionFilterKey** | JSON object for specifying alarm condition by specific key | [optional] |
1312
| **predicate** | **KeyFilterPredicate** | JSON object representing filter condition | [optional] |
13+
| **value** | **Object** | | [optional] |
1414

1515

1616

ce/docs/AlarmConditionValueAlarmRuleSchedule.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-
| **staticValue** | **AlarmRuleSchedule** | | [optional] |
1110
| **dynamicValueArgument** | **String** | | [optional] |
11+
| **staticValue** | **AlarmRuleSchedule** | | [optional] |
1212

1313

1414

ce/docs/AlarmConditionValueBoolean.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-
| **staticValue** | **Boolean** | | [optional] |
1110
| **dynamicValueArgument** | **String** | | [optional] |
11+
| **staticValue** | **Boolean** | | [optional] |
1212

1313

1414

ce/docs/AlarmConditionValueDouble.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-
| **staticValue** | **Double** | | [optional] |
1110
| **dynamicValueArgument** | **String** | | [optional] |
11+
| **staticValue** | **Double** | | [optional] |
1212

1313

1414

ce/docs/AlarmConditionValueInteger.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-
| **staticValue** | **Integer** | | [optional] |
1110
| **dynamicValueArgument** | **String** | | [optional] |
11+
| **staticValue** | **Integer** | | [optional] |
1212

1313

1414

ce/docs/AlarmConditionValueLong.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-
| **staticValue** | **Long** | | [optional] |
1110
| **dynamicValueArgument** | **String** | | [optional] |
11+
| **staticValue** | **Long** | | [optional] |
1212

1313

1414

ce/docs/AlarmConditionValueString.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-
| **staticValue** | **String** | | [optional] |
1110
| **dynamicValueArgument** | **String** | | [optional] |
11+
| **staticValue** | **String** | | [optional] |
1212

1313

1414

0 commit comments

Comments
 (0)