current-cli 0.1.20__tar.gz → 0.1.21__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.20 → current_cli-0.1.21}/.gitignore +3 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/PKG-INFO +1 -1
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/schema.yml +7 -1
- {current_cli-0.1.20 → current_cli-0.1.21}/llms.txt +7 -1
- {current_cli-0.1.20 → current_cli-0.1.21}/pyproject.toml +1 -1
- {current_cli-0.1.20 → current_cli-0.1.21}/README.md +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/__init__.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/build.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/config.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/docs.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/http.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/main.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/current_cli/schema.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/scripts/bump_version.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/__init__.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/conftest.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/test_auth.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/test_bump_version.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/test_command_tree.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/test_docs.py +0 -0
- {current_cli-0.1.20 → current_cli-0.1.21}/tests/test_requests.py +0 -0
|
@@ -1568,7 +1568,13 @@ paths:
|
|
|
1568
1568
|
description: |-
|
|
1569
1569
|
Upsert a rendered workflow definition into a workspace and seed its
|
|
1570
1570
|
record types (from the definition's ``emits[]`` plus the built-ins).
|
|
1571
|
-
|
|
1571
|
+
|
|
1572
|
+
A definition owns the schemas of the types it declares, so re-applying
|
|
1573
|
+
updates them: the schema lives in the workflow repo and evolves with
|
|
1574
|
+
the steps that stage the records, and a workspace pinned to the schema
|
|
1575
|
+
of the *first* apply 422s every staged record the moment the two
|
|
1576
|
+
drift (a renamed required property is enough). Built-in types and
|
|
1577
|
+
emits that carry no schema never overwrite anything.
|
|
1572
1578
|
tags:
|
|
1573
1579
|
- workflows
|
|
1574
1580
|
requestBody:
|
|
@@ -535,7 +535,13 @@ Options:
|
|
|
535
535
|
|
|
536
536
|
Upsert a rendered workflow definition into a workspace and seed its
|
|
537
537
|
record types (from the definition's ``emits[]`` plus the built-ins).
|
|
538
|
-
|
|
538
|
+
|
|
539
|
+
A definition owns the schemas of the types it declares, so re-applying
|
|
540
|
+
updates them: the schema lives in the workflow repo and evolves with
|
|
541
|
+
the steps that stage the records, and a workspace pinned to the schema
|
|
542
|
+
of the *first* apply 422s every staged record the moment the two
|
|
543
|
+
drift (a renamed required property is enough). Built-in types and
|
|
544
|
+
emits that carry no schema never overwrite anything.
|
|
539
545
|
|
|
540
546
|
POST /api/workflows/definitions/apply/
|
|
541
547
|
|
|
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
|