Skip to content

Commit 6080b1d

Browse files
Regenerate CE client
1 parent c627a6b commit 6080b1d

File tree

503 files changed

+41437
-0
lines changed

Some content is hidden

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

503 files changed

+41437
-0
lines changed

ce/docs/AccountTwoFaSettings.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,35 @@ Account Two-Factor Authentication Settings
1313

1414

1515

16+
## Referenced Types
17+
18+
#### TwoFaAccountConfig
19+
| Name | Type | Description | Notes |
20+
|------|------|-------------|-------|
21+
| useByDefault | Boolean | | [optional] |
22+
| providerType | String | | |
23+
24+
#### BackupCodeTwoFaAccountConfig *(extends TwoFaAccountConfig, providerType=`BACKUP_CODE`)*
25+
| Name | Type | Description | Notes |
26+
|------|------|-------------|-------|
27+
| codes | Set<String> | | |
28+
| codesLeft | Integer | | [optional] |
29+
30+
#### EmailTwoFaAccountConfig *(extends TwoFaAccountConfig, providerType=`EMAIL`)*
31+
| Name | Type | Description | Notes |
32+
|------|------|-------------|-------|
33+
| email | String | | |
34+
35+
#### SmsTwoFaAccountConfig *(extends TwoFaAccountConfig, providerType=`SMS`)*
36+
| Name | Type | Description | Notes |
37+
|------|------|-------------|-------|
38+
| phoneNumber | String | | |
39+
40+
#### TotpTwoFaAccountConfig *(extends TwoFaAccountConfig, providerType=`TOTP`)*
41+
| Name | Type | Description | Notes |
42+
|------|------|-------------|-------|
43+
| authUrl | String | | |
44+
1645
---
1746

1847
### Conventions

ce/docs/AdminSettings.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ A JSON value representing the Mail Settings.
1717

1818

1919

20+
## Referenced Types
21+
22+
> **EntityId types** (`AdminSettingsId`, `AiModelId`, `AlarmId`, `ApiKeyId`, `ApiUsageStateId`, `AssetId`, `AssetProfileId`, `CalculatedFieldId`, `CustomerId`, `DashboardId`, `DeviceId`, `DeviceProfileId`, `DomainId`, `EdgeId`, `EntityViewId`, `JobId`, `MobileAppBundleId`, `MobileAppId`, `NotificationId`, `NotificationRequestId`, `NotificationRuleId`, `NotificationTargetId`, `NotificationTemplateId`, `OAuth2ClientId`, `OtaPackageId`, `QueueId`, `QueueStatsId`, `RpcId`, `RuleChainId`, `RuleNodeId`, `TbResourceId`, `TenantId`, `TenantProfileId`, `UserId`, `WidgetTypeId`, `WidgetsBundleId`, etc.): `{entityType: EntityType, id: UUID}` — all EntityId subtypes share this structure.
23+
24+
#### EntityType (enum)
25+
`TENANT` | `CUSTOMER` | `USER` | `DASHBOARD` | `ASSET` | `DEVICE` | `ALARM` | `RULE_CHAIN` | `RULE_NODE` | `ENTITY_VIEW` | … (36 values total)
26+
2027
---
2128

2229
### Conventions

ce/docs/AdminSettingsId.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212

1313

1414

15+
## Referenced Types
16+
17+
> **EntityId types** (`AiModelId`, `AlarmId`, `ApiKeyId`, `ApiUsageStateId`, `AssetId`, `AssetProfileId`, `CalculatedFieldId`, `CustomerId`, `DashboardId`, `DeviceId`, `DeviceProfileId`, `DomainId`, `EdgeId`, `EntityViewId`, `JobId`, `MobileAppBundleId`, `MobileAppId`, `NotificationId`, `NotificationRequestId`, `NotificationRuleId`, `NotificationTargetId`, `NotificationTemplateId`, `OAuth2ClientId`, `OtaPackageId`, `QueueId`, `QueueStatsId`, `RpcId`, `RuleChainId`, `RuleNodeId`, `TbResourceId`, `TenantId`, `TenantProfileId`, `UserId`, `WidgetTypeId`, `WidgetsBundleId`, etc.): `{entityType: EntityType, id: UUID}` — all EntityId subtypes share this structure.
18+
19+
#### EntityType (enum)
20+
`TENANT` | `CUSTOMER` | `USER` | `DASHBOARD` | `ASSET` | `DEVICE` | `ALARM` | `RULE_CHAIN` | `RULE_NODE` | `ENTITY_VIEW` | … (36 values total)
21+
1522
---
1623

