Skip to content

Commit

Permalink
push latest version of APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rig-bot committed Aug 27, 2024
1 parent 98255c8 commit 780cd79
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions operator/api/v1/pipeline/object_status_pb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,11 @@ export class ObjectStatus extends Message<ObjectStatus> {
*/
updatedAt?: Timestamp;

/**
* @generated from field: google.protobuf.Timestamp deletion_at = 6;
*/
deletionAt?: Timestamp;

/**
* @generated from field: api.v1.pipeline.ObjectRef parent = 4;
*/
Expand All @@ -228,6 +233,7 @@ export class ObjectStatus extends Message<ObjectStatus> {
{ no: 2, name: "info", kind: "message", T: ObjectStatusInfo },
{ no: 5, name: "created_at", kind: "message", T: Timestamp },
{ no: 3, name: "updated_at", kind: "message", T: Timestamp },
{ no: 6, name: "deletion_at", kind: "message", T: Timestamp },
{ no: 4, name: "parent", kind: "message", T: ObjectRef },
]);

Expand Down

0 comments on commit 780cd79

Please sign in to comment.