Skip to content

Commit

Permalink
feat(api): api update (#3614)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 15, 2024
1 parent e93fb54 commit 4ce9b14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configured_endpoints: 1417
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-2813c0c96b70c03904f256698f9ff16112adc0f1eabb2c8e988bca4f87d6610e.yml
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-b414602f316e30c6870beeb57670a6c2360a68b7b0b5e349d748700b7516ba29.yml
4 changes: 4 additions & 0 deletions workflowinstance.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,9 @@ func (r WorkflowInstanceNewResponseStatus) IsKnown() bool {
type WorkflowInstanceListResponse struct {
ID string `json:"id,required"`
CreatedOn time.Time `json:"created_on,required" format:"date-time"`
EndedOn time.Time `json:"ended_on,required,nullable" format:"date-time"`
ModifiedOn time.Time `json:"modified_on,required" format:"date-time"`
StartedOn time.Time `json:"started_on,required,nullable" format:"date-time"`
Status WorkflowInstanceListResponseStatus `json:"status,required"`
VersionID string `json:"version_id,required" format:"uuid"`
WorkflowID string `json:"workflow_id,required" format:"uuid"`
Expand All @@ -183,7 +185,9 @@ type WorkflowInstanceListResponse struct {
type workflowInstanceListResponseJSON struct {
ID apijson.Field
CreatedOn apijson.Field
EndedOn apijson.Field
ModifiedOn apijson.Field
StartedOn apijson.Field
Status apijson.Field
VersionID apijson.Field
WorkflowID apijson.Field
Expand Down

0 comments on commit 4ce9b14

Please sign in to comment.