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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: current-cli
3
- Version: 0.1.45
3
+ Version: 0.1.46
4
4
  Summary: Command line interface for the Current API, generated from its OpenAPI schema at runtime
5
5
  Author-email: Orin <your-email@example.com>
6
6
  License-Expression: MIT
@@ -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:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.45"
3
+ version = "0.1.46"
4
4
  description = "Command line interface for the Current API, generated from its OpenAPI schema at runtime"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
File without changes
File without changes
File without changes