current-cli 0.1.14__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.14
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
@@ -3525,6 +3525,10 @@ components:
3525
3525
  produced_at:
3526
3526
  type: string
3527
3527
  format: date-time
3528
+ supersedes:
3529
+ type: string
3530
+ format: uuid
3531
+ nullable: true
3528
3532
  required:
3529
3533
  - data
3530
3534
  - produced_at
@@ -3610,6 +3614,7 @@ components:
3610
3614
  $ref: '#/components/schemas/RunApproval'
3611
3615
  trigger:
3612
3616
  nullable: true
3617
+ workflow_config: {}
3613
3618
  required:
3614
3619
  - approvals
3615
3620
  - definition
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.14"
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
File without changes