current-cli 0.1.40__tar.gz → 0.1.41__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.40 → current_cli-0.1.41}/PKG-INFO +1 -1
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/schema.yml +16 -3
- {current_cli-0.1.40 → current_cli-0.1.41}/pyproject.toml +1 -1
- {current_cli-0.1.40 → current_cli-0.1.41}/.gitignore +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/README.md +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/__init__.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/build.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/config.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/docs.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/http.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/main.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/current_cli/schema.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/llms.txt +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/scripts/bump_version.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/__init__.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/conftest.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/test_auth.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/test_docs.py +0 -0
- {current_cli-0.1.40 → current_cli-0.1.41}/tests/test_requests.py +0 -0
|
@@ -6278,9 +6278,10 @@ components:
|
|
|
6278
6278
|
WorkflowRunDetail:
|
|
6279
6279
|
type: object
|
|
6280
6280
|
description: |-
|
|
6281
|
-
Run detail shape: the list shape plus the structured trigger
|
|
6282
|
-
|
|
6283
|
-
snapshot stay
|
|
6281
|
+
Run detail shape: the list shape plus the structured trigger and the
|
|
6282
|
+
human-readable project/actor names. Only the retrieve route pays the
|
|
6283
|
+
observation lookup and these joins; lists and the SSE snapshot stay
|
|
6284
|
+
thin.
|
|
6284
6285
|
properties:
|
|
6285
6286
|
id:
|
|
6286
6287
|
type: string
|
|
@@ -6349,6 +6350,15 @@ components:
|
|
|
6349
6350
|
- $ref: '#/components/schemas/RunTrigger'
|
|
6350
6351
|
nullable: true
|
|
6351
6352
|
readOnly: true
|
|
6353
|
+
project_name:
|
|
6354
|
+
type: string
|
|
6355
|
+
readOnly: true
|
|
6356
|
+
triggered_by_name:
|
|
6357
|
+
type: string
|
|
6358
|
+
readOnly: true
|
|
6359
|
+
triggered_by_email:
|
|
6360
|
+
type: string
|
|
6361
|
+
readOnly: true
|
|
6352
6362
|
required:
|
|
6353
6363
|
- archived
|
|
6354
6364
|
- archived_at
|
|
@@ -6358,12 +6368,15 @@ components:
|
|
|
6358
6368
|
- finished_at
|
|
6359
6369
|
- id
|
|
6360
6370
|
- project
|
|
6371
|
+
- project_name
|
|
6361
6372
|
- sandbox_id
|
|
6362
6373
|
- started_at
|
|
6363
6374
|
- status
|
|
6364
6375
|
- summary
|
|
6365
6376
|
- transitions
|
|
6366
6377
|
- trigger
|
|
6378
|
+
- triggered_by_email
|
|
6379
|
+
- triggered_by_name
|
|
6367
6380
|
- workflow
|
|
6368
6381
|
- workflow_name
|
|
6369
6382
|
WorkflowRunStatusEnum:
|
|
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
|