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
|`continuous_integration_environment`|*Optional[str]*|:heavy_minus_sign:| Name of the CI environment. |
18
19
|`duration_ms`|*Optional[int]*|:heavy_minus_sign:| Duration of the event in milliseconds. |
19
20
|`generate_bump_type`|[Optional[shared.GenerateBumpType]](../../models/shared/generatebumptype.md)|:heavy_minus_sign:| Bump type of the lock file (calculated semver delta, or a custom change (manual release)) |
20
21
|`generate_config_post_checksum`|*Optional[str]*|:heavy_minus_sign:| Checksum of the configuration file (post generation) |
Copy file name to clipboardExpand all lines: docs/models/shared/targetsdk.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@
10
10
|`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 |
13
-
|`total_events`|*int*|:heavy_check_mark:| Total number of events for the target |
|`continuous_integration_environment`|*Optional[str]*|:heavy_minus_sign:| Name of the CI environment. |
15
15
|`generate_config_post_version`|*Optional[str]*|:heavy_minus_sign:| Version of the generated target (post generation) |
16
+
|`generate_gen_lock_pre_features`|*Optional[str]*|:heavy_minus_sign:| Features prior to generation |
17
+
|`generate_gen_lock_pre_version`|*Optional[str]*|:heavy_minus_sign:| Artifact version for the Previous Generation |
16
18
|`generate_published`|*Optional[bool]*|:heavy_minus_sign:| Indicates whether the target was considered published. |
17
19
|`generate_target_name`|*Optional[str]*|:heavy_minus_sign:| The name of the target as defined by the user. |
18
20
|`generate_target_version`|*Optional[str]*|:heavy_minus_sign:| The version of the Speakeasy generator for this target eg v2 of the typescript generator. |
0 commit comments