|
1 | 1 | """ |
2 | 2 | =============================================================================== |
3 | | -8b6c6ae83aaf32dec50a4e3acf4ff5cb |
| 3 | +ec9cf1d4c5cc823ad1e9a5a0d287a540 |
4 | 4 | This file is auto-generated from the Async API modules, - do not edit manually! |
5 | 5 | =============================================================================== |
6 | 6 | """ |
@@ -121,7 +121,7 @@ def __call__( |
121 | 121 | type (str | None): Type of the event, e.g 'failure'. |
122 | 122 | subtype (str | None): Subtype of the event, e.g 'electrical'. |
123 | 123 | metadata (dict[str, str] | None): Customizable extra data about the event. String key -> String value. |
124 | | - asset_ids (Sequence[int] | None): Asset IDs of related equipments that this event relates to. |
| 124 | + asset_ids (Sequence[int] | None): Asset IDs of related equipment that this event relates to. |
125 | 125 | asset_external_ids (SequenceNotStr[str] | None): Asset External IDs of related equipment that this event relates to. |
126 | 126 | asset_subtree_ids (int | Sequence[int] | None): Only include events that have a related asset in a subtree rooted at any of these assetIds. If the total size of the given subtrees exceeds 100,000 assets, an error will be returned. |
127 | 127 | asset_subtree_external_ids (str | SequenceNotStr[str] | None): Only include events that have a related asset in a subtree rooted at any of these assetExternalIds. If the total size of the given subtrees exceeds 100,000 assets, an error will be returned. |
@@ -655,7 +655,7 @@ def list( |
655 | 655 | type (str | None): Type of the event, e.g 'failure'. |
656 | 656 | subtype (str | None): Subtype of the event, e.g 'electrical'. |
657 | 657 | metadata (dict[str, str] | None): Customizable extra data about the event. String key -> String value. |
658 | | - asset_ids (Sequence[int] | None): Asset IDs of related equipments that this event relates to. |
| 658 | + asset_ids (Sequence[int] | None): Asset IDs of related equipment that this event relates to. |
659 | 659 | asset_external_ids (SequenceNotStr[str] | None): Asset External IDs of related equipment that this event relates to. |
660 | 660 | asset_subtree_ids (int | Sequence[int] | None): Only include events that have a related asset in a subtree rooted at any of these assetIds. If the total size of the given subtrees exceeds 100,000 assets, an error will be returned. |
661 | 661 | asset_subtree_external_ids (str | SequenceNotStr[str] | None): Only include events that have a related asset in a subtree rooted at any of these assetExternalIds. If the total size of the given subtrees exceeds 100,000 assets, an error will be returned. |
|
0 commit comments