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