1724
### Conventions

ce/docs/AffectedTenantAdministratorsFilter.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,41 @@
1212

1313

1414

15+
## Referenced Types
16+
17+
#### UsersFilter
18+
| Name | Type | Description | Notes |
19+
|------|------|-------------|-------|
20+
| type | String | | |
21+
22+
#### AffectedUserFilter *(extends UsersFilter, type=`AFFECTED_USER`)*
23+
*See UsersFilter for properties.*
24+
25+
#### AllUsersFilter *(extends UsersFilter, type=`ALL_USERS`)*
26+
*See UsersFilter for properties.*
27+
28+
#### CustomerUsersFilter *(extends UsersFilter, type=`CUSTOMER_USERS`)*
29+
| Name | Type | Description | Notes |
30+
|------|------|-------------|-------|
31+
| customerId | UUID | | |
32+
33+
#### OriginatorEntityOwnerUsersFilter *(extends UsersFilter, type=`ORIGINATOR_ENTITY_OWNER_USERS`)*
34+
*See UsersFilter for properties.*
35+
36+
#### SystemAdministratorsFilter *(extends UsersFilter, type=`SYSTEM_ADMINISTRATORS`)*
37+
*See UsersFilter for properties.*
38+
39+
#### TenantAdministratorsFilter *(extends UsersFilter, type=`TENANT_ADMINISTRATORS`)*
40+
| Name | Type | Description | Notes |
41+
|------|------|-------------|-------|
42+
| tenantsIds | Set<UUID> | | [optional] |
43+
| tenantProfilesIds | Set<UUID> | | [optional] |
44+
45+
#### UserListFilter *(extends UsersFilter, type=`USER_LIST`)*
46+
| Name | Type | Description | Notes |
47+
|------|------|-------------|-------|
48+
| usersIds | List<UUID> | | |
49+
1550
---
1651

1752
### Conventions

ce/docs/AffectedUserFilter.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,41 @@
1212

1313

1414

15+
## Referenced Types
16+
17+
#### UsersFilter
18+
| Name | Type | Description | Notes |
19+
|------|------|-------------|-------|
20+
| type | String | | |
21+
22+
#### AffectedTenantAdministratorsFilter *(extends UsersFilter, type=`AFFECTED_TENANT_ADMINISTRATORS`)*
23+
*See UsersFilter for properties.*
24+
25+
#### AllUsersFilter *(extends UsersFilter, type=`ALL_USERS`)*
26+
*See UsersFilter for properties.*
27+
28+
#### CustomerUsersFilter *(extends UsersFilter, type=`CUSTOMER_USERS`)*
29+
| Name | Type | Description | Notes |
30+
|------|------|-------------|-------|
31+
| customerId | UUID | | |
32+
33+
#### OriginatorEntityOwnerUsersFilter *(extends UsersFilter, type=`ORIGINATOR_ENTITY_OWNER_USERS`)*
34+
*See UsersFilter for properties.*
35+
36+
#### SystemAdministratorsFilter *(extends UsersFilter, type=`SYSTEM_ADMINISTRATORS`)*
37+
*See UsersFilter for properties.*
38+
39+
#### TenantAdministratorsFilter *(extends UsersFilter, type=`TENANT_ADMINISTRATORS`)*
40+
| Name | Type | Description | Notes |
41+
|------|------|-------------|-------|
42+
| tenantsIds | Set<UUID> | | [optional] |
43+
| tenantProfilesIds | Set<UUID> | | [optional] |
44+
45+
#### UserListFilter *(extends UsersFilter, type=`USER_LIST`)*
46+
| Name | Type | Description | Notes |
47+
|------|------|-------------|-------|
48+
| usersIds | List<UUID> | | |
49+
1550
---
1651

1752
### Conventions

ce/docs/AggFunctionInput.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313

1414

1515

