.gitignore
.pre-commit-config.yaml
.pylintrc
CONTRIBUTING.md
LICENSE
Makefile
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/workflows/Push.yaml
.github/workflows/Tag.yaml
contactsoftware_functions.egg-info/PKG-INFO
contactsoftware_functions.egg-info/SOURCES.txt
contactsoftware_functions.egg-info/dependency_links.txt
contactsoftware_functions.egg-info/requires.txt
contactsoftware_functions.egg-info/top_level.txt
csfunctions/__init__.py
csfunctions/config.py
csfunctions/devserver.py
csfunctions/handler.py
csfunctions/metadata.py
csfunctions/py.typed
csfunctions/request.py
csfunctions/response.py
csfunctions/util.py
csfunctions/actions/__init__.py
csfunctions/actions/abort_and_show_error.py
csfunctions/actions/base.py
csfunctions/actions/dummy.py
csfunctions/actions/start_workflow.py
csfunctions/events/__init__.py
csfunctions/events/base.py
csfunctions/events/custom_operations.py
csfunctions/events/dialog_data.py
csfunctions/events/document_create_check.py
csfunctions/events/document_field_calculation.py
csfunctions/events/document_modify_check.py
csfunctions/events/document_release_check.py
csfunctions/events/document_released.py
csfunctions/events/dummy.py
csfunctions/events/engineering_change_release_check.py
csfunctions/events/engineering_change_released.py
csfunctions/events/engineering_change_status_change_check.py
csfunctions/events/engineering_change_status_changed.py
csfunctions/events/field_value_calculation.py
csfunctions/events/part_create_check.py
csfunctions/events/part_field_calculation.py
csfunctions/events/part_modify_check.py
csfunctions/events/part_release_check.py
csfunctions/events/part_released.py
csfunctions/events/workflow_task_trigger.py
csfunctions/objects/__init__.py
csfunctions/objects/base.py
csfunctions/objects/briefcase.py
csfunctions/objects/classification.py
csfunctions/objects/document.py
csfunctions/objects/engineering_change.py
csfunctions/objects/file.py
csfunctions/objects/part.py
csfunctions/objects/person.py
csfunctions/objects/workflow.py
csfunctions/service/__init__.py
csfunctions/service/base.py
csfunctions/service/file_upload.py
csfunctions/service/file_upload_schemas.py
csfunctions/service/numgen.py
csfunctions/tools/__init__.py
csfunctions/tools/write_schema.py
docs/development_server.md
docs/getting_started.md
docs/index.md
docs/key_concepts.md
docs/release_notes.md
docs/assets/branding_web_app_icon.png
docs/assets/branding_web_favicon.ico
docs/assets/codespace_port_visibility.png
docs/assets/connect_function.png
docs/assets/contact-logo.svg
docs/assets/create_codespace.png
docs/assets/display_function_credentials.png
docs/assets/functions-overview.png
docs/assets/portal-user-menu.png
docs/assets/private_repo.png
docs/assets/use_template.png
docs/examples/basic_report.md
docs/examples/enforce_field_rules.md
docs/examples/field_calculation.md
docs/examples/index.md
docs/examples/workflows.md
docs/reference/actions.md
docs/reference/events.md
docs/reference/objects.md
docs/reference/runtime.md
docs/reference/service.md
docs/stylesheets/extra.css
json_schemas/data_response.json
json_schemas/error_response.json
json_schemas/request.json
json_schemas/workload_response.json
tests/__init__.py
tests/test_devserver.py
tests/test_generate_schema.py
tests/test_handler.py
tests/test_object.py
tests/test_service.py
tests/test_workloadresponse.py
tests/utils.py
tests/events/__init__.py
tests/events/test_ec_release.py
tools/mdtable.py