current-cli 0.1.22__tar.gz → 0.1.23__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.22
3
+ Version: 0.1.23
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
@@ -4275,8 +4275,6 @@ components:
4275
4275
  - project_created
4276
4276
  - project_status_changed
4277
4277
  - project_field
4278
- - slack_message
4279
- - teams_message
4280
4278
  - email_received
4281
4279
  type: string
4282
4280
  description: |-
@@ -4285,8 +4283,6 @@ components:
4285
4283
  * `project_created` - Project created
4286
4284
  * `project_status_changed` - Project status changed
4287
4285
  * `project_field` - Project field
4288
- * `slack_message` - Slack message
4289
- * `teams_message` - Teams message
4290
4286
  * `email_received` - Email received
4291
4287
  User:
4292
4288
  type: object
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.22"
3
+ version = "0.1.23"
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