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.
- {current_cli-0.1.7 → current_cli-0.1.8}/PKG-INFO +1 -1
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/schema.yml +9 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/pyproject.toml +1 -1
- {current_cli-0.1.7 → current_cli-0.1.8}/.gitignore +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/README.md +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/__init__.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/build.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/config.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/docs.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/http.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/main.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/current_cli/schema.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/llms.txt +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/scripts/bump_version.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/__init__.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/conftest.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/test_auth.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/test_docs.py +0 -0
- {current_cli-0.1.7 → current_cli-0.1.8}/tests/test_requests.py +0 -0
|
@@ -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:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|