16+
## Referenced Types
17+
18+
#### AggInput
19+
| Name | Type | Description | Notes |
20+
|------|------|-------------|-------|
21+
| type | String | | |
22+
23+
#### AggKeyInput *(extends AggInput, type=`key`)*
24+
| Name | Type | Description | Notes |
25+
|------|------|-------------|-------|
26+
| key | String | | [optional] |
27+
1628
---
1729

1830
### Conventions

ce/docs/AggInput.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@
1111

1212

1313

14+
## Subtypes
15+
16+
#### AggFunctionInput *(type=`function`)*
17+
| Name | Type | Description | Notes |
18+
|------|------|-------------|-------|
19+
| function | String | | [optional] |
20+
21+
#### AggKeyInput *(type=`key`)*
22+
| Name | Type | Description | Notes |
23+
|------|------|-------------|-------|
24+
| key | String | | [optional] |
25+
1426
---
1527

1628
### Conventions

ce/docs/AggInterval.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,57 @@
1111

1212

1313

14+
## Subtypes
15+
16+
#### CustomInterval *(type=`CUSTOM`)*
17+
| Name | Type | Description | Notes |
18+
|------|------|-------------|-------|
19+
| tz | String | | |
20+
| offsetSec | Long | | [optional] |
21+
| durationSec | Long | | |
22+
23+
#### DayInterval *(type=`DAY`)*
24+
| Name | Type | Description | Notes |
25+
|------|------|-------------|-------|
26+
| tz | String | | |
27+
| offsetSec | Long | | [optional] |
28+
29+
#### HourInterval *(type=`HOUR`)*
30+
| Name | Type | Description | Notes |
31+
|------|------|-------------|-------|
32+
| tz | String | | |
33+
| offsetSec | Long | | [optional] |
34+
35+
#### MonthInterval *(type=`MONTH`)*
36+
| Name | Type | Description | Notes |
37+
|------|------|-------------|-------|
38+
| tz | String | | |
39+
| offsetSec | Long | | [optional] |
40+
41+
#### QuarterInterval *(type=`QUARTER`)*
42+
| Name | Type | Description | Notes |
43+
|------|------|-------------|-------|
44+
| tz | String | | |
45+
| offsetSec | Long | | [optional] |
46+
47+
#### WeekInterval *(type=`WEEK`)*
48+
| Name | Type | Description | Notes |
49+
|------|------|-------------|-------|
50+
| tz | String | | |
51+
| offsetSec | Long | | [optional] |
52+
53+
#### WeekSunSatInterval *(type=`WEEK_SUN_SAT`)*
54+
| Name | Type | Description | Notes |
55+
|------|------|-------------|-------|
56+
| tz | String | | |
57+
| offsetSec | Long | | [optional] |
58+
59+
#### YearInterval *(type=`YEAR`)*
60+
| Name | Type | Description | Notes |
61+
|------|------|-------------|-------|
62+
| tz | String | | |
63+
| offsetSec | Long | | [optional] |
64+
1465
---
1566

1667
### Conventions

ce/docs/AggKeyInput.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313

1414

1515

16+
## Referenced Types
17+
18+
#### AggInput
19+
| Name | Type | Description | Notes |
20+
|------|------|-------------|-------|
21+
| type | String | | |
22+
23+
#### AggFunctionInput *(extends AggInput, type=`function`)*
24+
| Name | Type | Description | Notes |
25+
|------|------|-------------|-------|
26+
| function | String | | [optional] |
27+
1628
---
1729

1830
### Conventions

ce/docs/AggMetric.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@
1414

1515

1616

17+
## Referenced Types
18+
19+
#### AggFunction (enum)
20+
`MIN` | `MAX` | `SUM` | `AVG` | `COUNT` | `COUNT_UNIQUE`
21+
22+
#### AggInput
23+
| Name | Type | Description | Notes |
24+
|------|------|-------------|-------|
25+
| type | String | | |
26+
27+
#### AggFunctionInput *(extends AggInput, type=`function`)*
28+
| Name | Type | Description | Notes |
29+
|------|------|-------------|-------|
30+
| function | String | | [optional] |
31+
32+
#### AggKeyInput *(extends AggInput, type=`key`)*
33+
| Name | Type | Description | Notes |
34+
|------|------|-------------|-------|
35+
| key | String | | [optional] |
36+
1737
---
1838

1939
### Conventions

0 commit comments

Comments
 (0)