current-cli 0.1.31__tar.gz → 0.1.32__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.5
2
2
  Name: current-cli
3
- Version: 0.1.31
3
+ Version: 0.1.32
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
@@ -4165,6 +4165,9 @@ components:
4165
4165
  format: uuid
4166
4166
  note:
4167
4167
  type: string
4168
+ observation:
4169
+ type: string
4170
+ format: uuid
4168
4171
  required:
4169
4172
  - reply_ref
4170
4173
  - workflow
@@ -5399,6 +5402,13 @@ components:
5399
5402
  - workspace
5400
5403
  WorkflowDefinition:
5401
5404
  type: object
5405
+ description: |-
5406
+ A definition as its consumers need it: the raw ``definition`` blob for
5407
+ the portal, plus the three derived properties that say what the workflow
5408
+ is called, what it is for, and whether it runs on one project. The
5409
+ messaging agent reads only the derived three (see the ``list_workflows``
5410
+ tool), which is why they are served here rather than left to every
5411
+ caller to dig out of ``definition["control"]``.
5402
5412
  properties:
5403
5413
  id:
5404
5414
  type: string
@@ -5412,6 +5422,15 @@ components:
5412
5422
  type: string
5413
5423
  readOnly: true
5414
5424
  pattern: ^[-a-zA-Z0-9_]+$
5425
+ display_name:
5426
+ type: string
5427
+ readOnly: true
5428
+ description:
5429
+ type: string
5430
+ readOnly: true
5431
+ scope:
5432
+ type: string
5433
+ readOnly: true
5415
5434
  definition:
5416
5435
  readOnly: true
5417
5436
  rendered_hash:
@@ -5424,9 +5443,12 @@ components:
5424
5443
  required:
5425
5444
  - applied_at
5426
5445
  - definition
5446
+ - description
5447
+ - display_name
5427
5448
  - id
5428
5449
  - name
5429
5450
  - rendered_hash
5451
+ - scope
5430
5452
  - workspace
5431
5453
  WorkflowRequest:
5432
5454
  type: object
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "current-cli"
3
- version = "0.1.31"
3
+ version = "0.1.32"
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