current-cli 0.1.22__tar.gz → 0.1.23__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.22 → current_cli-0.1.23}/PKG-INFO +1 -1
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/schema.yml +0 -4
- {current_cli-0.1.22 → current_cli-0.1.23}/pyproject.toml +1 -1
- {current_cli-0.1.22 → current_cli-0.1.23}/.gitignore +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/README.md +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/__init__.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/build.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/config.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/docs.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/http.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/main.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/current_cli/schema.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/llms.txt +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/scripts/bump_version.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/__init__.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/conftest.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/test_auth.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/test_docs.py +0 -0
- {current_cli-0.1.22 → current_cli-0.1.23}/tests/test_requests.py +0 -0
|
@@ -4275,8 +4275,6 @@ components:
|
|
|
4275
4275
|
- project_created
|
|
4276
4276
|
- project_status_changed
|
|
4277
4277
|
- project_field
|
|
4278
|
-
- slack_message
|
|
4279
|
-
- teams_message
|
|
4280
4278
|
- email_received
|
|
4281
4279
|
type: string
|
|
4282
4280
|
description: |-
|
|
@@ -4285,8 +4283,6 @@ components:
|
|
|
4285
4283
|
* `project_created` - Project created
|
|
4286
4284
|
* `project_status_changed` - Project status changed
|
|
4287
4285
|
* `project_field` - Project field
|
|
4288
|
-
* `slack_message` - Slack message
|
|
4289
|
-
* `teams_message` - Teams message
|
|
4290
4286
|
* `email_received` - Email received
|
|
4291
4287
|
User:
|
|
4292
4288
|
type: object
|
|
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
|