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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: current-cli
3
- Version: 0.1.2
3
+ Version: 0.1.3
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
@@ -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: |-
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.2"
3
+ version = "0.1.3"
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