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