From a649c98c3a7eb08c74693aa61be97122bea2b1f9 Mon Sep 17 00:00:00 2001 From: Mike Friesen Date: Tue, 6 Aug 2024 12:12:45 -0500 Subject: [PATCH] update to formkiq 1.15.1 --- .openapi-generator/FILES | 95 +------------------ README.md | 3 +- docs/AddDocumentRequest.md | 1 + docs/AddDocumentUploadRequest.md | 1 + docs/AddUser.md | 2 +- docs/ClassificationSummary.md | 1 + docs/DocumentOCRApi.md | 14 +-- docs/GetDocumentOcrResponse.md | 1 + docs/Mapping.md | 1 + docs/MappingAttributeSourceType.md | 2 + docs/OcrKeyValues.md | 30 ++++++ formkiq_client/__init__.py | 3 +- formkiq_client/api/access_control_api.py | 2 +- .../api/advanced_document_search_api.py | 2 +- formkiq_client/api/antivirus_api.py | 2 +- formkiq_client/api/attributes_api.py | 2 +- formkiq_client/api/case_management_api.py | 2 +- formkiq_client/api/custom_index_api.py | 2 +- formkiq_client/api/document_actions_api.py | 2 +- formkiq_client/api/document_attributes_api.py | 2 +- formkiq_client/api/document_folders_api.py | 2 +- formkiq_client/api/document_ocr_api.py | 45 ++++++--- formkiq_client/api/document_search_api.py | 2 +- formkiq_client/api/document_shares_api.py | 2 +- formkiq_client/api/document_tags_api.py | 2 +- formkiq_client/api/document_versions_api.py | 2 +- formkiq_client/api/document_workflows_api.py | 2 +- formkiq_client/api/documents_api.py | 2 +- formkiq_client/api/e_signature_api.py | 2 +- formkiq_client/api/examine_objects_api.py | 2 +- formkiq_client/api/mappings_api.py | 2 +- formkiq_client/api/onlyoffice_api.py | 2 +- formkiq_client/api/public_api.py | 2 +- formkiq_client/api/rulesets_api.py | 2 +- formkiq_client/api/schemas_api.py | 2 +- formkiq_client/api/system_management_api.py | 2 +- formkiq_client/api/tag_index_api.py | 2 +- formkiq_client/api/tag_schema_api.py | 2 +- formkiq_client/api/user_activities_api.py | 2 +- formkiq_client/api/user_management_api.py | 2 +- formkiq_client/api/webhooks_api.py | 2 +- formkiq_client/api_client.py | 2 +- formkiq_client/configuration.py | 4 +- formkiq_client/exceptions.py | 2 +- formkiq_client/models/__init__.py | 3 +- formkiq_client/models/add_action.py | 2 +- .../models/add_action_parameters.py | 2 +- formkiq_client/models/add_api_key_request.py | 2 +- formkiq_client/models/add_api_key_response.py | 2 +- formkiq_client/models/add_attribute.py | 2 +- .../models/add_attribute_request.py | 2 +- .../models/add_attribute_response.py | 2 +- formkiq_client/models/add_case.py | 2 +- formkiq_client/models/add_case_request.py | 2 +- formkiq_client/models/add_case_response.py | 2 +- formkiq_client/models/add_child_document.py | 2 +- .../models/add_child_document_response.py | 2 +- formkiq_client/models/add_classification.py | 2 +- .../models/add_classification_request.py | 2 +- .../models/add_classification_response.py | 2 +- .../models/add_document_actions_request.py | 2 +- .../models/add_document_actions_response.py | 2 +- .../add_document_actions_retry_response.py | 2 +- .../models/add_document_attribute.py | 2 +- .../add_document_attribute_classification.py | 2 +- .../models/add_document_attribute_standard.py | 2 +- .../models/add_document_attribute_value.py | 2 +- .../models/add_document_attributes_request.py | 2 +- .../models/add_document_fulltext_request.py | 2 +- .../models/add_document_fulltext_response.py | 2 +- .../models/add_document_metadata.py | 2 +- .../models/add_document_ocr_request.py | 2 +- .../models/add_document_ocr_response.py | 2 +- formkiq_client/models/add_document_request.py | 6 +- .../models/add_document_response.py | 2 +- formkiq_client/models/add_document_tag.py | 2 +- .../models/add_document_tags_request.py | 2 +- .../models/add_document_upload_request.py | 6 +- ...add_document_workflow_decisions_request.py | 2 +- ...dd_document_workflow_decisions_response.py | 2 +- .../models/add_document_workflow_request.py | 2 +- .../models/add_document_workflow_response.py | 2 +- .../models/add_esignature_docusign_request.py | 2 +- .../add_esignature_docusign_response.py | 2 +- formkiq_client/models/add_folder_request.py | 2 +- formkiq_client/models/add_folder_response.py | 2 +- .../models/add_folder_share_request.py | 2 +- .../models/add_folder_share_response.py | 2 +- formkiq_client/models/add_group.py | 2 +- formkiq_client/models/add_group_request.py | 2 +- formkiq_client/models/add_mapping.py | 2 +- formkiq_client/models/add_mapping_request.py | 2 +- formkiq_client/models/add_mapping_response.py | 2 +- formkiq_client/models/add_nigo.py | 2 +- formkiq_client/models/add_nigo_request.py | 2 +- formkiq_client/models/add_nigo_response.py | 2 +- formkiq_client/models/add_queue_request.py | 2 +- formkiq_client/models/add_queue_response.py | 2 +- formkiq_client/models/add_response.py | 2 +- formkiq_client/models/add_rule.py | 2 +- formkiq_client/models/add_rule_request.py | 2 +- formkiq_client/models/add_rule_response.py | 2 +- formkiq_client/models/add_ruleset.py | 2 +- formkiq_client/models/add_ruleset_request.py | 2 +- formkiq_client/models/add_ruleset_response.py | 2 +- formkiq_client/models/add_share.py | 2 +- .../models/add_tag_schema_request.py | 2 +- .../models/add_tag_schema_response.py | 2 +- formkiq_client/models/add_tag_schema_tags.py | 2 +- formkiq_client/models/add_task.py | 2 +- formkiq_client/models/add_task_request.py | 2 +- formkiq_client/models/add_task_response.py | 2 +- formkiq_client/models/add_user.py | 4 +- formkiq_client/models/add_user_request.py | 2 +- formkiq_client/models/add_webhook_request.py | 2 +- formkiq_client/models/add_webhook_response.py | 2 +- .../models/add_webhook_tag_request.py | 2 +- formkiq_client/models/add_workflow_request.py | 2 +- .../models/add_workflow_response.py | 2 +- formkiq_client/models/add_workflow_step.py | 2 +- .../models/add_workflow_step_decision.py | 2 +- .../models/add_workflow_step_queue.py | 2 +- formkiq_client/models/api_key.py | 2 +- formkiq_client/models/attribute.py | 2 +- formkiq_client/models/attribute_data_type.py | 2 +- .../models/attribute_schema_composite_key.py | 2 +- .../models/attribute_schema_optional.py | 2 +- .../models/attribute_schema_required.py | 2 +- formkiq_client/models/attribute_type.py | 2 +- formkiq_client/models/attribute_value_type.py | 2 +- formkiq_client/models/case.py | 2 +- formkiq_client/models/case_status.py | 2 +- formkiq_client/models/child_document.py | 2 +- formkiq_client/models/classification.py | 2 +- .../models/classification_summary.py | 6 +- .../models/delete_api_key_response.py | 2 +- .../models/delete_case_document_response.py | 2 +- .../delete_case_nigo_document_response.py | 2 +- .../models/delete_case_nigo_response.py | 2 +- formkiq_client/models/delete_case_response.py | 2 +- .../delete_case_task_document_response.py | 2 +- .../models/delete_case_task_response.py | 2 +- .../models/delete_folder_response.py | 2 +- .../models/delete_fulltext_response.py | 2 +- .../models/delete_indices_response.py | 2 +- .../models/delete_queue_response.py | 2 +- formkiq_client/models/delete_response.py | 2 +- formkiq_client/models/delete_rule_response.py | 2 +- .../models/delete_ruleset_response.py | 2 +- .../models/delete_share_response.py | 2 +- .../models/delete_workflow_response.py | 2 +- formkiq_client/models/document.py | 2 +- formkiq_client/models/document_action.py | 2 +- .../models/document_action_status.py | 2 +- formkiq_client/models/document_action_type.py | 2 +- formkiq_client/models/document_attribute.py | 2 +- .../models/document_fulltext_attribute.py | 2 +- .../models/document_fulltext_attribute_eq.py | 2 +- .../models/document_fulltext_request.py | 2 +- .../models/document_fulltext_response.py | 2 +- .../models/document_fulltext_search.py | 2 +- .../models/document_fulltext_tag.py | 2 +- formkiq_client/models/document_id.py | 2 +- formkiq_client/models/document_metadata.py | 2 +- formkiq_client/models/document_search.py | 2 +- .../models/document_search_attribute.py | 2 +- .../models/document_search_match_attribute.py | 2 +- .../models/document_search_match_tag.py | 2 +- formkiq_client/models/document_search_meta.py | 2 +- .../models/document_search_range.py | 2 +- .../models/document_search_request.py | 2 +- .../models/document_search_response.py | 2 +- formkiq_client/models/document_search_tag.py | 2 +- formkiq_client/models/document_search_tags.py | 2 +- .../models/document_sync_service.py | 2 +- formkiq_client/models/document_sync_status.py | 2 +- formkiq_client/models/document_sync_type.py | 2 +- formkiq_client/models/document_tag.py | 2 +- formkiq_client/models/document_version.py | 2 +- formkiq_client/models/document_workflow.py | 2 +- .../models/document_workflow_status.py | 2 +- .../models/documents_compress_request.py | 2 +- .../models/documents_compress_response.py | 2 +- formkiq_client/models/error.py | 2 +- formkiq_client/models/errors_response.py | 2 +- .../models/esignature_docusign_carbon_copy.py | 2 +- .../esignature_docusign_recipient_tab.py | 2 +- .../models/esignature_docusign_signer.py | 2 +- formkiq_client/models/fulltext_attribute.py | 2 +- formkiq_client/models/fulltext_search_item.py | 2 +- .../models/get_api_keys_response.py | 2 +- .../models/get_attribute_response.py | 2 +- .../models/get_attributes_response.py | 2 +- .../models/get_case_documents_response.py | 2 +- .../models/get_case_nigo_response.py | 2 +- .../models/get_case_nigos_response.py | 2 +- formkiq_client/models/get_case_response.py | 2 +- .../models/get_case_task_response.py | 2 +- .../models/get_case_tasks_response.py | 2 +- formkiq_client/models/get_cases_response.py | 2 +- .../models/get_classification_response.py | 2 +- .../models/get_classifications_response.py | 2 +- .../models/get_configuration_response.py | 2 +- .../models/get_document_actions_response.py | 2 +- .../models/get_document_attribute_response.py | 2 +- ...et_document_attribute_versions_response.py | 2 +- .../get_document_attributes_response.py | 2 +- .../models/get_document_content_response.py | 2 +- .../models/get_document_fulltext_response.py | 2 +- .../models/get_document_ocr_response.py | 14 ++- .../models/get_document_response.py | 2 +- formkiq_client/models/get_document_sync.py | 2 +- .../models/get_document_sync_response.py | 2 +- .../models/get_document_tag_response.py | 2 +- .../models/get_document_tags_response.py | 2 +- .../models/get_document_url_response.py | 2 +- .../models/get_document_versions_response.py | 2 +- .../models/get_document_workflow_response.py | 2 +- .../models/get_document_workflows_response.py | 2 +- .../models/get_documents_response.py | 2 +- ...get_esignature_docusign_config_response.py | 2 +- .../models/get_examine_pdf_response.py | 2 +- .../models/get_examine_pdf_url_response.py | 2 +- formkiq_client/models/get_folders_response.py | 2 +- formkiq_client/models/get_group_response.py | 2 +- formkiq_client/models/get_groups_response.py | 2 +- formkiq_client/models/get_mapping_response.py | 2 +- .../models/get_mappings_response.py | 2 +- .../get_opa_access_policies_response.py | 2 +- .../get_opa_access_policy_items_response.py | 2 +- .../models/get_opa_access_policy_response.py | 2 +- .../models/get_open_search_index_response.py | 2 +- formkiq_client/models/get_queue_response.py | 2 +- formkiq_client/models/get_queues_response.py | 2 +- formkiq_client/models/get_rule_response.py | 2 +- formkiq_client/models/get_rules_response.py | 2 +- formkiq_client/models/get_ruleset_response.py | 2 +- .../models/get_rulesets_response.py | 2 +- formkiq_client/models/get_sites_response.py | 2 +- .../models/get_sites_schema_response.py | 2 +- .../models/get_tag_schema_response.py | 2 +- .../models/get_tag_schemas_response.py | 2 +- .../models/get_user_activites_response.py | 2 +- .../models/get_user_groups_response.py | 2 +- formkiq_client/models/get_user_response.py | 2 +- .../models/get_user_shares_response.py | 2 +- .../models/get_users_in_group_response.py | 2 +- formkiq_client/models/get_users_response.py | 2 +- formkiq_client/models/get_version_response.py | 2 +- formkiq_client/models/get_webhook_response.py | 2 +- .../models/get_webhook_tags_response.py | 2 +- .../models/get_webhooks_response.py | 2 +- .../models/get_workflow_documents_response.py | 2 +- .../get_workflow_queue_documents_response.py | 2 +- .../models/get_workflow_response.py | 2 +- .../models/get_workflows_response.py | 2 +- formkiq_client/models/group.py | 2 +- .../models/index_folder_move_request.py | 2 +- .../models/index_folder_move_response.py | 2 +- formkiq_client/models/index_search.py | 2 +- formkiq_client/models/index_search_request.py | 2 +- .../models/index_search_response.py | 2 +- formkiq_client/models/mapping.py | 6 +- formkiq_client/models/mapping_attribute.py | 2 +- .../mapping_attribute_label_matching_type.py | 2 +- .../mapping_attribute_metadata_field.py | 2 +- .../models/mapping_attribute_source_type.py | 3 +- formkiq_client/models/match_document_tag.py | 2 +- formkiq_client/models/nigo.py | 2 +- formkiq_client/models/nigo_status.py | 2 +- formkiq_client/models/ocr_engine.py | 2 +- formkiq_client/models/ocr_key_values.py | 90 ++++++++++++++++++ formkiq_client/models/ocr_output_type.py | 2 +- formkiq_client/models/only_office_config.py | 2 +- .../models/only_office_config_document.py | 2 +- .../only_office_document_new_request.py | 2 +- .../models/only_office_document_response.py | 2 +- .../only_office_document_save_response.py | 2 +- .../models/only_office_editor_config.py | 2 +- formkiq_client/models/opa_policy.py | 2 +- formkiq_client/models/opa_policy_attribute.py | 2 +- .../models/opa_policy_attribute_eq.py | 2 +- .../models/opa_policy_attribute_gt.py | 2 +- .../models/opa_policy_attribute_gte.py | 2 +- .../models/opa_policy_attribute_input.py | 2 +- .../models/opa_policy_attribute_lt.py | 2 +- .../models/opa_policy_attribute_lte.py | 2 +- .../models/opa_policy_attribute_neq.py | 2 +- formkiq_client/models/opa_policy_item.py | 2 +- formkiq_client/models/opa_policy_item_type.py | 2 +- formkiq_client/models/open_search_index.py | 2 +- formkiq_client/models/pdf_document.py | 2 +- formkiq_client/models/pdf_document_field.py | 2 +- .../models/query_fulltext_response.py | 2 +- formkiq_client/models/queue.py | 2 +- formkiq_client/models/rule.py | 2 +- formkiq_client/models/rule_condition.py | 2 +- .../models/rule_condition_attribute.py | 2 +- .../models/rule_condition_criterion.py | 2 +- formkiq_client/models/rule_condition_must.py | 2 +- .../models/rule_condition_operation.py | 2 +- formkiq_client/models/ruleset.py | 2 +- formkiq_client/models/ruleset_status.py | 2 +- formkiq_client/models/schema_attributes.py | 2 +- .../models/search_range_data_type.py | 2 +- .../models/search_response_fields.py | 2 +- .../models/search_result_document.py | 2 +- .../search_result_document_attribute.py | 2 +- .../models/set_antivirus_response.py | 2 +- .../models/set_classification_request.py | 2 +- .../models/set_document_attribute_request.py | 2 +- .../models/set_document_attributes_request.py | 2 +- .../models/set_document_fulltext_request.py | 2 +- .../models/set_document_fulltext_response.py | 2 +- .../models/set_document_ocr_request.py | 2 +- .../models/set_document_restore_response.py | 2 +- .../models/set_document_tag_key_request.py | 2 +- .../models/set_document_version_request.py | 2 +- .../models/set_document_version_response.py | 2 +- .../set_esignature_docusign_config_request.py | 2 +- ...set_esignature_docusign_config_response.py | 2 +- formkiq_client/models/set_mapping_request.py | 2 +- .../set_opa_access_policy_items_request.py | 2 +- .../models/set_open_search_index_request.py | 2 +- .../models/set_open_search_index_response.py | 2 +- formkiq_client/models/set_response.py | 2 +- .../models/set_sites_schema_request.py | 2 +- formkiq_client/models/set_workflow_request.py | 2 +- .../models/set_workflow_response.py | 2 +- formkiq_client/models/site.py | 2 +- formkiq_client/models/string_format.py | 2 +- .../models/string_generator_type.py | 2 +- formkiq_client/models/tag_schema.py | 2 +- .../models/tag_schema_composite_key.py | 2 +- formkiq_client/models/tag_schema_optional.py | 2 +- formkiq_client/models/tag_schema_required.py | 2 +- formkiq_client/models/tag_schema_summary.py | 2 +- formkiq_client/models/tag_schema_tags.py | 2 +- formkiq_client/models/task.py | 2 +- formkiq_client/models/task_status.py | 2 +- formkiq_client/models/update_case.py | 2 +- formkiq_client/models/update_case_request.py | 2 +- formkiq_client/models/update_case_response.py | 2 +- .../models/update_configuration_request.py | 2 +- .../models/update_configuration_response.py | 2 +- .../update_document_fulltext_request.py | 2 +- .../update_document_fulltext_response.py | 2 +- .../models/update_document_request.py | 2 +- .../update_matching_document_tags_request.py | 2 +- ...te_matching_document_tags_request_match.py | 2 +- ...e_matching_document_tags_request_update.py | 2 +- .../update_matching_document_tags_response.py | 2 +- formkiq_client/models/update_nigo.py | 2 +- formkiq_client/models/update_nigo_request.py | 2 +- formkiq_client/models/update_nigo_response.py | 2 +- formkiq_client/models/update_rule.py | 2 +- formkiq_client/models/update_rule_request.py | 2 +- formkiq_client/models/update_rule_response.py | 2 +- formkiq_client/models/update_ruleset.py | 2 +- .../models/update_ruleset_request.py | 2 +- .../models/update_ruleset_response.py | 2 +- formkiq_client/models/update_task.py | 2 +- formkiq_client/models/update_task_request.py | 2 +- formkiq_client/models/update_task_response.py | 2 +- .../models/update_workflow_request.py | 2 +- .../models/update_workflow_response.py | 2 +- formkiq_client/models/user.py | 2 +- formkiq_client/models/user_activity.py | 2 +- formkiq_client/models/user_activity_type.py | 2 +- formkiq_client/models/user_share.py | 2 +- .../models/user_share_permission.py | 2 +- .../models/user_share_permission_type.py | 2 +- formkiq_client/models/validation_error.py | 2 +- .../models/validation_errors_response.py | 2 +- formkiq_client/models/webhook_tag.py | 2 +- formkiq_client/models/workflow_document.py | 2 +- formkiq_client/models/workflow_queue.py | 2 +- formkiq_client/models/workflow_status.py | 2 +- formkiq_client/models/workflow_step.py | 2 +- .../models/workflow_step_decision.py | 2 +- .../models/workflow_step_decision_type.py | 2 +- formkiq_client/models/workflow_summary.py | 2 +- formkiq_client/rest.py | 2 +- setup.py | 2 +- test/test_ocr_key_values.py | 55 +++++++++++ 385 files changed, 626 insertions(+), 492 deletions(-) create mode 100644 docs/OcrKeyValues.md create mode 100644 formkiq_client/models/ocr_key_values.py create mode 100644 test/test_ocr_key_values.py diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 9fd212e..8090d5e 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -248,6 +248,7 @@ docs/MatchDocumentTag.md docs/Nigo.md docs/NigoStatus.md docs/OcrEngine.md +docs/OcrKeyValues.md docs/OcrOutputType.md docs/OnlyOfficeConfig.md docs/OnlyOfficeConfigDocument.md @@ -630,6 +631,7 @@ formkiq_client/models/match_document_tag.py formkiq_client/models/nigo.py formkiq_client/models/nigo_status.py formkiq_client/models/ocr_engine.py +formkiq_client/models/ocr_key_values.py formkiq_client/models/ocr_output_type.py formkiq_client/models/only_office_config.py formkiq_client/models/only_office_config_document.py @@ -749,96 +751,5 @@ setup.cfg setup.py test-requirements.txt test/__init__.py -test/test_add_attribute.py -test/test_add_attribute_request.py -test/test_add_attribute_response.py -test/test_add_classification.py -test/test_add_classification_request.py -test/test_add_classification_response.py -test/test_add_document_attribute.py -test/test_add_document_attribute_classification.py -test/test_add_document_attribute_standard.py -test/test_add_document_attribute_value.py -test/test_add_document_attributes_request.py -test/test_add_group.py -test/test_add_group_request.py -test/test_add_mapping.py -test/test_add_mapping_request.py -test/test_add_mapping_response.py -test/test_add_nigo_request.py -test/test_add_nigo_response.py -test/test_add_response.py -test/test_add_task_request.py -test/test_add_task_response.py -test/test_add_user.py -test/test_add_user_request.py -test/test_attribute.py -test/test_attribute_data_type.py -test/test_attribute_schema_composite_key.py -test/test_attribute_schema_optional.py -test/test_attribute_schema_required.py -test/test_attribute_type.py -test/test_attribute_value_type.py -test/test_attributes_api.py -test/test_classification.py -test/test_classification_summary.py -test/test_delete_response.py -test/test_document_attribute.py -test/test_document_attributes_api.py -test/test_document_fulltext_attribute.py -test/test_document_fulltext_attribute_eq.py -test/test_document_search_attribute.py -test/test_document_search_match_attribute.py -test/test_document_sync_service.py -test/test_document_sync_status.py -test/test_document_sync_type.py -test/test_fulltext_attribute.py -test/test_get_attribute_response.py -test/test_get_attributes_response.py -test/test_get_classification_response.py -test/test_get_classifications_response.py -test/test_get_document_attribute_response.py -test/test_get_document_attribute_versions_response.py -test/test_get_document_attributes_response.py -test/test_get_group_response.py -test/test_get_mapping_response.py -test/test_get_mappings_response.py -test/test_get_opa_access_policies_response.py -test/test_get_opa_access_policy_items_response.py -test/test_get_opa_access_policy_response.py -test/test_get_sites_schema_response.py -test/test_get_user_groups_response.py -test/test_get_user_response.py -test/test_get_users_response.py -test/test_mapping.py -test/test_mapping_attribute.py -test/test_mapping_attribute_label_matching_type.py -test/test_mapping_attribute_metadata_field.py -test/test_mapping_attribute_source_type.py -test/test_mappings_api.py -test/test_ocr_engine.py -test/test_ocr_output_type.py -test/test_opa_policy_attribute.py -test/test_opa_policy_attribute_eq.py -test/test_opa_policy_attribute_gt.py -test/test_opa_policy_attribute_gte.py -test/test_opa_policy_attribute_input.py -test/test_opa_policy_attribute_lt.py -test/test_opa_policy_attribute_lte.py -test/test_opa_policy_attribute_neq.py -test/test_opa_policy_item.py -test/test_opa_policy_item_type.py -test/test_rule_condition_criterion.py -test/test_schema_attributes.py -test/test_schemas_api.py -test/test_search_range_data_type.py -test/test_search_result_document_attribute.py -test/test_set_classification_request.py -test/test_set_document_attribute_request.py -test/test_set_document_attributes_request.py -test/test_set_mapping_request.py -test/test_set_opa_access_policy_items_request.py -test/test_set_response.py -test/test_set_sites_schema_request.py -test/test_user_activity_type.py +test/test_ocr_key_values.py tox.ini diff --git a/README.md b/README.md index 0664890..11d00a7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ FormKiQ offers three forms of authentication: This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 1.15.0 +- API version: 1.15.1 - Package version: 1.0.0 - Generator version: 7.7.0 - Build package: org.openapitools.codegen.languages.PythonClientCodegen @@ -517,6 +517,7 @@ Class | Method | HTTP request | Description - [Nigo](docs/Nigo.md) - [NigoStatus](docs/NigoStatus.md) - [OcrEngine](docs/OcrEngine.md) + - [OcrKeyValues](docs/OcrKeyValues.md) - [OcrOutputType](docs/OcrOutputType.md) - [OnlyOfficeConfig](docs/OnlyOfficeConfig.md) - [OnlyOfficeConfigDocument](docs/OnlyOfficeConfigDocument.md) diff --git a/docs/AddDocumentRequest.md b/docs/AddDocumentRequest.md index 6de82fe..d880549 100644 --- a/docs/AddDocumentRequest.md +++ b/docs/AddDocumentRequest.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**document_id** | **str** | optional Document Identifier, if skipped one will be assigned | [optional] **tag_schema_id** | **str** | Tag Schema Id | [optional] **path** | **str** | Path or Name of document | [optional] **deep_link_path** | **str** | Path or Name of deep link | [optional] diff --git a/docs/AddDocumentUploadRequest.md b/docs/AddDocumentUploadRequest.md index c922234..b003535 100644 --- a/docs/AddDocumentUploadRequest.md +++ b/docs/AddDocumentUploadRequest.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**document_id** | **str** | optional Document Identifier, if skipped one will be assigned | [optional] **tag_schema_id** | **str** | Tag Schema Id | [optional] **path** | **str** | Path or Name of document | [optional] **content_type** | **str** | Document media type | [optional] diff --git a/docs/AddUser.md b/docs/AddUser.md index c117de4..a1d68c5 100644 --- a/docs/AddUser.md +++ b/docs/AddUser.md @@ -5,7 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**username** | **str** | Username of user | [optional] +**username** | **str** | Email address of user | [optional] ## Example diff --git a/docs/ClassificationSummary.md b/docs/ClassificationSummary.md index e558a28..bb3384d 100644 --- a/docs/ClassificationSummary.md +++ b/docs/ClassificationSummary.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**classification_id** | **str** | Classification Identifier | [optional] **name** | **str** | Name of Classification | [optional] **user_id** | **str** | | [optional] **inserted_date** | **str** | Inserted Timestamp | [optional] diff --git a/docs/DocumentOCRApi.md b/docs/DocumentOCRApi.md index 290be02..5133d9c 100644 --- a/docs/DocumentOCRApi.md +++ b/docs/DocumentOCRApi.md @@ -162,7 +162,7 @@ No authorization required [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) # **get_document_ocr** -> GetDocumentOcrResponse get_document_ocr(document_id, site_id=site_id, content_url=content_url, text=text, share_key=share_key) +> GetDocumentOcrResponse get_document_ocr(document_id, site_id=site_id, output_type=output_type, content_url=content_url, text=text, share_key=share_key) Get document ocr content @@ -194,13 +194,14 @@ with formkiq_client.ApiClient(configuration) as api_client: api_instance = formkiq_client.DocumentOCRApi(api_client) document_id = 'document_id_example' # str | Document Identifier site_id = 'site_id_example' # str | Site Identifier (optional) - content_url = 'content_url_example' # str | Whether to return a \"contentUrl\", set value to 'true' (optional) - text = 'text_example' # str | Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (optional) + output_type = 'output_type_example' # str | Output Format Type (optional) + content_url = 'content_url_example' # str | Whether to return a \"contentUrl\", set value to 'true' (deprecated) (optional) + text = 'text_example' # str | Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated) (optional) share_key = 'share_key_example' # str | Share Identifier (optional) try: # Get document ocr content - api_response = api_instance.get_document_ocr(document_id, site_id=site_id, content_url=content_url, text=text, share_key=share_key) + api_response = api_instance.get_document_ocr(document_id, site_id=site_id, output_type=output_type, content_url=content_url, text=text, share_key=share_key) print("The response of DocumentOCRApi->get_document_ocr:\n") pprint(api_response) except Exception as e: @@ -216,8 +217,9 @@ Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- **document_id** | **str**| Document Identifier | **site_id** | **str**| Site Identifier | [optional] - **content_url** | **str**| Whether to return a \"contentUrl\", set value to 'true' | [optional] - **text** | **str**| Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text | [optional] + **output_type** | **str**| Output Format Type | [optional] + **content_url** | **str**| Whether to return a \"contentUrl\", set value to 'true' (deprecated) | [optional] + **text** | **str**| Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated) | [optional] **share_key** | **str**| Share Identifier | [optional] ### Return type diff --git a/docs/GetDocumentOcrResponse.md b/docs/GetDocumentOcrResponse.md index f2bb25e..976e89a 100644 --- a/docs/GetDocumentOcrResponse.md +++ b/docs/GetDocumentOcrResponse.md @@ -6,6 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **content_urls** | **List[str]** | Presigned S3 Urls for the OCR content | [optional] +**key_values** | [**List[OcrKeyValues]**](OcrKeyValues.md) | List of ocr key / values | [optional] **data** | **str** | OCR text result | [optional] **ocr_engine** | **str** | The OCR technique used | [optional] **ocr_status** | **str** | The status of the OCR request | [optional] diff --git a/docs/Mapping.md b/docs/Mapping.md index 0ee0775..2e52344 100644 --- a/docs/Mapping.md +++ b/docs/Mapping.md @@ -5,6 +5,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- +**mapping_id** | **str** | Mapping Identifier | [optional] **name** | **str** | Name of Mapping | [optional] **description** | **str** | Description of Mapping | [optional] **attributes** | [**List[MappingAttribute]**](MappingAttribute.md) | List of attributes | [optional] diff --git a/docs/MappingAttributeSourceType.md b/docs/MappingAttributeSourceType.md index 438e211..e1f62fe 100644 --- a/docs/MappingAttributeSourceType.md +++ b/docs/MappingAttributeSourceType.md @@ -6,6 +6,8 @@ Attribute Source Type * `CONTENT` (value: `'CONTENT'`) +* `CONTENT_KEY_VALUE` (value: `'CONTENT_KEY_VALUE'`) + * `METADATA` (value: `'METADATA'`) [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OcrKeyValues.md b/docs/OcrKeyValues.md new file mode 100644 index 0000000..3445db9 --- /dev/null +++ b/docs/OcrKeyValues.md @@ -0,0 +1,30 @@ +# OcrKeyValues + + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**key** | **str** | Ocr Key | [optional] +**values** | **List[str]** | | [optional] + +## Example + +```python +from formkiq_client.models.ocr_key_values import OcrKeyValues + +# TODO update the JSON string below +json = "{}" +# create an instance of OcrKeyValues from a JSON string +ocr_key_values_instance = OcrKeyValues.from_json(json) +# print the JSON string representation of the object +print(OcrKeyValues.to_json()) + +# convert the object into a dict +ocr_key_values_dict = ocr_key_values_instance.to_dict() +# create an instance of OcrKeyValues from a dict +ocr_key_values_from_dict = OcrKeyValues.from_dict(ocr_key_values_dict) +``` +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + + diff --git a/formkiq_client/__init__.py b/formkiq_client/__init__.py index baa1ef8..575e215 100644 --- a/formkiq_client/__init__.py +++ b/formkiq_client/__init__.py @@ -7,7 +7,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -286,6 +286,7 @@ from formkiq_client.models.nigo import Nigo from formkiq_client.models.nigo_status import NigoStatus from formkiq_client.models.ocr_engine import OcrEngine +from formkiq_client.models.ocr_key_values import OcrKeyValues from formkiq_client.models.ocr_output_type import OcrOutputType from formkiq_client.models.only_office_config import OnlyOfficeConfig from formkiq_client.models.only_office_config_document import OnlyOfficeConfigDocument diff --git a/formkiq_client/api/access_control_api.py b/formkiq_client/api/access_control_api.py index bc4e528..6b8a76d 100644 --- a/formkiq_client/api/access_control_api.py +++ b/formkiq_client/api/access_control_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/advanced_document_search_api.py b/formkiq_client/api/advanced_document_search_api.py index df577b4..b0b8108 100644 --- a/formkiq_client/api/advanced_document_search_api.py +++ b/formkiq_client/api/advanced_document_search_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/antivirus_api.py b/formkiq_client/api/antivirus_api.py index f370e8a..f7d6bb0 100644 --- a/formkiq_client/api/antivirus_api.py +++ b/formkiq_client/api/antivirus_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/attributes_api.py b/formkiq_client/api/attributes_api.py index 76ba7b6..b61a475 100644 --- a/formkiq_client/api/attributes_api.py +++ b/formkiq_client/api/attributes_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/case_management_api.py b/formkiq_client/api/case_management_api.py index d70d4d4..85db88b 100644 --- a/formkiq_client/api/case_management_api.py +++ b/formkiq_client/api/case_management_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/custom_index_api.py b/formkiq_client/api/custom_index_api.py index e6ed5be..16d0fc7 100644 --- a/formkiq_client/api/custom_index_api.py +++ b/formkiq_client/api/custom_index_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_actions_api.py b/formkiq_client/api/document_actions_api.py index fccd6bb..6d80694 100644 --- a/formkiq_client/api/document_actions_api.py +++ b/formkiq_client/api/document_actions_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_attributes_api.py b/formkiq_client/api/document_attributes_api.py index d8e468b..a2f1e04 100644 --- a/formkiq_client/api/document_attributes_api.py +++ b/formkiq_client/api/document_attributes_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_folders_api.py b/formkiq_client/api/document_folders_api.py index 9bffe94..743f30c 100644 --- a/formkiq_client/api/document_folders_api.py +++ b/formkiq_client/api/document_folders_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_ocr_api.py b/formkiq_client/api/document_ocr_api.py index 5768a72..8b21b54 100644 --- a/formkiq_client/api/document_ocr_api.py +++ b/formkiq_client/api/document_ocr_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -17,7 +17,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union from typing_extensions import Annotated -from pydantic import Field, StrictStr +from pydantic import Field, StrictStr, field_validator from typing import Optional from typing_extensions import Annotated from formkiq_client.models.add_document_ocr_request import AddDocumentOcrRequest @@ -627,8 +627,9 @@ def get_document_ocr( self, document_id: Annotated[StrictStr, Field(description="Document Identifier")], site_id: Annotated[Optional[StrictStr], Field(description="Site Identifier")] = None, - content_url: Annotated[Optional[StrictStr], Field(description="Whether to return a \"contentUrl\", set value to 'true'")] = None, - text: Annotated[Optional[StrictStr], Field(description="Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text")] = None, + output_type: Annotated[Optional[StrictStr], Field(description="Output Format Type")] = None, + content_url: Annotated[Optional[StrictStr], Field(description="Whether to return a \"contentUrl\", set value to 'true' (deprecated)")] = None, + text: Annotated[Optional[StrictStr], Field(description="Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated)")] = None, share_key: Annotated[Optional[StrictStr], Field(description="Share Identifier")] = None, _request_timeout: Union[ None, @@ -651,9 +652,11 @@ def get_document_ocr( :type document_id: str :param site_id: Site Identifier :type site_id: str - :param content_url: Whether to return a \"contentUrl\", set value to 'true' + :param output_type: Output Format Type + :type output_type: str + :param content_url: Whether to return a \"contentUrl\", set value to 'true' (deprecated) :type content_url: str - :param text: Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text + :param text: Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated) :type text: str :param share_key: Share Identifier :type share_key: str @@ -682,6 +685,7 @@ def get_document_ocr( _param = self._get_document_ocr_serialize( document_id=document_id, site_id=site_id, + output_type=output_type, content_url=content_url, text=text, share_key=share_key, @@ -710,8 +714,9 @@ def get_document_ocr_with_http_info( self, document_id: Annotated[StrictStr, Field(description="Document Identifier")], site_id: Annotated[Optional[StrictStr], Field(description="Site Identifier")] = None, - content_url: Annotated[Optional[StrictStr], Field(description="Whether to return a \"contentUrl\", set value to 'true'")] = None, - text: Annotated[Optional[StrictStr], Field(description="Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text")] = None, + output_type: Annotated[Optional[StrictStr], Field(description="Output Format Type")] = None, + content_url: Annotated[Optional[StrictStr], Field(description="Whether to return a \"contentUrl\", set value to 'true' (deprecated)")] = None, + text: Annotated[Optional[StrictStr], Field(description="Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated)")] = None, share_key: Annotated[Optional[StrictStr], Field(description="Share Identifier")] = None, _request_timeout: Union[ None, @@ -734,9 +739,11 @@ def get_document_ocr_with_http_info( :type document_id: str :param site_id: Site Identifier :type site_id: str - :param content_url: Whether to return a \"contentUrl\", set value to 'true' + :param output_type: Output Format Type + :type output_type: str + :param content_url: Whether to return a \"contentUrl\", set value to 'true' (deprecated) :type content_url: str - :param text: Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text + :param text: Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated) :type text: str :param share_key: Share Identifier :type share_key: str @@ -765,6 +772,7 @@ def get_document_ocr_with_http_info( _param = self._get_document_ocr_serialize( document_id=document_id, site_id=site_id, + output_type=output_type, content_url=content_url, text=text, share_key=share_key, @@ -793,8 +801,9 @@ def get_document_ocr_without_preload_content( self, document_id: Annotated[StrictStr, Field(description="Document Identifier")], site_id: Annotated[Optional[StrictStr], Field(description="Site Identifier")] = None, - content_url: Annotated[Optional[StrictStr], Field(description="Whether to return a \"contentUrl\", set value to 'true'")] = None, - text: Annotated[Optional[StrictStr], Field(description="Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text")] = None, + output_type: Annotated[Optional[StrictStr], Field(description="Output Format Type")] = None, + content_url: Annotated[Optional[StrictStr], Field(description="Whether to return a \"contentUrl\", set value to 'true' (deprecated)")] = None, + text: Annotated[Optional[StrictStr], Field(description="Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated)")] = None, share_key: Annotated[Optional[StrictStr], Field(description="Share Identifier")] = None, _request_timeout: Union[ None, @@ -817,9 +826,11 @@ def get_document_ocr_without_preload_content( :type document_id: str :param site_id: Site Identifier :type site_id: str - :param content_url: Whether to return a \"contentUrl\", set value to 'true' + :param output_type: Output Format Type + :type output_type: str + :param content_url: Whether to return a \"contentUrl\", set value to 'true' (deprecated) :type content_url: str - :param text: Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text + :param text: Returns raw 'text' of OCR content. e.g. AWS Textract returns JSON, setting parameter to 'true' converts JSON to Text (deprecated) :type text: str :param share_key: Share Identifier :type share_key: str @@ -848,6 +859,7 @@ def get_document_ocr_without_preload_content( _param = self._get_document_ocr_serialize( document_id=document_id, site_id=site_id, + output_type=output_type, content_url=content_url, text=text, share_key=share_key, @@ -871,6 +883,7 @@ def _get_document_ocr_serialize( self, document_id, site_id, + output_type, content_url, text, share_key, @@ -900,6 +913,10 @@ def _get_document_ocr_serialize( _query_params.append(('siteId', site_id)) + if output_type is not None: + + _query_params.append(('outputType', output_type)) + if content_url is not None: _query_params.append(('contentUrl', content_url)) diff --git a/formkiq_client/api/document_search_api.py b/formkiq_client/api/document_search_api.py index 2fe66b5..fd02b03 100644 --- a/formkiq_client/api/document_search_api.py +++ b/formkiq_client/api/document_search_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_shares_api.py b/formkiq_client/api/document_shares_api.py index bd865d9..928dc5b 100644 --- a/formkiq_client/api/document_shares_api.py +++ b/formkiq_client/api/document_shares_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_tags_api.py b/formkiq_client/api/document_tags_api.py index e06895d..fbd079f 100644 --- a/formkiq_client/api/document_tags_api.py +++ b/formkiq_client/api/document_tags_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_versions_api.py b/formkiq_client/api/document_versions_api.py index 5c149fb..e08609d 100644 --- a/formkiq_client/api/document_versions_api.py +++ b/formkiq_client/api/document_versions_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/document_workflows_api.py b/formkiq_client/api/document_workflows_api.py index 9665703..3886e22 100644 --- a/formkiq_client/api/document_workflows_api.py +++ b/formkiq_client/api/document_workflows_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/documents_api.py b/formkiq_client/api/documents_api.py index 0a1a9ec..831362b 100644 --- a/formkiq_client/api/documents_api.py +++ b/formkiq_client/api/documents_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/e_signature_api.py b/formkiq_client/api/e_signature_api.py index c5c17fd..53f556a 100644 --- a/formkiq_client/api/e_signature_api.py +++ b/formkiq_client/api/e_signature_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/examine_objects_api.py b/formkiq_client/api/examine_objects_api.py index 99db909..451572b 100644 --- a/formkiq_client/api/examine_objects_api.py +++ b/formkiq_client/api/examine_objects_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/mappings_api.py b/formkiq_client/api/mappings_api.py index 3b8a93c..e19696f 100644 --- a/formkiq_client/api/mappings_api.py +++ b/formkiq_client/api/mappings_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/onlyoffice_api.py b/formkiq_client/api/onlyoffice_api.py index 26171bf..b2b394f 100644 --- a/formkiq_client/api/onlyoffice_api.py +++ b/formkiq_client/api/onlyoffice_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/public_api.py b/formkiq_client/api/public_api.py index 39a5704..752c3a0 100644 --- a/formkiq_client/api/public_api.py +++ b/formkiq_client/api/public_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/rulesets_api.py b/formkiq_client/api/rulesets_api.py index 234d6e8..be56b8b 100644 --- a/formkiq_client/api/rulesets_api.py +++ b/formkiq_client/api/rulesets_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/schemas_api.py b/formkiq_client/api/schemas_api.py index b83c43d..8390b54 100644 --- a/formkiq_client/api/schemas_api.py +++ b/formkiq_client/api/schemas_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/system_management_api.py b/formkiq_client/api/system_management_api.py index 6fd5698..8de5905 100644 --- a/formkiq_client/api/system_management_api.py +++ b/formkiq_client/api/system_management_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/tag_index_api.py b/formkiq_client/api/tag_index_api.py index e3bd6a1..b1a0887 100644 --- a/formkiq_client/api/tag_index_api.py +++ b/formkiq_client/api/tag_index_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/tag_schema_api.py b/formkiq_client/api/tag_schema_api.py index becd673..03e7e20 100644 --- a/formkiq_client/api/tag_schema_api.py +++ b/formkiq_client/api/tag_schema_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/user_activities_api.py b/formkiq_client/api/user_activities_api.py index 963e797..d47ce4d 100644 --- a/formkiq_client/api/user_activities_api.py +++ b/formkiq_client/api/user_activities_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/user_management_api.py b/formkiq_client/api/user_management_api.py index 29962d9..39a1d85 100644 --- a/formkiq_client/api/user_management_api.py +++ b/formkiq_client/api/user_management_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api/webhooks_api.py b/formkiq_client/api/webhooks_api.py index 630d389..3aba696 100644 --- a/formkiq_client/api/webhooks_api.py +++ b/formkiq_client/api/webhooks_api.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/api_client.py b/formkiq_client/api_client.py index 08ad7b7..1624e4f 100644 --- a/formkiq_client/api_client.py +++ b/formkiq_client/api_client.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/configuration.py b/formkiq_client/configuration.py index de3eecf..b769610 100644 --- a/formkiq_client/configuration.py +++ b/formkiq_client/configuration.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -384,7 +384,7 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.15.0\n"\ + "Version of the API: 1.15.1\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/formkiq_client/exceptions.py b/formkiq_client/exceptions.py index d038931..552ae0b 100644 --- a/formkiq_client/exceptions.py +++ b/formkiq_client/exceptions.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/__init__.py b/formkiq_client/models/__init__.py index 95c68f7..760a826 100644 --- a/formkiq_client/models/__init__.py +++ b/formkiq_client/models/__init__.py @@ -6,7 +6,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -241,6 +241,7 @@ from formkiq_client.models.nigo import Nigo from formkiq_client.models.nigo_status import NigoStatus from formkiq_client.models.ocr_engine import OcrEngine +from formkiq_client.models.ocr_key_values import OcrKeyValues from formkiq_client.models.ocr_output_type import OcrOutputType from formkiq_client.models.only_office_config import OnlyOfficeConfig from formkiq_client.models.only_office_config_document import OnlyOfficeConfigDocument diff --git a/formkiq_client/models/add_action.py b/formkiq_client/models/add_action.py index 00df9da..e68b328 100644 --- a/formkiq_client/models/add_action.py +++ b/formkiq_client/models/add_action.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_action_parameters.py b/formkiq_client/models/add_action_parameters.py index 5a57ad1..5d6e163 100644 --- a/formkiq_client/models/add_action_parameters.py +++ b/formkiq_client/models/add_action_parameters.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_api_key_request.py b/formkiq_client/models/add_api_key_request.py index a80e0e5..5b10da9 100644 --- a/formkiq_client/models/add_api_key_request.py +++ b/formkiq_client/models/add_api_key_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_api_key_response.py b/formkiq_client/models/add_api_key_response.py index 903abce..5c51464 100644 --- a/formkiq_client/models/add_api_key_response.py +++ b/formkiq_client/models/add_api_key_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_attribute.py b/formkiq_client/models/add_attribute.py index 7286210..10dfb47 100644 --- a/formkiq_client/models/add_attribute.py +++ b/formkiq_client/models/add_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_attribute_request.py b/formkiq_client/models/add_attribute_request.py index 248f9d7..270dead 100644 --- a/formkiq_client/models/add_attribute_request.py +++ b/formkiq_client/models/add_attribute_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_attribute_response.py b/formkiq_client/models/add_attribute_response.py index 90662e7..a459ddc 100644 --- a/formkiq_client/models/add_attribute_response.py +++ b/formkiq_client/models/add_attribute_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_case.py b/formkiq_client/models/add_case.py index 19e973a..e327f52 100644 --- a/formkiq_client/models/add_case.py +++ b/formkiq_client/models/add_case.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_case_request.py b/formkiq_client/models/add_case_request.py index 8b4bb38..44aa696 100644 --- a/formkiq_client/models/add_case_request.py +++ b/formkiq_client/models/add_case_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_case_response.py b/formkiq_client/models/add_case_response.py index 7c82b95..e8b4b0f 100644 --- a/formkiq_client/models/add_case_response.py +++ b/formkiq_client/models/add_case_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_child_document.py b/formkiq_client/models/add_child_document.py index b21e5d7..77247f1 100644 --- a/formkiq_client/models/add_child_document.py +++ b/formkiq_client/models/add_child_document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_child_document_response.py b/formkiq_client/models/add_child_document_response.py index a7b045c..55ffe11 100644 --- a/formkiq_client/models/add_child_document_response.py +++ b/formkiq_client/models/add_child_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_classification.py b/formkiq_client/models/add_classification.py index cc61625..ffc07d6 100644 --- a/formkiq_client/models/add_classification.py +++ b/formkiq_client/models/add_classification.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_classification_request.py b/formkiq_client/models/add_classification_request.py index 6996d07..d435c39 100644 --- a/formkiq_client/models/add_classification_request.py +++ b/formkiq_client/models/add_classification_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_classification_response.py b/formkiq_client/models/add_classification_response.py index 311f568..c473707 100644 --- a/formkiq_client/models/add_classification_response.py +++ b/formkiq_client/models/add_classification_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_actions_request.py b/formkiq_client/models/add_document_actions_request.py index 90fad34..1a86c96 100644 --- a/formkiq_client/models/add_document_actions_request.py +++ b/formkiq_client/models/add_document_actions_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_actions_response.py b/formkiq_client/models/add_document_actions_response.py index ca00807..e8dbd7d 100644 --- a/formkiq_client/models/add_document_actions_response.py +++ b/formkiq_client/models/add_document_actions_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_actions_retry_response.py b/formkiq_client/models/add_document_actions_retry_response.py index d8230ad..2e69f5c 100644 --- a/formkiq_client/models/add_document_actions_retry_response.py +++ b/formkiq_client/models/add_document_actions_retry_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_attribute.py b/formkiq_client/models/add_document_attribute.py index 48e7050..a431998 100644 --- a/formkiq_client/models/add_document_attribute.py +++ b/formkiq_client/models/add_document_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_attribute_classification.py b/formkiq_client/models/add_document_attribute_classification.py index 677b54e..b83c31e 100644 --- a/formkiq_client/models/add_document_attribute_classification.py +++ b/formkiq_client/models/add_document_attribute_classification.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_attribute_standard.py b/formkiq_client/models/add_document_attribute_standard.py index 1831f0c..716437d 100644 --- a/formkiq_client/models/add_document_attribute_standard.py +++ b/formkiq_client/models/add_document_attribute_standard.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_attribute_value.py b/formkiq_client/models/add_document_attribute_value.py index 36c755f..be9ac1e 100644 --- a/formkiq_client/models/add_document_attribute_value.py +++ b/formkiq_client/models/add_document_attribute_value.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_attributes_request.py b/formkiq_client/models/add_document_attributes_request.py index 753195e..ee893d5 100644 --- a/formkiq_client/models/add_document_attributes_request.py +++ b/formkiq_client/models/add_document_attributes_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_fulltext_request.py b/formkiq_client/models/add_document_fulltext_request.py index 9b28045..2b20fce 100644 --- a/formkiq_client/models/add_document_fulltext_request.py +++ b/formkiq_client/models/add_document_fulltext_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_fulltext_response.py b/formkiq_client/models/add_document_fulltext_response.py index 9ed22a6..dc52ad7 100644 --- a/formkiq_client/models/add_document_fulltext_response.py +++ b/formkiq_client/models/add_document_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_metadata.py b/formkiq_client/models/add_document_metadata.py index 328fd0b..c17296d 100644 --- a/formkiq_client/models/add_document_metadata.py +++ b/formkiq_client/models/add_document_metadata.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_ocr_request.py b/formkiq_client/models/add_document_ocr_request.py index 38f87a0..d3b554a 100644 --- a/formkiq_client/models/add_document_ocr_request.py +++ b/formkiq_client/models/add_document_ocr_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_ocr_response.py b/formkiq_client/models/add_document_ocr_response.py index 96380f4..2442dc8 100644 --- a/formkiq_client/models/add_document_ocr_response.py +++ b/formkiq_client/models/add_document_ocr_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_request.py b/formkiq_client/models/add_document_request.py index dd4fbad..508eb51 100644 --- a/formkiq_client/models/add_document_request.py +++ b/formkiq_client/models/add_document_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -32,6 +32,7 @@ class AddDocumentRequest(BaseModel): """ AddDocumentRequest """ # noqa: E501 + document_id: Optional[StrictStr] = Field(default=None, description="optional Document Identifier, if skipped one will be assigned", alias="documentId") tag_schema_id: Optional[StrictStr] = Field(default=None, description="Tag Schema Id", alias="tagSchemaId") path: Optional[StrictStr] = Field(default=None, description="Path or Name of document") deep_link_path: Optional[StrictStr] = Field(default=None, description="Path or Name of deep link", alias="deepLinkPath") @@ -43,7 +44,7 @@ class AddDocumentRequest(BaseModel): actions: Optional[List[AddAction]] = Field(default=None, description="List of Actions") attributes: Optional[List[AddDocumentAttribute]] = Field(default=None, description="List of Attributes to add to document") documents: Optional[List[AddChildDocument]] = Field(default=None, description="List of child documents") - __properties: ClassVar[List[str]] = ["tagSchemaId", "path", "deepLinkPath", "contentType", "isBase64", "content", "tags", "metadata", "actions", "attributes", "documents"] + __properties: ClassVar[List[str]] = ["documentId", "tagSchemaId", "path", "deepLinkPath", "contentType", "isBase64", "content", "tags", "metadata", "actions", "attributes", "documents"] model_config = ConfigDict( populate_by_name=True, @@ -131,6 +132,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "documentId": obj.get("documentId"), "tagSchemaId": obj.get("tagSchemaId"), "path": obj.get("path"), "deepLinkPath": obj.get("deepLinkPath"), diff --git a/formkiq_client/models/add_document_response.py b/formkiq_client/models/add_document_response.py index e497637..159c31a 100644 --- a/formkiq_client/models/add_document_response.py +++ b/formkiq_client/models/add_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_tag.py b/formkiq_client/models/add_document_tag.py index 3a18074..39c1b47 100644 --- a/formkiq_client/models/add_document_tag.py +++ b/formkiq_client/models/add_document_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_tags_request.py b/formkiq_client/models/add_document_tags_request.py index f07d69b..7806165 100644 --- a/formkiq_client/models/add_document_tags_request.py +++ b/formkiq_client/models/add_document_tags_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_upload_request.py b/formkiq_client/models/add_document_upload_request.py index fc2a7fe..4d8ed31 100644 --- a/formkiq_client/models/add_document_upload_request.py +++ b/formkiq_client/models/add_document_upload_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -30,6 +30,7 @@ class AddDocumentUploadRequest(BaseModel): """ AddDocumentUploadRequest """ # noqa: E501 + document_id: Optional[StrictStr] = Field(default=None, description="optional Document Identifier, if skipped one will be assigned", alias="documentId") tag_schema_id: Optional[StrictStr] = Field(default=None, description="Tag Schema Id", alias="tagSchemaId") path: Optional[StrictStr] = Field(default=None, description="Path or Name of document") content_type: Optional[StrictStr] = Field(default=None, description="Document media type", alias="contentType") @@ -37,7 +38,7 @@ class AddDocumentUploadRequest(BaseModel): attributes: Optional[List[AddDocumentAttribute]] = Field(default=None, description="List of Attributes to add to document") tags: Optional[List[AddDocumentTag]] = Field(default=None, description="List of document tags") actions: Optional[List[AddAction]] = Field(default=None, description="List of Actions") - __properties: ClassVar[List[str]] = ["tagSchemaId", "path", "contentType", "deepLinkPath", "attributes", "tags", "actions"] + __properties: ClassVar[List[str]] = ["documentId", "tagSchemaId", "path", "contentType", "deepLinkPath", "attributes", "tags", "actions"] model_config = ConfigDict( populate_by_name=True, @@ -111,6 +112,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "documentId": obj.get("documentId"), "tagSchemaId": obj.get("tagSchemaId"), "path": obj.get("path"), "contentType": obj.get("contentType"), diff --git a/formkiq_client/models/add_document_workflow_decisions_request.py b/formkiq_client/models/add_document_workflow_decisions_request.py index 8f4f62a..a953c6a 100644 --- a/formkiq_client/models/add_document_workflow_decisions_request.py +++ b/formkiq_client/models/add_document_workflow_decisions_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_workflow_decisions_response.py b/formkiq_client/models/add_document_workflow_decisions_response.py index bfdd9b5..2b61314 100644 --- a/formkiq_client/models/add_document_workflow_decisions_response.py +++ b/formkiq_client/models/add_document_workflow_decisions_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_workflow_request.py b/formkiq_client/models/add_document_workflow_request.py index 4b2d0b5..a2145c8 100644 --- a/formkiq_client/models/add_document_workflow_request.py +++ b/formkiq_client/models/add_document_workflow_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_document_workflow_response.py b/formkiq_client/models/add_document_workflow_response.py index 06bfd19..075beac 100644 --- a/formkiq_client/models/add_document_workflow_response.py +++ b/formkiq_client/models/add_document_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_esignature_docusign_request.py b/formkiq_client/models/add_esignature_docusign_request.py index 275d1bb..86f2213 100644 --- a/formkiq_client/models/add_esignature_docusign_request.py +++ b/formkiq_client/models/add_esignature_docusign_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_esignature_docusign_response.py b/formkiq_client/models/add_esignature_docusign_response.py index 484fc1b..2691045 100644 --- a/formkiq_client/models/add_esignature_docusign_response.py +++ b/formkiq_client/models/add_esignature_docusign_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_folder_request.py b/formkiq_client/models/add_folder_request.py index 3742507..7a52844 100644 --- a/formkiq_client/models/add_folder_request.py +++ b/formkiq_client/models/add_folder_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_folder_response.py b/formkiq_client/models/add_folder_response.py index a91db7b..c339a80 100644 --- a/formkiq_client/models/add_folder_response.py +++ b/formkiq_client/models/add_folder_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_folder_share_request.py b/formkiq_client/models/add_folder_share_request.py index 04cf7c9..99fb129 100644 --- a/formkiq_client/models/add_folder_share_request.py +++ b/formkiq_client/models/add_folder_share_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_folder_share_response.py b/formkiq_client/models/add_folder_share_response.py index ab20ec4..c3abc59 100644 --- a/formkiq_client/models/add_folder_share_response.py +++ b/formkiq_client/models/add_folder_share_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_group.py b/formkiq_client/models/add_group.py index 439b6b5..17ffe91 100644 --- a/formkiq_client/models/add_group.py +++ b/formkiq_client/models/add_group.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_group_request.py b/formkiq_client/models/add_group_request.py index 633189d..730381e 100644 --- a/formkiq_client/models/add_group_request.py +++ b/formkiq_client/models/add_group_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_mapping.py b/formkiq_client/models/add_mapping.py index 4979d67..5f7d824 100644 --- a/formkiq_client/models/add_mapping.py +++ b/formkiq_client/models/add_mapping.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_mapping_request.py b/formkiq_client/models/add_mapping_request.py index ad0ba6a..3483648 100644 --- a/formkiq_client/models/add_mapping_request.py +++ b/formkiq_client/models/add_mapping_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_mapping_response.py b/formkiq_client/models/add_mapping_response.py index 09d7161..9016080 100644 --- a/formkiq_client/models/add_mapping_response.py +++ b/formkiq_client/models/add_mapping_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_nigo.py b/formkiq_client/models/add_nigo.py index d9771c6..c9c747b 100644 --- a/formkiq_client/models/add_nigo.py +++ b/formkiq_client/models/add_nigo.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_nigo_request.py b/formkiq_client/models/add_nigo_request.py index 2126dda..1aa39ac 100644 --- a/formkiq_client/models/add_nigo_request.py +++ b/formkiq_client/models/add_nigo_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_nigo_response.py b/formkiq_client/models/add_nigo_response.py index 23fbac3..a63f4c8 100644 --- a/formkiq_client/models/add_nigo_response.py +++ b/formkiq_client/models/add_nigo_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_queue_request.py b/formkiq_client/models/add_queue_request.py index acdc45c..fd0ee7e 100644 --- a/formkiq_client/models/add_queue_request.py +++ b/formkiq_client/models/add_queue_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_queue_response.py b/formkiq_client/models/add_queue_response.py index 04a8029..3b9b3ce 100644 --- a/formkiq_client/models/add_queue_response.py +++ b/formkiq_client/models/add_queue_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_response.py b/formkiq_client/models/add_response.py index ee283fa..f8ab4c2 100644 --- a/formkiq_client/models/add_response.py +++ b/formkiq_client/models/add_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_rule.py b/formkiq_client/models/add_rule.py index 926e5d3..49e91ed 100644 --- a/formkiq_client/models/add_rule.py +++ b/formkiq_client/models/add_rule.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_rule_request.py b/formkiq_client/models/add_rule_request.py index b303906..04a8426 100644 --- a/formkiq_client/models/add_rule_request.py +++ b/formkiq_client/models/add_rule_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_rule_response.py b/formkiq_client/models/add_rule_response.py index 83f4574..2b139fb 100644 --- a/formkiq_client/models/add_rule_response.py +++ b/formkiq_client/models/add_rule_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_ruleset.py b/formkiq_client/models/add_ruleset.py index e648beb..51c21ef 100644 --- a/formkiq_client/models/add_ruleset.py +++ b/formkiq_client/models/add_ruleset.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_ruleset_request.py b/formkiq_client/models/add_ruleset_request.py index 48c4eb1..750d04e 100644 --- a/formkiq_client/models/add_ruleset_request.py +++ b/formkiq_client/models/add_ruleset_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_ruleset_response.py b/formkiq_client/models/add_ruleset_response.py index f83fcb9..e171522 100644 --- a/formkiq_client/models/add_ruleset_response.py +++ b/formkiq_client/models/add_ruleset_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_share.py b/formkiq_client/models/add_share.py index 02603c1..06bc689 100644 --- a/formkiq_client/models/add_share.py +++ b/formkiq_client/models/add_share.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_tag_schema_request.py b/formkiq_client/models/add_tag_schema_request.py index 9769c61..3448e50 100644 --- a/formkiq_client/models/add_tag_schema_request.py +++ b/formkiq_client/models/add_tag_schema_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_tag_schema_response.py b/formkiq_client/models/add_tag_schema_response.py index fa0503b..9dee830 100644 --- a/formkiq_client/models/add_tag_schema_response.py +++ b/formkiq_client/models/add_tag_schema_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_tag_schema_tags.py b/formkiq_client/models/add_tag_schema_tags.py index c9db321..30c79d1 100644 --- a/formkiq_client/models/add_tag_schema_tags.py +++ b/formkiq_client/models/add_tag_schema_tags.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_task.py b/formkiq_client/models/add_task.py index b66a019..1c5c132 100644 --- a/formkiq_client/models/add_task.py +++ b/formkiq_client/models/add_task.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_task_request.py b/formkiq_client/models/add_task_request.py index bb69fd6..d3e6388 100644 --- a/formkiq_client/models/add_task_request.py +++ b/formkiq_client/models/add_task_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_task_response.py b/formkiq_client/models/add_task_response.py index 3d01676..d7f4dd5 100644 --- a/formkiq_client/models/add_task_response.py +++ b/formkiq_client/models/add_task_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_user.py b/formkiq_client/models/add_user.py index 8aeb84b..804d54c 100644 --- a/formkiq_client/models/add_user.py +++ b/formkiq_client/models/add_user.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -27,7 +27,7 @@ class AddUser(BaseModel): """ AddUser """ # noqa: E501 - username: Optional[StrictStr] = Field(default=None, description="Username of user") + username: Optional[StrictStr] = Field(default=None, description="Email address of user") __properties: ClassVar[List[str]] = ["username"] model_config = ConfigDict( diff --git a/formkiq_client/models/add_user_request.py b/formkiq_client/models/add_user_request.py index a5c3a12..1ba4eda 100644 --- a/formkiq_client/models/add_user_request.py +++ b/formkiq_client/models/add_user_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_webhook_request.py b/formkiq_client/models/add_webhook_request.py index 4410533..d38f838 100644 --- a/formkiq_client/models/add_webhook_request.py +++ b/formkiq_client/models/add_webhook_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_webhook_response.py b/formkiq_client/models/add_webhook_response.py index ff8a57c..b5be93b 100644 --- a/formkiq_client/models/add_webhook_response.py +++ b/formkiq_client/models/add_webhook_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_webhook_tag_request.py b/formkiq_client/models/add_webhook_tag_request.py index 08a3af9..1c164dd 100644 --- a/formkiq_client/models/add_webhook_tag_request.py +++ b/formkiq_client/models/add_webhook_tag_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_workflow_request.py b/formkiq_client/models/add_workflow_request.py index cfe9bcf..f6ea4cd 100644 --- a/formkiq_client/models/add_workflow_request.py +++ b/formkiq_client/models/add_workflow_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_workflow_response.py b/formkiq_client/models/add_workflow_response.py index 4c9b622..9d4480a 100644 --- a/formkiq_client/models/add_workflow_response.py +++ b/formkiq_client/models/add_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_workflow_step.py b/formkiq_client/models/add_workflow_step.py index 41d6aaa..8610148 100644 --- a/formkiq_client/models/add_workflow_step.py +++ b/formkiq_client/models/add_workflow_step.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_workflow_step_decision.py b/formkiq_client/models/add_workflow_step_decision.py index a0c28b6..e38aa43 100644 --- a/formkiq_client/models/add_workflow_step_decision.py +++ b/formkiq_client/models/add_workflow_step_decision.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/add_workflow_step_queue.py b/formkiq_client/models/add_workflow_step_queue.py index 985868a..ef39bdf 100644 --- a/formkiq_client/models/add_workflow_step_queue.py +++ b/formkiq_client/models/add_workflow_step_queue.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/api_key.py b/formkiq_client/models/api_key.py index be52af9..ec9fc3e 100644 --- a/formkiq_client/models/api_key.py +++ b/formkiq_client/models/api_key.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute.py b/formkiq_client/models/attribute.py index bfe0ea3..78098d5 100644 --- a/formkiq_client/models/attribute.py +++ b/formkiq_client/models/attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute_data_type.py b/formkiq_client/models/attribute_data_type.py index 997d4a7..9f9ee0f 100644 --- a/formkiq_client/models/attribute_data_type.py +++ b/formkiq_client/models/attribute_data_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute_schema_composite_key.py b/formkiq_client/models/attribute_schema_composite_key.py index 687ef8b..36b404f 100644 --- a/formkiq_client/models/attribute_schema_composite_key.py +++ b/formkiq_client/models/attribute_schema_composite_key.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute_schema_optional.py b/formkiq_client/models/attribute_schema_optional.py index fb38ee6..ade79d9 100644 --- a/formkiq_client/models/attribute_schema_optional.py +++ b/formkiq_client/models/attribute_schema_optional.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute_schema_required.py b/formkiq_client/models/attribute_schema_required.py index 5e7302f..30a13c0 100644 --- a/formkiq_client/models/attribute_schema_required.py +++ b/formkiq_client/models/attribute_schema_required.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute_type.py b/formkiq_client/models/attribute_type.py index 5b7273c..975079f 100644 --- a/formkiq_client/models/attribute_type.py +++ b/formkiq_client/models/attribute_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/attribute_value_type.py b/formkiq_client/models/attribute_value_type.py index 5de20f6..44404de 100644 --- a/formkiq_client/models/attribute_value_type.py +++ b/formkiq_client/models/attribute_value_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/case.py b/formkiq_client/models/case.py index 86a7019..4f5e5a0 100644 --- a/formkiq_client/models/case.py +++ b/formkiq_client/models/case.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/case_status.py b/formkiq_client/models/case_status.py index 395d2f2..e8d0784 100644 --- a/formkiq_client/models/case_status.py +++ b/formkiq_client/models/case_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/child_document.py b/formkiq_client/models/child_document.py index d5165e3..fe707df 100644 --- a/formkiq_client/models/child_document.py +++ b/formkiq_client/models/child_document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/classification.py b/formkiq_client/models/classification.py index 19eb2f6..dec106e 100644 --- a/formkiq_client/models/classification.py +++ b/formkiq_client/models/classification.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/classification_summary.py b/formkiq_client/models/classification_summary.py index de37860..313717c 100644 --- a/formkiq_client/models/classification_summary.py +++ b/formkiq_client/models/classification_summary.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -27,10 +27,11 @@ class ClassificationSummary(BaseModel): """ ClassificationSummary """ # noqa: E501 + classification_id: Optional[StrictStr] = Field(default=None, description="Classification Identifier", alias="classificationId") name: Optional[StrictStr] = Field(default=None, description="Name of Classification") user_id: Optional[StrictStr] = Field(default=None, alias="userId") inserted_date: Optional[StrictStr] = Field(default=None, description="Inserted Timestamp", alias="insertedDate") - __properties: ClassVar[List[str]] = ["name", "userId", "insertedDate"] + __properties: ClassVar[List[str]] = ["classificationId", "name", "userId", "insertedDate"] model_config = ConfigDict( populate_by_name=True, @@ -83,6 +84,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "classificationId": obj.get("classificationId"), "name": obj.get("name"), "userId": obj.get("userId"), "insertedDate": obj.get("insertedDate") diff --git a/formkiq_client/models/delete_api_key_response.py b/formkiq_client/models/delete_api_key_response.py index b193b43..f652081 100644 --- a/formkiq_client/models/delete_api_key_response.py +++ b/formkiq_client/models/delete_api_key_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_case_document_response.py b/formkiq_client/models/delete_case_document_response.py index 3a92a52..69e563b 100644 --- a/formkiq_client/models/delete_case_document_response.py +++ b/formkiq_client/models/delete_case_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_case_nigo_document_response.py b/formkiq_client/models/delete_case_nigo_document_response.py index 6cdfa29..4ceb2ee 100644 --- a/formkiq_client/models/delete_case_nigo_document_response.py +++ b/formkiq_client/models/delete_case_nigo_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_case_nigo_response.py b/formkiq_client/models/delete_case_nigo_response.py index ff8c2da..29bdeb1 100644 --- a/formkiq_client/models/delete_case_nigo_response.py +++ b/formkiq_client/models/delete_case_nigo_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_case_response.py b/formkiq_client/models/delete_case_response.py index bb76959..a9b7c3b 100644 --- a/formkiq_client/models/delete_case_response.py +++ b/formkiq_client/models/delete_case_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_case_task_document_response.py b/formkiq_client/models/delete_case_task_document_response.py index 001f431..50f253a 100644 --- a/formkiq_client/models/delete_case_task_document_response.py +++ b/formkiq_client/models/delete_case_task_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_case_task_response.py b/formkiq_client/models/delete_case_task_response.py index 37a8f66..e0a23f1 100644 --- a/formkiq_client/models/delete_case_task_response.py +++ b/formkiq_client/models/delete_case_task_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_folder_response.py b/formkiq_client/models/delete_folder_response.py index d81b72d..c5e5078 100644 --- a/formkiq_client/models/delete_folder_response.py +++ b/formkiq_client/models/delete_folder_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_fulltext_response.py b/formkiq_client/models/delete_fulltext_response.py index 3689c5a..28ef1df 100644 --- a/formkiq_client/models/delete_fulltext_response.py +++ b/formkiq_client/models/delete_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_indices_response.py b/formkiq_client/models/delete_indices_response.py index b0955c3..78dcdf8 100644 --- a/formkiq_client/models/delete_indices_response.py +++ b/formkiq_client/models/delete_indices_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_queue_response.py b/formkiq_client/models/delete_queue_response.py index ff7d902..a07ad47 100644 --- a/formkiq_client/models/delete_queue_response.py +++ b/formkiq_client/models/delete_queue_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_response.py b/formkiq_client/models/delete_response.py index fea0b6c..6453de9 100644 --- a/formkiq_client/models/delete_response.py +++ b/formkiq_client/models/delete_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_rule_response.py b/formkiq_client/models/delete_rule_response.py index adabd12..b469f85 100644 --- a/formkiq_client/models/delete_rule_response.py +++ b/formkiq_client/models/delete_rule_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_ruleset_response.py b/formkiq_client/models/delete_ruleset_response.py index 8ab9825..d03d4c7 100644 --- a/formkiq_client/models/delete_ruleset_response.py +++ b/formkiq_client/models/delete_ruleset_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_share_response.py b/formkiq_client/models/delete_share_response.py index 2d88452..e23f701 100644 --- a/formkiq_client/models/delete_share_response.py +++ b/formkiq_client/models/delete_share_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/delete_workflow_response.py b/formkiq_client/models/delete_workflow_response.py index a12a7c7..8d826fc 100644 --- a/formkiq_client/models/delete_workflow_response.py +++ b/formkiq_client/models/delete_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document.py b/formkiq_client/models/document.py index fa71f10..3a08d35 100644 --- a/formkiq_client/models/document.py +++ b/formkiq_client/models/document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_action.py b/formkiq_client/models/document_action.py index 0b93d1e..639bddf 100644 --- a/formkiq_client/models/document_action.py +++ b/formkiq_client/models/document_action.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_action_status.py b/formkiq_client/models/document_action_status.py index 65519c1..d6c9abc 100644 --- a/formkiq_client/models/document_action_status.py +++ b/formkiq_client/models/document_action_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_action_type.py b/formkiq_client/models/document_action_type.py index 12d8ce9..7f7a42f 100644 --- a/formkiq_client/models/document_action_type.py +++ b/formkiq_client/models/document_action_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_attribute.py b/formkiq_client/models/document_attribute.py index 2b11a89..09df49f 100644 --- a/formkiq_client/models/document_attribute.py +++ b/formkiq_client/models/document_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_fulltext_attribute.py b/formkiq_client/models/document_fulltext_attribute.py index ad44c54..c43f3c5 100644 --- a/formkiq_client/models/document_fulltext_attribute.py +++ b/formkiq_client/models/document_fulltext_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_fulltext_attribute_eq.py b/formkiq_client/models/document_fulltext_attribute_eq.py index 4bcb2e3..c1d3140 100644 --- a/formkiq_client/models/document_fulltext_attribute_eq.py +++ b/formkiq_client/models/document_fulltext_attribute_eq.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_fulltext_request.py b/formkiq_client/models/document_fulltext_request.py index 0803b34..952bc0c 100644 --- a/formkiq_client/models/document_fulltext_request.py +++ b/formkiq_client/models/document_fulltext_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_fulltext_response.py b/formkiq_client/models/document_fulltext_response.py index 163ce71..0f25072 100644 --- a/formkiq_client/models/document_fulltext_response.py +++ b/formkiq_client/models/document_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_fulltext_search.py b/formkiq_client/models/document_fulltext_search.py index a9bd77b..c15a85b 100644 --- a/formkiq_client/models/document_fulltext_search.py +++ b/formkiq_client/models/document_fulltext_search.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_fulltext_tag.py b/formkiq_client/models/document_fulltext_tag.py index 81cf089..4ddff26 100644 --- a/formkiq_client/models/document_fulltext_tag.py +++ b/formkiq_client/models/document_fulltext_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_id.py b/formkiq_client/models/document_id.py index 76f5a10..893424f 100644 --- a/formkiq_client/models/document_id.py +++ b/formkiq_client/models/document_id.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_metadata.py b/formkiq_client/models/document_metadata.py index be5a0a1..e7ce251 100644 --- a/formkiq_client/models/document_metadata.py +++ b/formkiq_client/models/document_metadata.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search.py b/formkiq_client/models/document_search.py index 3c95097..77a35ad 100644 --- a/formkiq_client/models/document_search.py +++ b/formkiq_client/models/document_search.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_attribute.py b/formkiq_client/models/document_search_attribute.py index 8d4f410..477d7c4 100644 --- a/formkiq_client/models/document_search_attribute.py +++ b/formkiq_client/models/document_search_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_match_attribute.py b/formkiq_client/models/document_search_match_attribute.py index 14f9ba3..8e9fce3 100644 --- a/formkiq_client/models/document_search_match_attribute.py +++ b/formkiq_client/models/document_search_match_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_match_tag.py b/formkiq_client/models/document_search_match_tag.py index edd2954..f6cfb98 100644 --- a/formkiq_client/models/document_search_match_tag.py +++ b/formkiq_client/models/document_search_match_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_meta.py b/formkiq_client/models/document_search_meta.py index e40b6b1..47bb194 100644 --- a/formkiq_client/models/document_search_meta.py +++ b/formkiq_client/models/document_search_meta.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_range.py b/formkiq_client/models/document_search_range.py index 7b53f6c..52612f9 100644 --- a/formkiq_client/models/document_search_range.py +++ b/formkiq_client/models/document_search_range.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_request.py b/formkiq_client/models/document_search_request.py index aa52606..ed1212d2 100644 --- a/formkiq_client/models/document_search_request.py +++ b/formkiq_client/models/document_search_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_response.py b/formkiq_client/models/document_search_response.py index 45e7e2c..5aef9ba 100644 --- a/formkiq_client/models/document_search_response.py +++ b/formkiq_client/models/document_search_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_tag.py b/formkiq_client/models/document_search_tag.py index f2f85a6..1897f28 100644 --- a/formkiq_client/models/document_search_tag.py +++ b/formkiq_client/models/document_search_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_search_tags.py b/formkiq_client/models/document_search_tags.py index ba2f3f2..70c5032 100644 --- a/formkiq_client/models/document_search_tags.py +++ b/formkiq_client/models/document_search_tags.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_sync_service.py b/formkiq_client/models/document_sync_service.py index 6489c91..cb992fc 100644 --- a/formkiq_client/models/document_sync_service.py +++ b/formkiq_client/models/document_sync_service.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_sync_status.py b/formkiq_client/models/document_sync_status.py index 344c2e8..cdd30cd 100644 --- a/formkiq_client/models/document_sync_status.py +++ b/formkiq_client/models/document_sync_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_sync_type.py b/formkiq_client/models/document_sync_type.py index e5770bc..9d21ee1 100644 --- a/formkiq_client/models/document_sync_type.py +++ b/formkiq_client/models/document_sync_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_tag.py b/formkiq_client/models/document_tag.py index d7db2be..59ff1be 100644 --- a/formkiq_client/models/document_tag.py +++ b/formkiq_client/models/document_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_version.py b/formkiq_client/models/document_version.py index 980c209..be86b0e 100644 --- a/formkiq_client/models/document_version.py +++ b/formkiq_client/models/document_version.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_workflow.py b/formkiq_client/models/document_workflow.py index c15dc2b..e322642 100644 --- a/formkiq_client/models/document_workflow.py +++ b/formkiq_client/models/document_workflow.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/document_workflow_status.py b/formkiq_client/models/document_workflow_status.py index 2251ca0..dbafe94 100644 --- a/formkiq_client/models/document_workflow_status.py +++ b/formkiq_client/models/document_workflow_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/documents_compress_request.py b/formkiq_client/models/documents_compress_request.py index 37b6896..34465c0 100644 --- a/formkiq_client/models/documents_compress_request.py +++ b/formkiq_client/models/documents_compress_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/documents_compress_response.py b/formkiq_client/models/documents_compress_response.py index 4a676ce..e132d00 100644 --- a/formkiq_client/models/documents_compress_response.py +++ b/formkiq_client/models/documents_compress_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/error.py b/formkiq_client/models/error.py index 79e179b..ad6d48a 100644 --- a/formkiq_client/models/error.py +++ b/formkiq_client/models/error.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/errors_response.py b/formkiq_client/models/errors_response.py index d7f3415..02238ba 100644 --- a/formkiq_client/models/errors_response.py +++ b/formkiq_client/models/errors_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/esignature_docusign_carbon_copy.py b/formkiq_client/models/esignature_docusign_carbon_copy.py index ef8f275..a974fc5 100644 --- a/formkiq_client/models/esignature_docusign_carbon_copy.py +++ b/formkiq_client/models/esignature_docusign_carbon_copy.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/esignature_docusign_recipient_tab.py b/formkiq_client/models/esignature_docusign_recipient_tab.py index d6de80a..1844870 100644 --- a/formkiq_client/models/esignature_docusign_recipient_tab.py +++ b/formkiq_client/models/esignature_docusign_recipient_tab.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/esignature_docusign_signer.py b/formkiq_client/models/esignature_docusign_signer.py index 770b9e4..096274c 100644 --- a/formkiq_client/models/esignature_docusign_signer.py +++ b/formkiq_client/models/esignature_docusign_signer.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/fulltext_attribute.py b/formkiq_client/models/fulltext_attribute.py index 8d445fa..0b7b1db 100644 --- a/formkiq_client/models/fulltext_attribute.py +++ b/formkiq_client/models/fulltext_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/fulltext_search_item.py b/formkiq_client/models/fulltext_search_item.py index 55e8b61..cc4aa79 100644 --- a/formkiq_client/models/fulltext_search_item.py +++ b/formkiq_client/models/fulltext_search_item.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_api_keys_response.py b/formkiq_client/models/get_api_keys_response.py index 81f460a..e880a10 100644 --- a/formkiq_client/models/get_api_keys_response.py +++ b/formkiq_client/models/get_api_keys_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_attribute_response.py b/formkiq_client/models/get_attribute_response.py index 30a7c23..15d2ff9 100644 --- a/formkiq_client/models/get_attribute_response.py +++ b/formkiq_client/models/get_attribute_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_attributes_response.py b/formkiq_client/models/get_attributes_response.py index 4d57458..e38e7a9 100644 --- a/formkiq_client/models/get_attributes_response.py +++ b/formkiq_client/models/get_attributes_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_case_documents_response.py b/formkiq_client/models/get_case_documents_response.py index 7f375db..0e961e6 100644 --- a/formkiq_client/models/get_case_documents_response.py +++ b/formkiq_client/models/get_case_documents_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_case_nigo_response.py b/formkiq_client/models/get_case_nigo_response.py index f3669e4..d761fe2 100644 --- a/formkiq_client/models/get_case_nigo_response.py +++ b/formkiq_client/models/get_case_nigo_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_case_nigos_response.py b/formkiq_client/models/get_case_nigos_response.py index db59b81..e788455 100644 --- a/formkiq_client/models/get_case_nigos_response.py +++ b/formkiq_client/models/get_case_nigos_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_case_response.py b/formkiq_client/models/get_case_response.py index 6108168..542159b 100644 --- a/formkiq_client/models/get_case_response.py +++ b/formkiq_client/models/get_case_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_case_task_response.py b/formkiq_client/models/get_case_task_response.py index 52aaf0e..63610d7 100644 --- a/formkiq_client/models/get_case_task_response.py +++ b/formkiq_client/models/get_case_task_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_case_tasks_response.py b/formkiq_client/models/get_case_tasks_response.py index f1eccb5..9095d9f 100644 --- a/formkiq_client/models/get_case_tasks_response.py +++ b/formkiq_client/models/get_case_tasks_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_cases_response.py b/formkiq_client/models/get_cases_response.py index 9958851..60be372 100644 --- a/formkiq_client/models/get_cases_response.py +++ b/formkiq_client/models/get_cases_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_classification_response.py b/formkiq_client/models/get_classification_response.py index 2d6a24e..3b9e59f 100644 --- a/formkiq_client/models/get_classification_response.py +++ b/formkiq_client/models/get_classification_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_classifications_response.py b/formkiq_client/models/get_classifications_response.py index 2fe041a..e32f296 100644 --- a/formkiq_client/models/get_classifications_response.py +++ b/formkiq_client/models/get_classifications_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_configuration_response.py b/formkiq_client/models/get_configuration_response.py index 0fc3e65..cfb77fb 100644 --- a/formkiq_client/models/get_configuration_response.py +++ b/formkiq_client/models/get_configuration_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_actions_response.py b/formkiq_client/models/get_document_actions_response.py index 5a0e268..e74cc08 100644 --- a/formkiq_client/models/get_document_actions_response.py +++ b/formkiq_client/models/get_document_actions_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_attribute_response.py b/formkiq_client/models/get_document_attribute_response.py index 7efbd7e..2b712aa 100644 --- a/formkiq_client/models/get_document_attribute_response.py +++ b/formkiq_client/models/get_document_attribute_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_attribute_versions_response.py b/formkiq_client/models/get_document_attribute_versions_response.py index 6af2360..0d69d8b 100644 --- a/formkiq_client/models/get_document_attribute_versions_response.py +++ b/formkiq_client/models/get_document_attribute_versions_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_attributes_response.py b/formkiq_client/models/get_document_attributes_response.py index 3799737..ce8655f 100644 --- a/formkiq_client/models/get_document_attributes_response.py +++ b/formkiq_client/models/get_document_attributes_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_content_response.py b/formkiq_client/models/get_document_content_response.py index d6fad07..e77e1b7 100644 --- a/formkiq_client/models/get_document_content_response.py +++ b/formkiq_client/models/get_document_content_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_fulltext_response.py b/formkiq_client/models/get_document_fulltext_response.py index 9f099e7..0d9c514 100644 --- a/formkiq_client/models/get_document_fulltext_response.py +++ b/formkiq_client/models/get_document_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_ocr_response.py b/formkiq_client/models/get_document_ocr_response.py index f178cf9..a6b8dc0 100644 --- a/formkiq_client/models/get_document_ocr_response.py +++ b/formkiq_client/models/get_document_ocr_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -20,6 +20,7 @@ from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr from typing import Any, ClassVar, Dict, List, Optional +from formkiq_client.models.ocr_key_values import OcrKeyValues from typing import Optional, Set from typing_extensions import Self @@ -28,6 +29,7 @@ class GetDocumentOcrResponse(BaseModel): GetDocumentOcrResponse """ # noqa: E501 content_urls: Optional[List[StrictStr]] = Field(default=None, description="Presigned S3 Urls for the OCR content", alias="contentUrls") + key_values: Optional[List[OcrKeyValues]] = Field(default=None, description="List of ocr key / values", alias="keyValues") data: Optional[StrictStr] = Field(default=None, description="OCR text result") ocr_engine: Optional[StrictStr] = Field(default=None, description="The OCR technique used", alias="ocrEngine") ocr_status: Optional[StrictStr] = Field(default=None, description="The status of the OCR request", alias="ocrStatus") @@ -36,7 +38,7 @@ class GetDocumentOcrResponse(BaseModel): user_id: Optional[StrictStr] = Field(default=None, description="User who requested the OCR", alias="userId") document_id: Optional[StrictStr] = Field(default=None, description="Document Identifier", alias="documentId") inserted_date: Optional[StrictStr] = Field(default=None, description="Inserted Timestamp", alias="insertedDate") - __properties: ClassVar[List[str]] = ["contentUrls", "data", "ocrEngine", "ocrStatus", "contentType", "isBase64", "userId", "documentId", "insertedDate"] + __properties: ClassVar[List[str]] = ["contentUrls", "keyValues", "data", "ocrEngine", "ocrStatus", "contentType", "isBase64", "userId", "documentId", "insertedDate"] model_config = ConfigDict( populate_by_name=True, @@ -77,6 +79,13 @@ def to_dict(self) -> Dict[str, Any]: exclude=excluded_fields, exclude_none=True, ) + # override the default output from pydantic by calling `to_dict()` of each item in key_values (list) + _items = [] + if self.key_values: + for _item in self.key_values: + if _item: + _items.append(_item.to_dict()) + _dict['keyValues'] = _items return _dict @classmethod @@ -90,6 +99,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: _obj = cls.model_validate({ "contentUrls": obj.get("contentUrls"), + "keyValues": [OcrKeyValues.from_dict(_item) for _item in obj["keyValues"]] if obj.get("keyValues") is not None else None, "data": obj.get("data"), "ocrEngine": obj.get("ocrEngine"), "ocrStatus": obj.get("ocrStatus"), diff --git a/formkiq_client/models/get_document_response.py b/formkiq_client/models/get_document_response.py index 2539e71..165c1b3 100644 --- a/formkiq_client/models/get_document_response.py +++ b/formkiq_client/models/get_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_sync.py b/formkiq_client/models/get_document_sync.py index 7984f11..cdd8386 100644 --- a/formkiq_client/models/get_document_sync.py +++ b/formkiq_client/models/get_document_sync.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_sync_response.py b/formkiq_client/models/get_document_sync_response.py index 561ab06..b890bce 100644 --- a/formkiq_client/models/get_document_sync_response.py +++ b/formkiq_client/models/get_document_sync_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_tag_response.py b/formkiq_client/models/get_document_tag_response.py index c1dba41..c290895 100644 --- a/formkiq_client/models/get_document_tag_response.py +++ b/formkiq_client/models/get_document_tag_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_tags_response.py b/formkiq_client/models/get_document_tags_response.py index 6b70ab0..c614408 100644 --- a/formkiq_client/models/get_document_tags_response.py +++ b/formkiq_client/models/get_document_tags_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_url_response.py b/formkiq_client/models/get_document_url_response.py index dc5a0d6..5634521 100644 --- a/formkiq_client/models/get_document_url_response.py +++ b/formkiq_client/models/get_document_url_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_versions_response.py b/formkiq_client/models/get_document_versions_response.py index e910774..3a8df88 100644 --- a/formkiq_client/models/get_document_versions_response.py +++ b/formkiq_client/models/get_document_versions_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_workflow_response.py b/formkiq_client/models/get_document_workflow_response.py index 2c048a2..8c56613 100644 --- a/formkiq_client/models/get_document_workflow_response.py +++ b/formkiq_client/models/get_document_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_document_workflows_response.py b/formkiq_client/models/get_document_workflows_response.py index 4c69cf6..c2b34b0 100644 --- a/formkiq_client/models/get_document_workflows_response.py +++ b/formkiq_client/models/get_document_workflows_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_documents_response.py b/formkiq_client/models/get_documents_response.py index af7f802..e9f2792 100644 --- a/formkiq_client/models/get_documents_response.py +++ b/formkiq_client/models/get_documents_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_esignature_docusign_config_response.py b/formkiq_client/models/get_esignature_docusign_config_response.py index 30fbe7b..9ce2fdf 100644 --- a/formkiq_client/models/get_esignature_docusign_config_response.py +++ b/formkiq_client/models/get_esignature_docusign_config_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_examine_pdf_response.py b/formkiq_client/models/get_examine_pdf_response.py index d066f70..f2cf651 100644 --- a/formkiq_client/models/get_examine_pdf_response.py +++ b/formkiq_client/models/get_examine_pdf_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_examine_pdf_url_response.py b/formkiq_client/models/get_examine_pdf_url_response.py index c6df0dd..a7bcde4 100644 --- a/formkiq_client/models/get_examine_pdf_url_response.py +++ b/formkiq_client/models/get_examine_pdf_url_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_folders_response.py b/formkiq_client/models/get_folders_response.py index db3c2d6..0960367 100644 --- a/formkiq_client/models/get_folders_response.py +++ b/formkiq_client/models/get_folders_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_group_response.py b/formkiq_client/models/get_group_response.py index a053934..9bb435f 100644 --- a/formkiq_client/models/get_group_response.py +++ b/formkiq_client/models/get_group_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_groups_response.py b/formkiq_client/models/get_groups_response.py index 97f5b5e..37f91de 100644 --- a/formkiq_client/models/get_groups_response.py +++ b/formkiq_client/models/get_groups_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_mapping_response.py b/formkiq_client/models/get_mapping_response.py index 80daff4..0055b93 100644 --- a/formkiq_client/models/get_mapping_response.py +++ b/formkiq_client/models/get_mapping_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_mappings_response.py b/formkiq_client/models/get_mappings_response.py index a0a0590..8534238 100644 --- a/formkiq_client/models/get_mappings_response.py +++ b/formkiq_client/models/get_mappings_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_opa_access_policies_response.py b/formkiq_client/models/get_opa_access_policies_response.py index 104987b..dd4f888 100644 --- a/formkiq_client/models/get_opa_access_policies_response.py +++ b/formkiq_client/models/get_opa_access_policies_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_opa_access_policy_items_response.py b/formkiq_client/models/get_opa_access_policy_items_response.py index 3c765be..050802f 100644 --- a/formkiq_client/models/get_opa_access_policy_items_response.py +++ b/formkiq_client/models/get_opa_access_policy_items_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_opa_access_policy_response.py b/formkiq_client/models/get_opa_access_policy_response.py index 0ac8c62..3b80f31 100644 --- a/formkiq_client/models/get_opa_access_policy_response.py +++ b/formkiq_client/models/get_opa_access_policy_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_open_search_index_response.py b/formkiq_client/models/get_open_search_index_response.py index dabae8d..36f5216 100644 --- a/formkiq_client/models/get_open_search_index_response.py +++ b/formkiq_client/models/get_open_search_index_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_queue_response.py b/formkiq_client/models/get_queue_response.py index 7fd37af..9ba9e39 100644 --- a/formkiq_client/models/get_queue_response.py +++ b/formkiq_client/models/get_queue_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_queues_response.py b/formkiq_client/models/get_queues_response.py index b5052cc..e463c2b 100644 --- a/formkiq_client/models/get_queues_response.py +++ b/formkiq_client/models/get_queues_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_rule_response.py b/formkiq_client/models/get_rule_response.py index be4df20..2f65070 100644 --- a/formkiq_client/models/get_rule_response.py +++ b/formkiq_client/models/get_rule_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_rules_response.py b/formkiq_client/models/get_rules_response.py index 654fe7d..f1f1a1a 100644 --- a/formkiq_client/models/get_rules_response.py +++ b/formkiq_client/models/get_rules_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_ruleset_response.py b/formkiq_client/models/get_ruleset_response.py index 934b0d9..04f5711 100644 --- a/formkiq_client/models/get_ruleset_response.py +++ b/formkiq_client/models/get_ruleset_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_rulesets_response.py b/formkiq_client/models/get_rulesets_response.py index aa7843b..f04079d 100644 --- a/formkiq_client/models/get_rulesets_response.py +++ b/formkiq_client/models/get_rulesets_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_sites_response.py b/formkiq_client/models/get_sites_response.py index 29b80ae..458721b 100644 --- a/formkiq_client/models/get_sites_response.py +++ b/formkiq_client/models/get_sites_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_sites_schema_response.py b/formkiq_client/models/get_sites_schema_response.py index 1406015..5da8ccc 100644 --- a/formkiq_client/models/get_sites_schema_response.py +++ b/formkiq_client/models/get_sites_schema_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_tag_schema_response.py b/formkiq_client/models/get_tag_schema_response.py index 8f4d933..a403530 100644 --- a/formkiq_client/models/get_tag_schema_response.py +++ b/formkiq_client/models/get_tag_schema_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_tag_schemas_response.py b/formkiq_client/models/get_tag_schemas_response.py index 97eb436..c9c4ac8 100644 --- a/formkiq_client/models/get_tag_schemas_response.py +++ b/formkiq_client/models/get_tag_schemas_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_user_activites_response.py b/formkiq_client/models/get_user_activites_response.py index d70d0f2..0fc8f8a 100644 --- a/formkiq_client/models/get_user_activites_response.py +++ b/formkiq_client/models/get_user_activites_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_user_groups_response.py b/formkiq_client/models/get_user_groups_response.py index 808585f..a0a3ffb 100644 --- a/formkiq_client/models/get_user_groups_response.py +++ b/formkiq_client/models/get_user_groups_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_user_response.py b/formkiq_client/models/get_user_response.py index 7919b11..15233f7 100644 --- a/formkiq_client/models/get_user_response.py +++ b/formkiq_client/models/get_user_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_user_shares_response.py b/formkiq_client/models/get_user_shares_response.py index 9bd81b1..238b0ba 100644 --- a/formkiq_client/models/get_user_shares_response.py +++ b/formkiq_client/models/get_user_shares_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_users_in_group_response.py b/formkiq_client/models/get_users_in_group_response.py index da28450..4982f74 100644 --- a/formkiq_client/models/get_users_in_group_response.py +++ b/formkiq_client/models/get_users_in_group_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_users_response.py b/formkiq_client/models/get_users_response.py index 5f3cacd..6363423 100644 --- a/formkiq_client/models/get_users_response.py +++ b/formkiq_client/models/get_users_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_version_response.py b/formkiq_client/models/get_version_response.py index bdfec97..773922a 100644 --- a/formkiq_client/models/get_version_response.py +++ b/formkiq_client/models/get_version_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_webhook_response.py b/formkiq_client/models/get_webhook_response.py index 2910929..dda09f5 100644 --- a/formkiq_client/models/get_webhook_response.py +++ b/formkiq_client/models/get_webhook_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_webhook_tags_response.py b/formkiq_client/models/get_webhook_tags_response.py index bcb5d2a..4521bd5 100644 --- a/formkiq_client/models/get_webhook_tags_response.py +++ b/formkiq_client/models/get_webhook_tags_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_webhooks_response.py b/formkiq_client/models/get_webhooks_response.py index a6bc9d9..73471ea 100644 --- a/formkiq_client/models/get_webhooks_response.py +++ b/formkiq_client/models/get_webhooks_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_workflow_documents_response.py b/formkiq_client/models/get_workflow_documents_response.py index 0272ff7..3b584c1 100644 --- a/formkiq_client/models/get_workflow_documents_response.py +++ b/formkiq_client/models/get_workflow_documents_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_workflow_queue_documents_response.py b/formkiq_client/models/get_workflow_queue_documents_response.py index e48a997..6913826 100644 --- a/formkiq_client/models/get_workflow_queue_documents_response.py +++ b/formkiq_client/models/get_workflow_queue_documents_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_workflow_response.py b/formkiq_client/models/get_workflow_response.py index 61e5d9a..99070a6 100644 --- a/formkiq_client/models/get_workflow_response.py +++ b/formkiq_client/models/get_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/get_workflows_response.py b/formkiq_client/models/get_workflows_response.py index d905697..b70483f 100644 --- a/formkiq_client/models/get_workflows_response.py +++ b/formkiq_client/models/get_workflows_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/group.py b/formkiq_client/models/group.py index a7c6a19..697145d 100644 --- a/formkiq_client/models/group.py +++ b/formkiq_client/models/group.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/index_folder_move_request.py b/formkiq_client/models/index_folder_move_request.py index ba2d44f..5c8a981 100644 --- a/formkiq_client/models/index_folder_move_request.py +++ b/formkiq_client/models/index_folder_move_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/index_folder_move_response.py b/formkiq_client/models/index_folder_move_response.py index 579e606..1aab5bd 100644 --- a/formkiq_client/models/index_folder_move_response.py +++ b/formkiq_client/models/index_folder_move_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/index_search.py b/formkiq_client/models/index_search.py index 3f35eca..6ec7cfb 100644 --- a/formkiq_client/models/index_search.py +++ b/formkiq_client/models/index_search.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/index_search_request.py b/formkiq_client/models/index_search_request.py index fc5a8a0..590cc62 100644 --- a/formkiq_client/models/index_search_request.py +++ b/formkiq_client/models/index_search_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/index_search_response.py b/formkiq_client/models/index_search_response.py index 3813271..a209faa 100644 --- a/formkiq_client/models/index_search_response.py +++ b/formkiq_client/models/index_search_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/mapping.py b/formkiq_client/models/mapping.py index f9960ea..3a2eec7 100644 --- a/formkiq_client/models/mapping.py +++ b/formkiq_client/models/mapping.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,10 +28,11 @@ class Mapping(BaseModel): """ Mapping """ # noqa: E501 + mapping_id: Optional[StrictStr] = Field(default=None, description="Mapping Identifier", alias="mappingId") name: Optional[StrictStr] = Field(default=None, description="Name of Mapping") description: Optional[StrictStr] = Field(default=None, description="Description of Mapping") attributes: Optional[List[MappingAttribute]] = Field(default=None, description="List of attributes") - __properties: ClassVar[List[str]] = ["name", "description", "attributes"] + __properties: ClassVar[List[str]] = ["mappingId", "name", "description", "attributes"] model_config = ConfigDict( populate_by_name=True, @@ -91,6 +92,7 @@ def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: return cls.model_validate(obj) _obj = cls.model_validate({ + "mappingId": obj.get("mappingId"), "name": obj.get("name"), "description": obj.get("description"), "attributes": [MappingAttribute.from_dict(_item) for _item in obj["attributes"]] if obj.get("attributes") is not None else None diff --git a/formkiq_client/models/mapping_attribute.py b/formkiq_client/models/mapping_attribute.py index 98dd57f..af26719 100644 --- a/formkiq_client/models/mapping_attribute.py +++ b/formkiq_client/models/mapping_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/mapping_attribute_label_matching_type.py b/formkiq_client/models/mapping_attribute_label_matching_type.py index be7074e..501642c 100644 --- a/formkiq_client/models/mapping_attribute_label_matching_type.py +++ b/formkiq_client/models/mapping_attribute_label_matching_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/mapping_attribute_metadata_field.py b/formkiq_client/models/mapping_attribute_metadata_field.py index cce975a..384cef5 100644 --- a/formkiq_client/models/mapping_attribute_metadata_field.py +++ b/formkiq_client/models/mapping_attribute_metadata_field.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/mapping_attribute_source_type.py b/formkiq_client/models/mapping_attribute_source_type.py index 39108ca..bb03f0d 100644 --- a/formkiq_client/models/mapping_attribute_source_type.py +++ b/formkiq_client/models/mapping_attribute_source_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -28,6 +28,7 @@ class MappingAttributeSourceType(str, Enum): allowed enum values """ CONTENT = 'CONTENT' + CONTENT_KEY_VALUE = 'CONTENT_KEY_VALUE' METADATA = 'METADATA' @classmethod diff --git a/formkiq_client/models/match_document_tag.py b/formkiq_client/models/match_document_tag.py index 1681258..33b7db4 100644 --- a/formkiq_client/models/match_document_tag.py +++ b/formkiq_client/models/match_document_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/nigo.py b/formkiq_client/models/nigo.py index bbbaf56..aba2fb8 100644 --- a/formkiq_client/models/nigo.py +++ b/formkiq_client/models/nigo.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/nigo_status.py b/formkiq_client/models/nigo_status.py index e2e380a..06ccad7 100644 --- a/formkiq_client/models/nigo_status.py +++ b/formkiq_client/models/nigo_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/ocr_engine.py b/formkiq_client/models/ocr_engine.py index 600d967..c6597ae 100644 --- a/formkiq_client/models/ocr_engine.py +++ b/formkiq_client/models/ocr_engine.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/ocr_key_values.py b/formkiq_client/models/ocr_key_values.py new file mode 100644 index 0000000..270e192 --- /dev/null +++ b/formkiq_client/models/ocr_key_values.py @@ -0,0 +1,90 @@ +# coding: utf-8 + +""" + FormKiQ API + + Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + + The version of the OpenAPI document: 1.15.1 + Contact: support@formkiq.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +from __future__ import annotations +import pprint +import re # noqa: F401 +import json + +from pydantic import BaseModel, ConfigDict, Field, StrictStr +from typing import Any, ClassVar, Dict, List, Optional +from typing import Optional, Set +from typing_extensions import Self + +class OcrKeyValues(BaseModel): + """ + OcrKeyValues + """ # noqa: E501 + key: Optional[StrictStr] = Field(default=None, description="Ocr Key") + values: Optional[List[StrictStr]] = None + __properties: ClassVar[List[str]] = ["key", "values"] + + model_config = ConfigDict( + populate_by_name=True, + validate_assignment=True, + protected_namespaces=(), + ) + + + def to_str(self) -> str: + """Returns the string representation of the model using alias""" + return pprint.pformat(self.model_dump(by_alias=True)) + + def to_json(self) -> str: + """Returns the JSON representation of the model using alias""" + # TODO: pydantic v2: use .model_dump_json(by_alias=True, exclude_unset=True) instead + return json.dumps(self.to_dict()) + + @classmethod + def from_json(cls, json_str: str) -> Optional[Self]: + """Create an instance of OcrKeyValues from a JSON string""" + return cls.from_dict(json.loads(json_str)) + + def to_dict(self) -> Dict[str, Any]: + """Return the dictionary representation of the model using alias. + + This has the following differences from calling pydantic's + `self.model_dump(by_alias=True)`: + + * `None` is only added to the output dict for nullable fields that + were set at model initialization. Other fields with value `None` + are ignored. + """ + excluded_fields: Set[str] = set([ + ]) + + _dict = self.model_dump( + by_alias=True, + exclude=excluded_fields, + exclude_none=True, + ) + return _dict + + @classmethod + def from_dict(cls, obj: Optional[Dict[str, Any]]) -> Optional[Self]: + """Create an instance of OcrKeyValues from a dict""" + if obj is None: + return None + + if not isinstance(obj, dict): + return cls.model_validate(obj) + + _obj = cls.model_validate({ + "key": obj.get("key"), + "values": obj.get("values") + }) + return _obj + + diff --git a/formkiq_client/models/ocr_output_type.py b/formkiq_client/models/ocr_output_type.py index 0dcf39e..b69d1ed 100644 --- a/formkiq_client/models/ocr_output_type.py +++ b/formkiq_client/models/ocr_output_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/only_office_config.py b/formkiq_client/models/only_office_config.py index abe38f2..d3cbf5c 100644 --- a/formkiq_client/models/only_office_config.py +++ b/formkiq_client/models/only_office_config.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/only_office_config_document.py b/formkiq_client/models/only_office_config_document.py index 1508c0b..468fcaa 100644 --- a/formkiq_client/models/only_office_config_document.py +++ b/formkiq_client/models/only_office_config_document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/only_office_document_new_request.py b/formkiq_client/models/only_office_document_new_request.py index 4928b62..0e029b7 100644 --- a/formkiq_client/models/only_office_document_new_request.py +++ b/formkiq_client/models/only_office_document_new_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/only_office_document_response.py b/formkiq_client/models/only_office_document_response.py index 564b85f..682a5cb 100644 --- a/formkiq_client/models/only_office_document_response.py +++ b/formkiq_client/models/only_office_document_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/only_office_document_save_response.py b/formkiq_client/models/only_office_document_save_response.py index 3ec5104..df0f4e6 100644 --- a/formkiq_client/models/only_office_document_save_response.py +++ b/formkiq_client/models/only_office_document_save_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/only_office_editor_config.py b/formkiq_client/models/only_office_editor_config.py index b098e4b..dcdfa62 100644 --- a/formkiq_client/models/only_office_editor_config.py +++ b/formkiq_client/models/only_office_editor_config.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy.py b/formkiq_client/models/opa_policy.py index a6d654a..d046994 100644 --- a/formkiq_client/models/opa_policy.py +++ b/formkiq_client/models/opa_policy.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute.py b/formkiq_client/models/opa_policy_attribute.py index 03117fc..869d5d5 100644 --- a/formkiq_client/models/opa_policy_attribute.py +++ b/formkiq_client/models/opa_policy_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_eq.py b/formkiq_client/models/opa_policy_attribute_eq.py index 87e6d09..ddd0a5e 100644 --- a/formkiq_client/models/opa_policy_attribute_eq.py +++ b/formkiq_client/models/opa_policy_attribute_eq.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_gt.py b/formkiq_client/models/opa_policy_attribute_gt.py index 468c3b9..2c4b281 100644 --- a/formkiq_client/models/opa_policy_attribute_gt.py +++ b/formkiq_client/models/opa_policy_attribute_gt.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_gte.py b/formkiq_client/models/opa_policy_attribute_gte.py index b848a81..e9fce74 100644 --- a/formkiq_client/models/opa_policy_attribute_gte.py +++ b/formkiq_client/models/opa_policy_attribute_gte.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_input.py b/formkiq_client/models/opa_policy_attribute_input.py index 673802c..ff15c7d 100644 --- a/formkiq_client/models/opa_policy_attribute_input.py +++ b/formkiq_client/models/opa_policy_attribute_input.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_lt.py b/formkiq_client/models/opa_policy_attribute_lt.py index 49d6e2a..860b392 100644 --- a/formkiq_client/models/opa_policy_attribute_lt.py +++ b/formkiq_client/models/opa_policy_attribute_lt.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_lte.py b/formkiq_client/models/opa_policy_attribute_lte.py index 88e85b4..0675e07 100644 --- a/formkiq_client/models/opa_policy_attribute_lte.py +++ b/formkiq_client/models/opa_policy_attribute_lte.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_attribute_neq.py b/formkiq_client/models/opa_policy_attribute_neq.py index 042ade4..abf0d89 100644 --- a/formkiq_client/models/opa_policy_attribute_neq.py +++ b/formkiq_client/models/opa_policy_attribute_neq.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_item.py b/formkiq_client/models/opa_policy_item.py index 6cd5781..838bdda 100644 --- a/formkiq_client/models/opa_policy_item.py +++ b/formkiq_client/models/opa_policy_item.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/opa_policy_item_type.py b/formkiq_client/models/opa_policy_item_type.py index 1fc2883..6a702a1 100644 --- a/formkiq_client/models/opa_policy_item_type.py +++ b/formkiq_client/models/opa_policy_item_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/open_search_index.py b/formkiq_client/models/open_search_index.py index d3f894a..e1fe1c1 100644 --- a/formkiq_client/models/open_search_index.py +++ b/formkiq_client/models/open_search_index.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/pdf_document.py b/formkiq_client/models/pdf_document.py index e7707f4..850994e 100644 --- a/formkiq_client/models/pdf_document.py +++ b/formkiq_client/models/pdf_document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/pdf_document_field.py b/formkiq_client/models/pdf_document_field.py index a8a1501..86de721 100644 --- a/formkiq_client/models/pdf_document_field.py +++ b/formkiq_client/models/pdf_document_field.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/query_fulltext_response.py b/formkiq_client/models/query_fulltext_response.py index 3a4e47c..9044a67 100644 --- a/formkiq_client/models/query_fulltext_response.py +++ b/formkiq_client/models/query_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/queue.py b/formkiq_client/models/queue.py index c69b9a6..8b4affe 100644 --- a/formkiq_client/models/queue.py +++ b/formkiq_client/models/queue.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/rule.py b/formkiq_client/models/rule.py index 1bb7136..938205f 100644 --- a/formkiq_client/models/rule.py +++ b/formkiq_client/models/rule.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/rule_condition.py b/formkiq_client/models/rule_condition.py index b149d55..d1f630b 100644 --- a/formkiq_client/models/rule_condition.py +++ b/formkiq_client/models/rule_condition.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/rule_condition_attribute.py b/formkiq_client/models/rule_condition_attribute.py index 0fbd671..8c2106f 100644 --- a/formkiq_client/models/rule_condition_attribute.py +++ b/formkiq_client/models/rule_condition_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/rule_condition_criterion.py b/formkiq_client/models/rule_condition_criterion.py index 48353b4..3dbe33c 100644 --- a/formkiq_client/models/rule_condition_criterion.py +++ b/formkiq_client/models/rule_condition_criterion.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/rule_condition_must.py b/formkiq_client/models/rule_condition_must.py index b266e2f..2976f7a 100644 --- a/formkiq_client/models/rule_condition_must.py +++ b/formkiq_client/models/rule_condition_must.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/rule_condition_operation.py b/formkiq_client/models/rule_condition_operation.py index 22f5458..e8c285f 100644 --- a/formkiq_client/models/rule_condition_operation.py +++ b/formkiq_client/models/rule_condition_operation.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/ruleset.py b/formkiq_client/models/ruleset.py index c870d8e..d3c0b6f 100644 --- a/formkiq_client/models/ruleset.py +++ b/formkiq_client/models/ruleset.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/ruleset_status.py b/formkiq_client/models/ruleset_status.py index b9cb28e..a8b12d1 100644 --- a/formkiq_client/models/ruleset_status.py +++ b/formkiq_client/models/ruleset_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/schema_attributes.py b/formkiq_client/models/schema_attributes.py index 3fc3a45..0cac429 100644 --- a/formkiq_client/models/schema_attributes.py +++ b/formkiq_client/models/schema_attributes.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/search_range_data_type.py b/formkiq_client/models/search_range_data_type.py index ee30023..94a4f63 100644 --- a/formkiq_client/models/search_range_data_type.py +++ b/formkiq_client/models/search_range_data_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/search_response_fields.py b/formkiq_client/models/search_response_fields.py index 1fe7168..4e62caa 100644 --- a/formkiq_client/models/search_response_fields.py +++ b/formkiq_client/models/search_response_fields.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/search_result_document.py b/formkiq_client/models/search_result_document.py index 19e6fde..dc42a1b 100644 --- a/formkiq_client/models/search_result_document.py +++ b/formkiq_client/models/search_result_document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/search_result_document_attribute.py b/formkiq_client/models/search_result_document_attribute.py index 73a181f..aa64d05 100644 --- a/formkiq_client/models/search_result_document_attribute.py +++ b/formkiq_client/models/search_result_document_attribute.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_antivirus_response.py b/formkiq_client/models/set_antivirus_response.py index 1d89526..e183352 100644 --- a/formkiq_client/models/set_antivirus_response.py +++ b/formkiq_client/models/set_antivirus_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_classification_request.py b/formkiq_client/models/set_classification_request.py index a58ee12..5495574 100644 --- a/formkiq_client/models/set_classification_request.py +++ b/formkiq_client/models/set_classification_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_attribute_request.py b/formkiq_client/models/set_document_attribute_request.py index 35c7749..7fc937b 100644 --- a/formkiq_client/models/set_document_attribute_request.py +++ b/formkiq_client/models/set_document_attribute_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_attributes_request.py b/formkiq_client/models/set_document_attributes_request.py index cca0349..f919969 100644 --- a/formkiq_client/models/set_document_attributes_request.py +++ b/formkiq_client/models/set_document_attributes_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_fulltext_request.py b/formkiq_client/models/set_document_fulltext_request.py index 3474185..4d9e645 100644 --- a/formkiq_client/models/set_document_fulltext_request.py +++ b/formkiq_client/models/set_document_fulltext_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_fulltext_response.py b/formkiq_client/models/set_document_fulltext_response.py index ddae75b..b1d85eb 100644 --- a/formkiq_client/models/set_document_fulltext_response.py +++ b/formkiq_client/models/set_document_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_ocr_request.py b/formkiq_client/models/set_document_ocr_request.py index 0599bee..ecbd157 100644 --- a/formkiq_client/models/set_document_ocr_request.py +++ b/formkiq_client/models/set_document_ocr_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_restore_response.py b/formkiq_client/models/set_document_restore_response.py index b85a745..491e7ff 100644 --- a/formkiq_client/models/set_document_restore_response.py +++ b/formkiq_client/models/set_document_restore_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_tag_key_request.py b/formkiq_client/models/set_document_tag_key_request.py index ad8068b..96ae5fe 100644 --- a/formkiq_client/models/set_document_tag_key_request.py +++ b/formkiq_client/models/set_document_tag_key_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_version_request.py b/formkiq_client/models/set_document_version_request.py index 4a850e8..d28d7cb 100644 --- a/formkiq_client/models/set_document_version_request.py +++ b/formkiq_client/models/set_document_version_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_document_version_response.py b/formkiq_client/models/set_document_version_response.py index a3eddbd..5924ec4 100644 --- a/formkiq_client/models/set_document_version_response.py +++ b/formkiq_client/models/set_document_version_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_esignature_docusign_config_request.py b/formkiq_client/models/set_esignature_docusign_config_request.py index 6f6143c..eab0071 100644 --- a/formkiq_client/models/set_esignature_docusign_config_request.py +++ b/formkiq_client/models/set_esignature_docusign_config_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_esignature_docusign_config_response.py b/formkiq_client/models/set_esignature_docusign_config_response.py index 8def753..eb878d9 100644 --- a/formkiq_client/models/set_esignature_docusign_config_response.py +++ b/formkiq_client/models/set_esignature_docusign_config_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_mapping_request.py b/formkiq_client/models/set_mapping_request.py index aee6ff0..5193469 100644 --- a/formkiq_client/models/set_mapping_request.py +++ b/formkiq_client/models/set_mapping_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_opa_access_policy_items_request.py b/formkiq_client/models/set_opa_access_policy_items_request.py index 3e07261..51429ae 100644 --- a/formkiq_client/models/set_opa_access_policy_items_request.py +++ b/formkiq_client/models/set_opa_access_policy_items_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_open_search_index_request.py b/formkiq_client/models/set_open_search_index_request.py index 4f47ac7..673fa15 100644 --- a/formkiq_client/models/set_open_search_index_request.py +++ b/formkiq_client/models/set_open_search_index_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_open_search_index_response.py b/formkiq_client/models/set_open_search_index_response.py index 8c8cd26..444e90d 100644 --- a/formkiq_client/models/set_open_search_index_response.py +++ b/formkiq_client/models/set_open_search_index_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_response.py b/formkiq_client/models/set_response.py index 353fb34..80bfe59 100644 --- a/formkiq_client/models/set_response.py +++ b/formkiq_client/models/set_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_sites_schema_request.py b/formkiq_client/models/set_sites_schema_request.py index b4eb964..45ed7f6 100644 --- a/formkiq_client/models/set_sites_schema_request.py +++ b/formkiq_client/models/set_sites_schema_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_workflow_request.py b/formkiq_client/models/set_workflow_request.py index 0abf7a3..6147ecf 100644 --- a/formkiq_client/models/set_workflow_request.py +++ b/formkiq_client/models/set_workflow_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/set_workflow_response.py b/formkiq_client/models/set_workflow_response.py index 5ef2f23..61e7cff 100644 --- a/formkiq_client/models/set_workflow_response.py +++ b/formkiq_client/models/set_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/site.py b/formkiq_client/models/site.py index 5609464..583ffa3 100644 --- a/formkiq_client/models/site.py +++ b/formkiq_client/models/site.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/string_format.py b/formkiq_client/models/string_format.py index 5f6c031..d8f5cbc 100644 --- a/formkiq_client/models/string_format.py +++ b/formkiq_client/models/string_format.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/string_generator_type.py b/formkiq_client/models/string_generator_type.py index 8040fbd..78d6e0e 100644 --- a/formkiq_client/models/string_generator_type.py +++ b/formkiq_client/models/string_generator_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/tag_schema.py b/formkiq_client/models/tag_schema.py index 74620a6..0fc3a84 100644 --- a/formkiq_client/models/tag_schema.py +++ b/formkiq_client/models/tag_schema.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/tag_schema_composite_key.py b/formkiq_client/models/tag_schema_composite_key.py index 96f8a0c..01713e0 100644 --- a/formkiq_client/models/tag_schema_composite_key.py +++ b/formkiq_client/models/tag_schema_composite_key.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/tag_schema_optional.py b/formkiq_client/models/tag_schema_optional.py index 1667365..2245b07 100644 --- a/formkiq_client/models/tag_schema_optional.py +++ b/formkiq_client/models/tag_schema_optional.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/tag_schema_required.py b/formkiq_client/models/tag_schema_required.py index 9e41b0f..446d7cd 100644 --- a/formkiq_client/models/tag_schema_required.py +++ b/formkiq_client/models/tag_schema_required.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/tag_schema_summary.py b/formkiq_client/models/tag_schema_summary.py index 5b37c0d..8ad44da 100644 --- a/formkiq_client/models/tag_schema_summary.py +++ b/formkiq_client/models/tag_schema_summary.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/tag_schema_tags.py b/formkiq_client/models/tag_schema_tags.py index cc2734a..638fea4 100644 --- a/formkiq_client/models/tag_schema_tags.py +++ b/formkiq_client/models/tag_schema_tags.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/task.py b/formkiq_client/models/task.py index a9bc7e8..94111e6 100644 --- a/formkiq_client/models/task.py +++ b/formkiq_client/models/task.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/task_status.py b/formkiq_client/models/task_status.py index 02bb7c8..ec50887 100644 --- a/formkiq_client/models/task_status.py +++ b/formkiq_client/models/task_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_case.py b/formkiq_client/models/update_case.py index f27ca40..5d43c82 100644 --- a/formkiq_client/models/update_case.py +++ b/formkiq_client/models/update_case.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_case_request.py b/formkiq_client/models/update_case_request.py index ca09b67..7826c9d 100644 --- a/formkiq_client/models/update_case_request.py +++ b/formkiq_client/models/update_case_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_case_response.py b/formkiq_client/models/update_case_response.py index dd873a5..01f09b3 100644 --- a/formkiq_client/models/update_case_response.py +++ b/formkiq_client/models/update_case_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_configuration_request.py b/formkiq_client/models/update_configuration_request.py index 4b491d6..53e1b0d 100644 --- a/formkiq_client/models/update_configuration_request.py +++ b/formkiq_client/models/update_configuration_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_configuration_response.py b/formkiq_client/models/update_configuration_response.py index 8325882..b544cb8 100644 --- a/formkiq_client/models/update_configuration_response.py +++ b/formkiq_client/models/update_configuration_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_document_fulltext_request.py b/formkiq_client/models/update_document_fulltext_request.py index 7835a19..36f4056 100644 --- a/formkiq_client/models/update_document_fulltext_request.py +++ b/formkiq_client/models/update_document_fulltext_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_document_fulltext_response.py b/formkiq_client/models/update_document_fulltext_response.py index 50c83d9..cd55c35 100644 --- a/formkiq_client/models/update_document_fulltext_response.py +++ b/formkiq_client/models/update_document_fulltext_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_document_request.py b/formkiq_client/models/update_document_request.py index 90f894b..7e94f0c 100644 --- a/formkiq_client/models/update_document_request.py +++ b/formkiq_client/models/update_document_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_matching_document_tags_request.py b/formkiq_client/models/update_matching_document_tags_request.py index 08b4819..daf3036 100644 --- a/formkiq_client/models/update_matching_document_tags_request.py +++ b/formkiq_client/models/update_matching_document_tags_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_matching_document_tags_request_match.py b/formkiq_client/models/update_matching_document_tags_request_match.py index fd532cc..f379099 100644 --- a/formkiq_client/models/update_matching_document_tags_request_match.py +++ b/formkiq_client/models/update_matching_document_tags_request_match.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_matching_document_tags_request_update.py b/formkiq_client/models/update_matching_document_tags_request_update.py index ca4e568..9737e21 100644 --- a/formkiq_client/models/update_matching_document_tags_request_update.py +++ b/formkiq_client/models/update_matching_document_tags_request_update.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_matching_document_tags_response.py b/formkiq_client/models/update_matching_document_tags_response.py index ef3beb5..2fc677a 100644 --- a/formkiq_client/models/update_matching_document_tags_response.py +++ b/formkiq_client/models/update_matching_document_tags_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_nigo.py b/formkiq_client/models/update_nigo.py index 9e3eeaf..949f900 100644 --- a/formkiq_client/models/update_nigo.py +++ b/formkiq_client/models/update_nigo.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_nigo_request.py b/formkiq_client/models/update_nigo_request.py index 62a98ba..5206948 100644 --- a/formkiq_client/models/update_nigo_request.py +++ b/formkiq_client/models/update_nigo_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_nigo_response.py b/formkiq_client/models/update_nigo_response.py index 37057d1..20bb85e 100644 --- a/formkiq_client/models/update_nigo_response.py +++ b/formkiq_client/models/update_nigo_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_rule.py b/formkiq_client/models/update_rule.py index d1c44a5..34c87a9 100644 --- a/formkiq_client/models/update_rule.py +++ b/formkiq_client/models/update_rule.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_rule_request.py b/formkiq_client/models/update_rule_request.py index 6a58b5b..aea67a2 100644 --- a/formkiq_client/models/update_rule_request.py +++ b/formkiq_client/models/update_rule_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_rule_response.py b/formkiq_client/models/update_rule_response.py index 732abf1..5fdcc4e 100644 --- a/formkiq_client/models/update_rule_response.py +++ b/formkiq_client/models/update_rule_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_ruleset.py b/formkiq_client/models/update_ruleset.py index 8d18fea..bbf40b4 100644 --- a/formkiq_client/models/update_ruleset.py +++ b/formkiq_client/models/update_ruleset.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_ruleset_request.py b/formkiq_client/models/update_ruleset_request.py index a365463..2c2d27a 100644 --- a/formkiq_client/models/update_ruleset_request.py +++ b/formkiq_client/models/update_ruleset_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_ruleset_response.py b/formkiq_client/models/update_ruleset_response.py index d50db10..f569488 100644 --- a/formkiq_client/models/update_ruleset_response.py +++ b/formkiq_client/models/update_ruleset_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_task.py b/formkiq_client/models/update_task.py index 303978d..0be411b 100644 --- a/formkiq_client/models/update_task.py +++ b/formkiq_client/models/update_task.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_task_request.py b/formkiq_client/models/update_task_request.py index b3e4aa1..af25fde 100644 --- a/formkiq_client/models/update_task_request.py +++ b/formkiq_client/models/update_task_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_task_response.py b/formkiq_client/models/update_task_response.py index 986811b..3f3fcc8 100644 --- a/formkiq_client/models/update_task_response.py +++ b/formkiq_client/models/update_task_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_workflow_request.py b/formkiq_client/models/update_workflow_request.py index 9ab79eb..9054106 100644 --- a/formkiq_client/models/update_workflow_request.py +++ b/formkiq_client/models/update_workflow_request.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/update_workflow_response.py b/formkiq_client/models/update_workflow_response.py index 3008b4a..f164543 100644 --- a/formkiq_client/models/update_workflow_response.py +++ b/formkiq_client/models/update_workflow_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/user.py b/formkiq_client/models/user.py index da3a3f6..044a6ae 100644 --- a/formkiq_client/models/user.py +++ b/formkiq_client/models/user.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/user_activity.py b/formkiq_client/models/user_activity.py index 51af718..6c1a6db 100644 --- a/formkiq_client/models/user_activity.py +++ b/formkiq_client/models/user_activity.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/user_activity_type.py b/formkiq_client/models/user_activity_type.py index c502ecb..bc2c23c 100644 --- a/formkiq_client/models/user_activity_type.py +++ b/formkiq_client/models/user_activity_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/user_share.py b/formkiq_client/models/user_share.py index b5bba07..d70ca5b 100644 --- a/formkiq_client/models/user_share.py +++ b/formkiq_client/models/user_share.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/user_share_permission.py b/formkiq_client/models/user_share_permission.py index 271b50f..8f6998b 100644 --- a/formkiq_client/models/user_share_permission.py +++ b/formkiq_client/models/user_share_permission.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/user_share_permission_type.py b/formkiq_client/models/user_share_permission_type.py index 3496572..39b7b5a 100644 --- a/formkiq_client/models/user_share_permission_type.py +++ b/formkiq_client/models/user_share_permission_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/validation_error.py b/formkiq_client/models/validation_error.py index 65d5280..e68da8c 100644 --- a/formkiq_client/models/validation_error.py +++ b/formkiq_client/models/validation_error.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/validation_errors_response.py b/formkiq_client/models/validation_errors_response.py index 99ebc2e..dea5084 100644 --- a/formkiq_client/models/validation_errors_response.py +++ b/formkiq_client/models/validation_errors_response.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/webhook_tag.py b/formkiq_client/models/webhook_tag.py index 634acf1..eff8f18 100644 --- a/formkiq_client/models/webhook_tag.py +++ b/formkiq_client/models/webhook_tag.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_document.py b/formkiq_client/models/workflow_document.py index 84f1af7..514a90a 100644 --- a/formkiq_client/models/workflow_document.py +++ b/formkiq_client/models/workflow_document.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_queue.py b/formkiq_client/models/workflow_queue.py index 6f25843..b9dd759 100644 --- a/formkiq_client/models/workflow_queue.py +++ b/formkiq_client/models/workflow_queue.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_status.py b/formkiq_client/models/workflow_status.py index eeabdaa..60ddc3e 100644 --- a/formkiq_client/models/workflow_status.py +++ b/formkiq_client/models/workflow_status.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_step.py b/formkiq_client/models/workflow_step.py index f2cf1ee..7a7c994 100644 --- a/formkiq_client/models/workflow_step.py +++ b/formkiq_client/models/workflow_step.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_step_decision.py b/formkiq_client/models/workflow_step_decision.py index 2653d52..503c51f 100644 --- a/formkiq_client/models/workflow_step_decision.py +++ b/formkiq_client/models/workflow_step_decision.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_step_decision_type.py b/formkiq_client/models/workflow_step_decision_type.py index 3a035d1..24b2b42 100644 --- a/formkiq_client/models/workflow_step_decision_type.py +++ b/formkiq_client/models/workflow_step_decision_type.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/models/workflow_summary.py b/formkiq_client/models/workflow_summary.py index c2e7831..1787e3d 100644 --- a/formkiq_client/models/workflow_summary.py +++ b/formkiq_client/models/workflow_summary.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/formkiq_client/rest.py b/formkiq_client/rest.py index c4824f6..366b14d 100644 --- a/formkiq_client/rest.py +++ b/formkiq_client/rest.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/setup.py b/setup.py index bdc3446..cfc83b6 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key - The version of the OpenAPI document: 1.15.0 + The version of the OpenAPI document: 1.15.1 Contact: support@formkiq.com Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/test/test_ocr_key_values.py b/test/test_ocr_key_values.py new file mode 100644 index 0000000..78042ed --- /dev/null +++ b/test/test_ocr_key_values.py @@ -0,0 +1,55 @@ +# coding: utf-8 + +""" + FormKiQ API + + Formkiq API: Document Management Platform API using OAuth(JWT) Authentication You can find out more about FormKiQ at [https://formkiq.com](http://formkiq.com). ## Introduction FormKiQ is an API-first (head-less), battle-tested document management API. The FormKiQ API provides all the API endpoints to build your Perfect Document Management Platform. FormKiQ API was built on top of [OpenAPI specification](https://www.openapis.org), so it is easy to use the API spec file with any application that supports the OpenAPI specification. Open API OAuth Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-jwt.yaml Open API IAM Specification - https://raw.githubusercontent.com/formkiq/formkiq-core/master/docs/openapi/openapi-iam.yaml ## Authentication FormKiQ offers three forms of authentication: - OAuth(JWT) - AWS IAM - API Key + + The version of the OpenAPI document: 1.15.1 + Contact: support@formkiq.com + Generated by OpenAPI Generator (https://openapi-generator.tech) + + Do not edit the class manually. +""" # noqa: E501 + + +import unittest + +from formkiq_client.models.ocr_key_values import OcrKeyValues + +class TestOcrKeyValues(unittest.TestCase): + """OcrKeyValues unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def make_instance(self, include_optional) -> OcrKeyValues: + """Test OcrKeyValues + include_optional is a boolean, when False only required + params are included, when True both required and + optional params are included """ + # uncomment below to create an instance of `OcrKeyValues` + """ + model = OcrKeyValues() + if include_optional: + return OcrKeyValues( + key = '', + values = [ + '' + ] + ) + else: + return OcrKeyValues( + ) + """ + + def testOcrKeyValues(self): + """Test OcrKeyValues""" + # inst_req_only = self.make_instance(include_optional=False) + # inst_req_and_optional = self.make_instance(include_optional=True) + +if __name__ == '__main__': + unittest.main()