current-cli 0.1.45__tar.gz → 0.1.46__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.45 → current_cli-0.1.46}/PKG-INFO +1 -1
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/schema.yml +8 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/pyproject.toml +1 -1
- {current_cli-0.1.45 → current_cli-0.1.46}/.gitignore +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/README.md +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/__init__.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/build.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/config.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/docs.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/http.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/main.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/current_cli/schema.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/llms.txt +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/scripts/bump_version.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/__init__.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/conftest.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/test_auth.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/test_docs.py +0 -0
- {current_cli-0.1.45 → current_cli-0.1.46}/tests/test_requests.py +0 -0
|
@@ -3947,6 +3947,7 @@ components:
|
|
|
3947
3947
|
- secondary
|
|
3948
3948
|
- success
|
|
3949
3949
|
- primary
|
|
3950
|
+
- error
|
|
3950
3951
|
type: string
|
|
3951
3952
|
description: |-
|
|
3952
3953
|
* `neutral` - Neutral
|
|
@@ -3955,6 +3956,7 @@ components:
|
|
|
3955
3956
|
* `secondary` - Secondary
|
|
3956
3957
|
* `success` - Success
|
|
3957
3958
|
* `primary` - Primary
|
|
3959
|
+
* `error` - Error
|
|
3958
3960
|
ConditionCompileRequest:
|
|
3959
3961
|
type: object
|
|
3960
3962
|
description: |-
|
|
@@ -5055,6 +5057,8 @@ components:
|
|
|
5055
5057
|
$ref: '#/components/schemas/DataTypeEnum'
|
|
5056
5058
|
is_array:
|
|
5057
5059
|
type: boolean
|
|
5060
|
+
is_status:
|
|
5061
|
+
type: boolean
|
|
5058
5062
|
required:
|
|
5059
5063
|
type: boolean
|
|
5060
5064
|
options:
|
|
@@ -5285,6 +5289,8 @@ components:
|
|
|
5285
5289
|
is_system:
|
|
5286
5290
|
type: boolean
|
|
5287
5291
|
readOnly: true
|
|
5292
|
+
is_status:
|
|
5293
|
+
type: boolean
|
|
5288
5294
|
required:
|
|
5289
5295
|
type: boolean
|
|
5290
5296
|
options:
|
|
@@ -5322,6 +5328,8 @@ components:
|
|
|
5322
5328
|
$ref: '#/components/schemas/DataTypeEnum'
|
|
5323
5329
|
is_array:
|
|
5324
5330
|
type: boolean
|
|
5331
|
+
is_status:
|
|
5332
|
+
type: boolean
|
|
5325
5333
|
required:
|
|
5326
5334
|
type: boolean
|
|
5327
5335
|
options:
|
|
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
|