current-cli 0.1.14__tar.gz → 0.1.15__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.14 → current_cli-0.1.15}/PKG-INFO +1 -1
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/schema.yml +5 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/pyproject.toml +1 -1
- {current_cli-0.1.14 → current_cli-0.1.15}/.gitignore +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/README.md +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/__init__.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/build.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/config.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/docs.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/http.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/main.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/current_cli/schema.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/llms.txt +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/scripts/bump_version.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/__init__.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/conftest.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/test_auth.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/test_docs.py +0 -0
- {current_cli-0.1.14 → current_cli-0.1.15}/tests/test_requests.py +0 -0
|
@@ -3525,6 +3525,10 @@ components:
|
|
|
3525
3525
|
produced_at:
|
|
3526
3526
|
type: string
|
|
3527
3527
|
format: date-time
|
|
3528
|
+
supersedes:
|
|
3529
|
+
type: string
|
|
3530
|
+
format: uuid
|
|
3531
|
+
nullable: true
|
|
3528
3532
|
required:
|
|
3529
3533
|
- data
|
|
3530
3534
|
- produced_at
|
|
@@ -3610,6 +3614,7 @@ components:
|
|
|
3610
3614
|
$ref: '#/components/schemas/RunApproval'
|
|
3611
3615
|
trigger:
|
|
3612
3616
|
nullable: true
|
|
3617
|
+
workflow_config: {}
|
|
3613
3618
|
required:
|
|
3614
3619
|
- approvals
|
|
3615
3620
|
- definition
|
|
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
|