current-cli 0.1.22__tar.gz → 0.1.24__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.24
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
@@ -605,7 +605,7 @@ paths:
605
605
  $ref: '#/components/schemas/MessagingReactRequestRequest'
606
606
  required: true
607
607
  security:
608
- - tokenAuth: []
608
+ - MessagingJobTokenAuth: []
609
609
  responses:
610
610
  '200':
611
611
  content:
@@ -632,7 +632,7 @@ paths:
632
632
  $ref: '#/components/schemas/MessagingRespondRequestRequest'
633
633
  required: true
634
634
  security:
635
- - tokenAuth: []
635
+ - MessagingJobTokenAuth: []
636
636
  responses:
637
637
  '200':
638
638
  content:
@@ -672,7 +672,7 @@ paths:
672
672
  $ref: '#/components/schemas/MessagingStreamRequestRequest'
673
673
  required: true
674
674
  security:
675
- - tokenAuth: []
675
+ - MessagingJobTokenAuth: []
676
676
  responses:
677
677
  '200':
678
678
  content:
@@ -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
@@ -4936,6 +4932,10 @@ components:
4936
4932
  required:
4937
4933
  - name
4938
4934
  securitySchemes:
4935
+ MessagingJobTokenAuth:
4936
+ type: apiKey
4937
+ in: header
4938
+ name: Authorization
4939
4939
  RunTokenAuth:
4940
4940
  type: http
4941
4941
  scheme: bearer
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.22"
3
+ version = "0.1.24"
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