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.
- {current_cli-0.1.23 → current_cli-0.1.24}/PKG-INFO +1 -1
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/schema.yml +7 -3
- {current_cli-0.1.23 → current_cli-0.1.24}/pyproject.toml +1 -1
- {current_cli-0.1.23 → current_cli-0.1.24}/.gitignore +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/README.md +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/__init__.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/build.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/config.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/docs.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/http.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/main.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/current_cli/schema.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/llms.txt +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/scripts/bump_version.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/__init__.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/conftest.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/test_auth.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/test_docs.py +0 -0
- {current_cli-0.1.23 → current_cli-0.1.24}/tests/test_requests.py +0 -0
|
@@ -605,7 +605,7 @@ paths:
|
|
|
605
605
|
$ref: '#/components/schemas/MessagingReactRequestRequest'
|
|
606
606
|
required: true
|
|
607
607
|
security:
|
|
608
|
-
-
|
|
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
|
-
-
|
|
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
|
-
-
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|