current-cli 0.1.23__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.23
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:
@@ -4932,6 +4932,10 @@ components:
4932
4932
  required:
4933
4933
  - name
4934
4934
  securitySchemes:
4935
+ MessagingJobTokenAuth:
4936
+ type: apiKey
4937
+ in: header
4938
+ name: Authorization
4935
4939
  RunTokenAuth:
4936
4940
  type: http
4937
4941
  scheme: bearer
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.23"
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