current-cli 0.1.2__tar.gz → 0.1.4__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.2
3
+ Version: 0.1.4
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
@@ -1453,6 +1453,11 @@ paths:
1453
1453
  schema:
1454
1454
  type: string
1455
1455
  description: Filter by workflow UUID
1456
+ - in: query
1457
+ name: workspace
1458
+ schema:
1459
+ type: string
1460
+ description: Filter by workspace UUID
1456
1461
  tags:
1457
1462
  - workflows
1458
1463
  security:
@@ -2471,12 +2476,14 @@ components:
2471
2476
  - number
2472
2477
  - boolean
2473
2478
  - date
2479
+ - url
2474
2480
  type: string
2475
2481
  description: |-
2476
2482
  * `text` - Text
2477
2483
  * `number` - Number
2478
2484
  * `boolean` - Boolean
2479
2485
  * `date` - Date
2486
+ * `url` - URL
2480
2487
  DefinitionApplyRequest:
2481
2488
  type: object
2482
2489
  description: |-
@@ -3759,6 +3766,9 @@ components:
3759
3766
  format: uuid
3760
3767
  readOnly: true
3761
3768
  nullable: true
3769
+ workflow_name:
3770
+ type: string
3771
+ readOnly: true
3762
3772
  definition:
3763
3773
  type: string
3764
3774
  format: uuid
@@ -3814,6 +3824,7 @@ components:
3814
3824
  - summary
3815
3825
  - transitions
3816
3826
  - workflow
3827
+ - workflow_name
3817
3828
  WorkflowRunCounts:
3818
3829
  type: object
3819
3830
  description: Run counts by status over the last 30 days.
@@ -558,6 +558,7 @@ Options:
558
558
  - `--definition` - Filter by definition UUID
559
559
  - `--project` - Filter by project UUID
560
560
  - `--workflow` - Filter by workflow UUID
561
+ - `--workspace` - Filter by workspace UUID
561
562
 
562
563
  ### current workflows runs records create <run_id>
563
564
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.2"
3
+ version = "0.1.4"
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