current-cli 0.1.13__tar.gz → 0.1.15__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.4
2
2
  Name: current-cli
3
- Version: 0.1.13
3
+ Version: 0.1.15
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
@@ -1693,7 +1693,10 @@ paths:
1693
1693
  /api/workflows/runs/{id}/archive/:
1694
1694
  post:
1695
1695
  operationId: workflows_runs_archive_create
1696
- description: Hide the run from the default Actions list.
1696
+ description: |-
1697
+ Hide the run from the default Actions list. Only finished (terminal-status)
1698
+ runs may be archived — archiving a run that's still in flight would hide it
1699
+ while dispatch keeps working on it.
1697
1700
  parameters:
1698
1701
  - in: path
1699
1702
  name: id
@@ -3522,6 +3525,10 @@ components:
3522
3525
  produced_at:
3523
3526
  type: string
3524
3527
  format: date-time
3528
+ supersedes:
3529
+ type: string
3530
+ format: uuid
3531
+ nullable: true
3525
3532
  required:
3526
3533
  - data
3527
3534
  - produced_at
@@ -3607,6 +3614,7 @@ components:
3607
3614
  $ref: '#/components/schemas/RunApproval'
3608
3615
  trigger:
3609
3616
  nullable: true
3617
+ workflow_config: {}
3610
3618
  required:
3611
3619
  - approvals
3612
3620
  - definition
@@ -584,7 +584,9 @@ GET /api/workflows/workflows/{id}/
584
584
 
585
585
  ### current workflows runs archive create <id>
586
586
 
587
- Hide the run from the default Actions list.
587
+ Hide the run from the default Actions list. Only finished (terminal-status)
588
+ runs may be archived — archiving a run that's still in flight would hide it
589
+ while dispatch keeps working on it.
588
590
 
589
591
  POST /api/workflows/runs/{id}/archive/
590
592
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.13"
3
+ version = "0.1.15"
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