current-cli 0.1.40__tar.gz → 0.1.41__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: current-cli
3
- Version: 0.1.40
3
+ Version: 0.1.41
4
4
  Summary: Command line interface for the Current API, generated from its OpenAPI schema at runtime
5
5
  Author-email: Orin <your-email@example.com>
6
6
  License-Expression: MIT
@@ -6278,9 +6278,10 @@ components:
6278
6278
  WorkflowRunDetail:
6279
6279
  type: object
6280
6280
  description: |-
6281
- Run detail shape: the list shape plus the structured trigger. Only
6282
- the retrieve route pays the observation lookup; lists and the SSE
6283
- snapshot stay thin.
6281
+ Run detail shape: the list shape plus the structured trigger and the
6282
+ human-readable project/actor names. Only the retrieve route pays the
6283
+ observation lookup and these joins; lists and the SSE snapshot stay
6284
+ thin.
6284
6285
  properties:
6285
6286
  id:
6286
6287
  type: string
@@ -6349,6 +6350,15 @@ components:
6349
6350
  - $ref: '#/components/schemas/RunTrigger'
6350
6351
  nullable: true
6351
6352
  readOnly: true
6353
+ project_name:
6354
+ type: string
6355
+ readOnly: true
6356
+ triggered_by_name:
6357
+ type: string
6358
+ readOnly: true
6359
+ triggered_by_email:
6360
+ type: string
6361
+ readOnly: true
6352
6362
  required:
6353
6363
  - archived
6354
6364
  - archived_at
@@ -6358,12 +6368,15 @@ components:
6358
6368
  - finished_at
6359
6369
  - id
6360
6370
  - project
6371
+ - project_name
6361
6372
  - sandbox_id
6362
6373
  - started_at
6363
6374
  - status
6364
6375
  - summary
6365
6376
  - transitions
6366
6377
  - trigger
6378
+ - triggered_by_email
6379
+ - triggered_by_name
6367
6380
  - workflow
6368
6381
  - workflow_name
6369
6382
  WorkflowRunStatusEnum:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.40"
3
+ version = "0.1.41"
4
4
  description = "Command line interface for the Current API, generated from its OpenAPI schema at runtime"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes