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
|`id`|*str*|:heavy_check_mark:| Unique identifier of the target the same as `generate_gen_lock_id`|
11
11
|`last_event_created_at`|[date](https://docs.python.org/3/library/datetime.html#date-objects)|:heavy_check_mark:| Timestamp when the event was created in the database. |
12
12
|`last_event_id`|*str*|:heavy_check_mark:| Unique identifier of the last event for the target |
|`generate_config_post_version`|*Optional[str]*|:heavy_minus_sign:| Version of the generated target (post generation) |
15
15
|`generate_published`|*Optional[bool]*|:heavy_minus_sign:| Indicates whether the target was considered published. |
16
+
|`generate_target_name`|*Optional[str]*|:heavy_minus_sign:| The name of the target as defined by the user. |
16
17
|`generate_target_version`|*Optional[str]*|:heavy_minus_sign:| The version of the Speakeasy generator for this target eg v2 of the typescript generator. |
17
18
|`gh_action_organization`|*Optional[str]*|:heavy_minus_sign:| GitHub organization of the action. |
18
19
|`gh_action_repository`|*Optional[str]*|:heavy_minus_sign:| GitHub repository of the action. |
0 commit comments