current-cli 0.1.2__tar.gz → 0.1.3__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.2 → current_cli-0.1.3}/PKG-INFO +1 -1
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/schema.yml +2 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/pyproject.toml +1 -1
- {current_cli-0.1.2 → current_cli-0.1.3}/.gitignore +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/README.md +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/__init__.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/build.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/config.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/docs.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/http.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/main.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/current_cli/schema.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/llms.txt +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/scripts/bump_version.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/__init__.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/conftest.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/test_auth.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/test_docs.py +0 -0
- {current_cli-0.1.2 → current_cli-0.1.3}/tests/test_requests.py +0 -0
|
@@ -2471,12 +2471,14 @@ components:
|
|
|
2471
2471
|
- number
|
|
2472
2472
|
- boolean
|
|
2473
2473
|
- date
|
|
2474
|
+
- url
|
|
2474
2475
|
type: string
|
|
2475
2476
|
description: |-
|
|
2476
2477
|
* `text` - Text
|
|
2477
2478
|
* `number` - Number
|
|
2478
2479
|
* `boolean` - Boolean
|
|
2479
2480
|
* `date` - Date
|
|
2481
|
+
* `url` - URL
|
|
2480
2482
|
DefinitionApplyRequest:
|
|
2481
2483
|
type: object
|
|
2482
2484
|
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
|