current-cli 0.1.19__tar.gz → 0.1.20__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.19
3
+ Version: 0.1.20
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
@@ -4291,6 +4291,9 @@ components:
4291
4291
  has_admin_gate:
4292
4292
  type: boolean
4293
4293
  readOnly: true
4294
+ takes_project_input:
4295
+ type: boolean
4296
+ readOnly: true
4294
4297
  last_run:
4295
4298
  allOf:
4296
4299
  - $ref: '#/components/schemas/WorkflowRun'
@@ -4315,6 +4318,7 @@ components:
4315
4318
  - last_run
4316
4319
  - name
4317
4320
  - run_counts
4321
+ - takes_project_input
4318
4322
  - trigger
4319
4323
  - updated_at
4320
4324
  - workspace
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.19"
3
+ version = "0.1.20"
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