hap-cli 0.8.16__tar.gz → 0.8.17__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.
- {hap_cli-0.8.16 → hap_cli-0.8.17}/PKG-INFO +1 -1
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/__init__.py +1 -1
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/workflow_node_dsl.py +14 -7
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_core.py +6 -3
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_workflow_v3_semantic_cli.py +1 -1
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli.egg-info/PKG-INFO +1 -1
- {hap_cli-0.8.16 → hap_cli-0.8.17}/MANIFEST.in +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/README.md +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/app_live_tests/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/app_live_tests/__main__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/app_live_tests/config.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/app_live_tests/harness.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/app_live_tests/smoke.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/app_live_tests/state.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/README.md +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/README_CN.md +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/__main__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/app_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/app_creator_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/app_editor_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/auth_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/calendar_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/chart_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/chat_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/chatbot_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/config_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/contact_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/department_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/group_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/icon_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/instance_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/node_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/optionset_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/page_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/post_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/record_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/region_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/role_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/update_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/upload_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/v3_registry.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/workflow_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/commands/worksheet_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/context.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/action_spec_adapter.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/_hapmeta/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/_hapmeta/control_type_codes.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/_hapmeta/worksheet_templates.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/charts.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/cleanup.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/compiler.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/config.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/design/design.schema.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/errors.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/examples/minimal.design.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/executor.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/fields.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/hap.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/merge.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/recording/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/recording/console.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/recording/jsonl.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/recording/mirror.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/recording/report.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/schema.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/INSTRUCTIONS.md +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/executor.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/resources/attachments.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/resources/sample.docx +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/resources/sample.pdf +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/resources/sample_images.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/template.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/selftest.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/smoke.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/steps.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/store.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/validate.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/workflow_dsl.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/auth.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/calendar_mod.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/chart.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/chat.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/chatbot.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/cli_access.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/contact.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/control_type_codes.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/department.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/_hapmeta/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/_hapmeta/control_type_codes.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/apply.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/componentlower.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/editspec.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/errors.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/fieldlower.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/jsonschema_mini.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/models.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/ops.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/planner.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/editor/reader.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/field_normalizer.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/field_spec_adapter.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/filter_translator.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/flow_node.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/global_meta.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/group.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/icon_index.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/instance.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/logger.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/optionset.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/page.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/post.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/record.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/response_crypto.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/role.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/role_perm_builder.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/session.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/token_crypto.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/update.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/upload.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/v3/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/v3/dispatcher.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/v3/render.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/v3/schema.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/view_spec_adapter.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/workflow.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/worksheet.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/worksheet_templates.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/hap_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/i18n.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/locale/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/locale/messages.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/locale/messages.schema.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/conftest.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_app_creator.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_app_editor.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_app_export_usage.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_auth_prerelease.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_bug_036430.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_bug_036750.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_chart.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_cli_access.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_config_cmd.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_destructive_confirm_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_full_e2e.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_global_meta.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_i18n.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_instance_history_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_approval.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_approval_actions.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_calendar.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_destructive.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_misc.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_post.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_social.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_v3.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_workflow.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_integration_worksheet_extra.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_multi_profile.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_org_approval_v3_semantic_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_org_id_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_org_id_docs.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_parameter_conventions.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_parameter_mapping_registry.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_record_batch_v3_semantic_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_record_field_alias.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_record_v3_semantic_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_semantic_types_registry.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_update.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_v3_api_schema_loader.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_v3_dispatcher.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_v3_registry_coverage.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_v3_session.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_v3_yaml_translation.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_workflow_list_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_worksheet_crud_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/tests/test_worksheet_v3_semantic_cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/utils/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/utils/formatting.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/utils/options.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/utils/parameter_mapping.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli.egg-info/SOURCES.txt +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli.egg-info/dependency_links.txt +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli.egg-info/entry_points.txt +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli.egg-info/requires.txt +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli.egg-info/top_level.txt +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/__main__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/_wftest.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/charts.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/cleanup.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/compiler.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/config.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/errors.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/executor.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/fields.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/hap.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/recording/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/recording/console.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/recording/jsonl.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/recording/mirror.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/recording/report.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/schema.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/seed/__init__.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/seed/cli.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/seed/executor.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/seed/template.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/selftest.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/smoke.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/step.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/steps.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/store.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/live_tests/workflow_dsl.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/setup.cfg +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/setup.py +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/skills/cli/hap-cli-app-editor/scripts/editspec/component.schema.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/skills/cli/hap-cli-app-editor/scripts/editspec/custom-action.schema.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/skills/cli/hap-cli-app-editor/scripts/editspec/envelope.schema.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/skills/cli/hap-cli-app-editor/scripts/editspec/field.schema.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/INDEX.json +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/add_member_to_role.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/batch_delete_records.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/create_optionset.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/create_role.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/delete_optionset.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/delete_record.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/delete_role.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/delete_worksheet.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_app_info.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_app_knowledge_list.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_app_worksheets_list.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_optionset_list.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_details.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_discussions.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_list.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_logs.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_pivot_data.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_relations.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_record_share_link.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_regions.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_role_details.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/get_role_list.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/knowledge_search.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/leave_all_roles.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/remove_member_from_role.yaml +0 -0
- {hap_cli-0.8.16 → hap_cli-0.8.17}/sources/v3-api-schema/update_optionset.yaml +0 -0
|
@@ -684,17 +684,24 @@ def get_trigger_ref(session, process_id: str) -> dict[str, str]:
|
|
|
684
684
|
|
|
685
685
|
|
|
686
686
|
# Worksheet-event trigger event codes (triggerId on the flowNodeType-0
|
|
687
|
-
# node).
|
|
688
|
-
#
|
|
687
|
+
# node). Authoritative values from pd-openweb TRIGGER_ID enum
|
|
688
|
+
# (src/pages/workflow/WorkflowSettings/enum.js) and the trigger radio
|
|
689
|
+
# options in Detail/Start/WorksheetContent.jsx:
|
|
690
|
+
# ADD='1' (仅新增记录), EDIT='2' (当新增或更新记录), DELETE='3' (删除记录),
|
|
691
|
+
# ONLY_EDIT='4' (仅更新记录).
|
|
692
|
+
# Note the non-sequential mapping: create_or_update is '2' and delete is
|
|
693
|
+
# '3' — do NOT "tidy" these into 1/2/3/4 order. (Earlier code had
|
|
694
|
+
# create_or_update='3', which the backend interprets as 删除记录 — that was
|
|
695
|
+
# the cause of bug: "创建或更新" workflows showing up as 记录删除时触发.)
|
|
689
696
|
WORKSHEET_TRIGGER_EVENTS = {
|
|
690
|
-
"create": "1",
|
|
691
|
-
"update": "
|
|
692
|
-
"create_or_update": "
|
|
693
|
-
"delete": "
|
|
697
|
+
"create": "1", # 仅新增记录 (TRIGGER_ID.ADD)
|
|
698
|
+
"update": "4", # 仅更新记录 (TRIGGER_ID.ONLY_EDIT)
|
|
699
|
+
"create_or_update": "2", # 当新增或更新记录 (TRIGGER_ID.EDIT)
|
|
700
|
+
"delete": "3", # 删除记录 (TRIGGER_ID.DELETE)
|
|
694
701
|
# Design-vocabulary aliases (mcp_workflow_build_tool.json#create_process
|
|
695
702
|
# trigger.config.event uses the backend database values).
|
|
696
703
|
"add": "1",
|
|
697
|
-
"add_or_update": "
|
|
704
|
+
"add_or_update": "2",
|
|
698
705
|
}
|
|
699
706
|
|
|
700
707
|
|
|
@@ -8820,10 +8820,13 @@ class TestLiveWireFixes:
|
|
|
8820
8820
|
|
|
8821
8821
|
def test_worksheet_trigger_event_codes(self):
|
|
8822
8822
|
from hap_cli.core import workflow_node_dsl as dsl
|
|
8823
|
+
# Authoritative TRIGGER_ID enum: ADD=1, EDIT(create_or_update)=2,
|
|
8824
|
+
# DELETE=3, ONLY_EDIT(update)=4. The mapping is intentionally
|
|
8825
|
+
# non-sequential — see WORKSHEET_TRIGGER_EVENTS comment.
|
|
8823
8826
|
assert dsl.WORKSHEET_TRIGGER_EVENTS["create"] == "1"
|
|
8824
|
-
assert dsl.WORKSHEET_TRIGGER_EVENTS["update"] == "
|
|
8825
|
-
assert dsl.WORKSHEET_TRIGGER_EVENTS["create_or_update"] == "
|
|
8826
|
-
assert dsl.WORKSHEET_TRIGGER_EVENTS["delete"] == "
|
|
8827
|
+
assert dsl.WORKSHEET_TRIGGER_EVENTS["update"] == "4"
|
|
8828
|
+
assert dsl.WORKSHEET_TRIGGER_EVENTS["create_or_update"] == "2"
|
|
8829
|
+
assert dsl.WORKSHEET_TRIGGER_EVENTS["delete"] == "3"
|
|
8827
8830
|
|
|
8828
8831
|
|
|
8829
8832
|
class TestRolePermBuilder:
|
|
@@ -452,7 +452,7 @@ class TestTriggerSpecLowering:
|
|
|
452
452
|
assert args["trigger_fields"] == ["f1"]
|
|
453
453
|
assert args["trigger_filter"] == {"logic": "and", "items": []}
|
|
454
454
|
assert dsl.WORKSHEET_TRIGGER_EVENTS["add"] == "1"
|
|
455
|
-
assert dsl.WORKSHEET_TRIGGER_EVENTS["add_or_update"] == "
|
|
455
|
+
assert dsl.WORKSHEET_TRIGGER_EVENTS["add_or_update"] == "2"
|
|
456
456
|
|
|
457
457
|
def test_schedule(self):
|
|
458
458
|
args = dsl.v3_trigger_to_batch_args({
|
|
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
|
|
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
|
|
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
|
|
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
|
{hap_cli-0.8.16 → hap_cli-0.8.17}/hap_cli/core/app_creator/seed/resources/sample_images.json
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{hap_cli-0.8.16 → hap_cli-0.8.17}/skills/cli/hap-cli-app-editor/scripts/editspec/field.schema.json
RENAMED
|
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
|
|
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
|