current-cli 0.1.7__tar.gz → 0.1.8__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.7
3
+ Version: 0.1.8
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
@@ -2450,6 +2450,9 @@ components:
2450
2450
  company:
2451
2451
  type: string
2452
2452
  maxLength: 255
2453
+ role:
2454
+ type: string
2455
+ maxLength: 255
2453
2456
  membership:
2454
2457
  type: string
2455
2458
  format: uuid
@@ -2554,6 +2557,9 @@ components:
2554
2557
  company:
2555
2558
  type: string
2556
2559
  maxLength: 255
2560
+ role:
2561
+ type: string
2562
+ maxLength: 255
2557
2563
  required:
2558
2564
  - name
2559
2565
  - workspace
@@ -2908,6 +2914,9 @@ components:
2908
2914
  company:
2909
2915
  type: string
2910
2916
  maxLength: 255
2917
+ role:
2918
+ type: string
2919
+ maxLength: 255
2911
2920
  PatchedProjectFieldDefinitionRequest:
2912
2921
  type: object
2913
2922
  properties:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.7"
3
+ version = "0.1.8"
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