You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/shared/targetsdk.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,16 @@
15
15
|`continuous_integration_environment`|*Optional[str]*|:heavy_minus_sign:| Name of the CI environment. |
16
16
|`error`|*Optional[str]*|:heavy_minus_sign:| Error message if the last event was not successful. |
17
17
|`generate_config_post_version`|*Optional[str]*|:heavy_minus_sign:| Version of the generated target (post generation) |
18
+
|`generate_eligible_features`|*Optional[str]*|:heavy_minus_sign:| Eligible feature set during generation |
18
19
|`generate_gen_lock_pre_features`|*Optional[str]*|:heavy_minus_sign:| Features prior to generation |
19
20
|`generate_gen_lock_pre_version`|*Optional[str]*|:heavy_minus_sign:| Artifact version for the Previous Generation |
21
+
|`generate_number_of_operations_ignored`|*Optional[int]*|:heavy_minus_sign:| The number of operations ignored in generation. |
22
+
|`generate_number_of_operations_used`|*Optional[int]*|:heavy_minus_sign:| The number of operations used in generation. |
20
23
|`generate_published`|*Optional[bool]*|:heavy_minus_sign:| Indicates whether the target was considered published. |
21
24
|`generate_target_name`|*Optional[str]*|:heavy_minus_sign:| The name of the target as defined by the user. |
22
25
|`generate_target_version`|*Optional[str]*|:heavy_minus_sign:| The version of the Speakeasy generator for this target eg v2 of the typescript generator. |
23
26
|`gh_action_organization`|*Optional[str]*|:heavy_minus_sign:| GitHub organization of the action. |
0 commit comments