current-cli 0.1.16__tar.gz → 0.1.17__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.16 → current_cli-0.1.17}/PKG-INFO +1 -1
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/schema.yml +2 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/pyproject.toml +1 -1
- {current_cli-0.1.16 → current_cli-0.1.17}/.gitignore +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/README.md +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/__init__.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/build.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/config.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/docs.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/http.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/main.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/current_cli/schema.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/llms.txt +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/scripts/bump_version.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/__init__.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/conftest.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/test_auth.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/test_docs.py +0 -0
- {current_cli-0.1.16 → current_cli-0.1.17}/tests/test_requests.py +0 -0
|
@@ -2759,6 +2759,7 @@ components:
|
|
|
2759
2759
|
- boolean
|
|
2760
2760
|
- date
|
|
2761
2761
|
- url
|
|
2762
|
+
- contact
|
|
2762
2763
|
type: string
|
|
2763
2764
|
description: |-
|
|
2764
2765
|
* `text` - Text
|
|
@@ -2766,6 +2767,7 @@ components:
|
|
|
2766
2767
|
* `boolean` - Boolean
|
|
2767
2768
|
* `date` - Date
|
|
2768
2769
|
* `url` - URL
|
|
2770
|
+
* `contact` - Contact
|
|
2769
2771
|
DefinitionApplyRequest:
|
|
2770
2772
|
type: object
|
|
2771
2773
|
description: |-
|
|
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
|