smartsheet-python-sdk 3.0.3__tar.gz → 3.0.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/ISSUE_TEMPLATE/bug_report.md +1 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/ISSUE_TEMPLATE/feature_request.md +6 -0
- smartsheet-python-sdk-3.0.5/.github/pull_request_template.md +43 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/workflows/publish-distribution.yaml +3 -3
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/workflows/publish-documentation.yaml +3 -3
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/workflows/test-build.yaml +19 -11
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/ADVANCED.md +7 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/CHANGELOG.md +18 -0
- smartsheet-python-sdk-3.0.5/CONTRIBUTING.md +63 -0
- {smartsheet-python-sdk-3.0.3/smartsheet_python_sdk.egg-info → smartsheet-python-sdk-3.0.5}/PKG-INFO +1 -1
- smartsheet-python-sdk-3.0.5/pylintrc +14 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/setup.py +1 -1
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/cells.py +1 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/events.py +13 -2
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/reports.py +1 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/sheets.py +2 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/smartsheet.py +19 -3
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/util.py +8 -0
- smartsheet-python-sdk-3.0.5/smartsheet/version.py +4 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5/smartsheet_python_sdk.egg-info}/PKG-INFO +1 -1
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet_python_sdk.egg-info/SOURCES.txt +2 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_events.py +7 -2
- smartsheet-python-sdk-3.0.3/pylintrc +0 -11
- smartsheet-python-sdk-3.0.3/smartsheet/version.py +0 -16
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.gitchangelog.rc +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.gitchangelog.tpl +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.gitignore +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.markdownlint.json +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/LICENSE.md +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/Makefile +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/NOTICE +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/README.md +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/docs-source/Makefile +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/docs-source/conf.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/docs-source/index.rst +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/setup.cfg +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/__init__.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/attachments.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/contacts.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/discussions.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/exceptions.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/favorites.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/folders.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/groups.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/home.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/images.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/__init__.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/access_token.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/account.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/alternate_email.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/attachment.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/auto_number_format.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/automation_action.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/automation_rule.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/boolean_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/bulk_item_failure.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/bulk_item_result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell_data_item.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell_history.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell_link.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell_link_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/chart_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/column.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/comment.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/contact.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/contact_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/container_destination.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/copy_or_move_row_destination.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/copy_or_move_row_directive.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/copy_or_move_row_result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/criteria.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cross_sheet_reference.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/currency.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/date_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/datetime_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/discussion.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/downloaded_file.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/duration.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/email.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/__init__.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/access_level.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/attachment_parent_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/attachment_sub_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/attachment_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/automation_action_frequency.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/automation_action_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/automation_rule_disabled_reason.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/cell_link_status.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/column_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/criteria_target.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/cross_sheet_reference_status.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/currency_code.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/day_descriptors.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/day_ordinal.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/event_action.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/event_obejct_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/event_source.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/global_template.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/operator.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/paper_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/predecessor_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/publish_accessible_by.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/schedule_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/share_scope.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/share_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/sheet_email_format.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/sheet_filter_operator.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/sheet_filter_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/sort_direction.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/symbol.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/system_column_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/update_request_status.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/user_status.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/enums/widget_type.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/error.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/error_result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/event.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/event_result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/explicit_null.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/favorite.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/folder.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/font_family.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/format_details.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/format_tables.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/group.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/group_member.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/home.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/hyperlink.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/image.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/image_url.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/image_url_map.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/image_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/index_result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/json_object.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/multi_contact_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/multi_picklist_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/multi_row_email.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/number_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/o_auth_error.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/predecessor.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/predecessor_list.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/primitive_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/profile_image.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/project_settings.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/recipient.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/report.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/report_cell.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/report_column.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/report_publish.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/report_row.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/report_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/row.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/row_email.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/row_mapping.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/schedule.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/scope.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/search_result.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/search_result_item.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/selection_range.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sent_update_request.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/server_info.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/share.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_email.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_filter.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_filter_details.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_publish.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_summary.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_user_permissions.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sheet_user_settings.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/shortcut_data_item.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/shortcut_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sight.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sight_publish.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sort_criterion.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/sort_specifier.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/source.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/string_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/summary_field.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/template.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/title_rich_text_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/update_request.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/user.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/user_model.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/user_profile.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/version.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/web_content_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/webhook.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/webhook_secret.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/webhook_stats.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/webhook_subscope.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/widget.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/widget_hyperlink.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/workspace.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/passthrough.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/search.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/server.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/session.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/sights.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/templates.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/token.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/types.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/users.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/webhooks.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/workspaces.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet_python_sdk.egg-info/dependency_links.txt +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet_python_sdk.egg-info/requires.txt +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet_python_sdk.egg-info/top_level.txt +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/README.md +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/conftest.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/fixtures/calling_all_curs.txt +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/fixtures/curly.jpg +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/fixtures/moe-curly.jpg +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/fixtures/quote.txt +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/fixtures/stooges_v1.jpg +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/fixtures/stooges_v2.jpg +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_attachments.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_columns.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_contacts.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_cross_sheet_references.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_discussions.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_favorites.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_folders.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_groups.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_home.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_model_attributes.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_multi_picklist.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_passthrough.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_regression.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_reports.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_rows.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_server_info.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_sheet_summary.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_sheets.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_templates.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_update_requests.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_users.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_webhooks.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_workspaces.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_zsearch.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/mock_api_test_helper.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_api_automation_rules.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_api_columns.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_api_rows.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_api_sheets.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_api_sights.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_change_agent.py +0 -0
- {smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/mock_api/test_mock_serialization.py +0 -0
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
@@ -27,5 +27,6 @@ If applicable, add screenshots to help explain your problem.
|
|
|
27
27
|
|
|
28
28
|
**Environment (please complete the following information):**
|
|
29
29
|
- OS: [e.g. Windows 10]
|
|
30
|
+
- Smartsheet API Version [e.g. 2.0]
|
|
30
31
|
- Smartsheet Python SDK Version [e.g. 3.0.0]
|
|
31
32
|
- Python Version [e.g. 3.10]
|
|
@@ -15,3 +15,9 @@ A clear and concise description of what you want to happen.
|
|
|
15
15
|
|
|
16
16
|
**Additional context**
|
|
17
17
|
Add any other context or screenshots about the feature request here.
|
|
18
|
+
|
|
19
|
+
**Environment (please complete the following information):**
|
|
20
|
+
- OS: [e.g. Windows 10]
|
|
21
|
+
- Smartsheet API Version [e.g. 2.0]
|
|
22
|
+
- Smartsheet Python SDK Version [e.g. 3.0.0]
|
|
23
|
+
- Python Version [e.g. 3.10]
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# Pull Request
|
|
2
|
+
|
|
3
|
+
## Description
|
|
4
|
+
<!-- Provide a brief description of the changes in this PR -->
|
|
5
|
+
|
|
6
|
+
## Related Issue
|
|
7
|
+
<!-- Link to the related issue (if applicable) -->
|
|
8
|
+
|
|
9
|
+
## Type of Change
|
|
10
|
+
<!-- Check the relevant option by putting an x in the brackets -->
|
|
11
|
+
- [ ] Bug fix
|
|
12
|
+
- [ ] New feature
|
|
13
|
+
- [ ] Documentation update
|
|
14
|
+
- [ ] Code refactoring
|
|
15
|
+
- [ ] Other (please describe):
|
|
16
|
+
|
|
17
|
+
## Environment Information
|
|
18
|
+
<!-- Please complete the following information -->
|
|
19
|
+
- Smartsheet API Version: [e.g. 2.0]
|
|
20
|
+
- Smartsheet Python SDK Version: [e.g. 3.0.0]
|
|
21
|
+
- Python Version: [e.g. 3.10]
|
|
22
|
+
|
|
23
|
+
## What Changes Were Made
|
|
24
|
+
<!-- Describe the changes you've made in detail -->
|
|
25
|
+
|
|
26
|
+
## Why These Changes Were Made
|
|
27
|
+
<!-- Explain the reasoning behind these changes -->
|
|
28
|
+
|
|
29
|
+
## Testing
|
|
30
|
+
<!-- Describe the testing you've done to validate your changes -->
|
|
31
|
+
|
|
32
|
+
## Checklist
|
|
33
|
+
<!-- Check all that apply -->
|
|
34
|
+
- [ ] My code follows the [style guidelines](../../../CONTRIBUTING.md#code-style-and-quality) of this project
|
|
35
|
+
- [ ] I have performed a self-review of my own code
|
|
36
|
+
- [ ] I have commented my code, particularly in hard-to-understand areas
|
|
37
|
+
- [ ] I have made corresponding changes to the documentation
|
|
38
|
+
- [ ] My changes generate no new warnings
|
|
39
|
+
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
40
|
+
- [ ] New and existing unit tests pass locally with my changes
|
|
41
|
+
|
|
42
|
+
## Additional Notes
|
|
43
|
+
<!-- Add any other context about the PR here -->
|
|
@@ -9,19 +9,19 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
- name: Set up Python 3.10
|
|
14
14
|
uses: actions/setup-python@v4
|
|
15
15
|
with:
|
|
16
16
|
python-version: '3.10'
|
|
17
17
|
- name: Install build packages
|
|
18
18
|
run: |
|
|
19
|
-
pip install enum34 requests six python-dateutil setuptools-scm gitchangelog mako wheel twine sphinx sphinx_rtd_theme
|
|
19
|
+
pip install enum34 requests six python-dateutil setuptools-scm==7.1.0 gitchangelog mako wheel twine sphinx sphinx_rtd_theme
|
|
20
20
|
- name: Build distribution
|
|
21
21
|
run: |
|
|
22
22
|
python setup.py sdist bdist_wheel
|
|
23
23
|
- name: Archive distribution artifacts
|
|
24
|
-
uses: actions/upload-artifact@
|
|
24
|
+
uses: actions/upload-artifact@v4
|
|
25
25
|
with:
|
|
26
26
|
name: distribution
|
|
27
27
|
path: dist
|
|
@@ -9,14 +9,14 @@ jobs:
|
|
|
9
9
|
runs-on: ubuntu-latest
|
|
10
10
|
|
|
11
11
|
steps:
|
|
12
|
-
- uses: actions/checkout@
|
|
12
|
+
- uses: actions/checkout@v4
|
|
13
13
|
- name: Set up Python 3.10
|
|
14
14
|
uses: actions/setup-python@v4
|
|
15
15
|
with:
|
|
16
16
|
python-version: '3.10'
|
|
17
17
|
- name: Install build packages
|
|
18
18
|
run: |
|
|
19
|
-
pip install enum34 requests six python-dateutil setuptools-scm gitchangelog mako wheel twine sphinx sphinx_rtd_theme
|
|
19
|
+
pip install enum34 requests six python-dateutil setuptools-scm==7.1.0 gitchangelog mako wheel twine sphinx sphinx_rtd_theme
|
|
20
20
|
- name: Generate documentation
|
|
21
21
|
run: |
|
|
22
22
|
sphinx-apidoc -o docs-source smartsheet
|
|
@@ -40,4 +40,4 @@ jobs:
|
|
|
40
40
|
steps:
|
|
41
41
|
- name: Deploy to GitHub Pages
|
|
42
42
|
id: deployment
|
|
43
|
-
uses: actions/deploy-pages@
|
|
43
|
+
uses: actions/deploy-pages@v4
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/.github/workflows/test-build.yaml
RENAMED
|
@@ -6,7 +6,7 @@ jobs:
|
|
|
6
6
|
lint:
|
|
7
7
|
runs-on: ubuntu-latest
|
|
8
8
|
steps:
|
|
9
|
-
- uses: actions/checkout@
|
|
9
|
+
- uses: actions/checkout@v4
|
|
10
10
|
- name: Set up Python
|
|
11
11
|
uses: actions/setup-python@v4
|
|
12
12
|
with:
|
|
@@ -24,17 +24,27 @@ jobs:
|
|
|
24
24
|
|
|
25
25
|
mock-api-test:
|
|
26
26
|
needs: lint
|
|
27
|
-
runs-on:
|
|
27
|
+
runs-on: ${{ matrix.os }}
|
|
28
28
|
strategy:
|
|
29
29
|
matrix:
|
|
30
30
|
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
|
31
|
+
include:
|
|
32
|
+
- python-version: "3.7"
|
|
33
|
+
os: ubuntu-22.04
|
|
34
|
+
- python-version: "3.8"
|
|
35
|
+
os: ubuntu-latest
|
|
36
|
+
- python-version: "3.9"
|
|
37
|
+
os: ubuntu-latest
|
|
38
|
+
- python-version: "3.10"
|
|
39
|
+
os: ubuntu-latest
|
|
31
40
|
|
|
32
41
|
steps:
|
|
33
|
-
- uses: actions/checkout@
|
|
42
|
+
- uses: actions/checkout@v4
|
|
34
43
|
- name: Set up Python ${{ matrix.python-version }}
|
|
35
44
|
uses: actions/setup-python@v4
|
|
36
45
|
with:
|
|
37
46
|
python-version: ${{ matrix.python-version }}
|
|
47
|
+
os: ${{ matrix.os }}
|
|
38
48
|
- name: Install Python dependencies
|
|
39
49
|
run: |
|
|
40
50
|
python -m pip install --upgrade pip
|
|
@@ -65,19 +75,17 @@ jobs:
|
|
|
65
75
|
runs-on: ubuntu-latest
|
|
66
76
|
needs: [mock-api-test]
|
|
67
77
|
steps:
|
|
68
|
-
- uses: actions/checkout@
|
|
69
|
-
- name: Set up Python
|
|
78
|
+
- uses: actions/checkout@v4
|
|
79
|
+
- name: Set up Python
|
|
70
80
|
uses: actions/setup-python@v4
|
|
71
|
-
with:
|
|
72
|
-
python-version: ${{ matrix.python-version }}
|
|
73
81
|
- name: Install build packages
|
|
74
82
|
run: |
|
|
75
|
-
pip install enum34 requests six python-dateutil setuptools-scm gitchangelog mako wheel twine
|
|
83
|
+
pip install enum34 requests six python-dateutil setuptools-scm==7.1.0 gitchangelog mako wheel twine
|
|
76
84
|
- name: Build distribution
|
|
77
85
|
run: |
|
|
78
86
|
python setup.py sdist bdist_wheel
|
|
79
87
|
- name: Archive distribution artifacts
|
|
80
|
-
uses: actions/upload-artifact@
|
|
88
|
+
uses: actions/upload-artifact@v4
|
|
81
89
|
with:
|
|
82
90
|
name: distribution
|
|
83
91
|
path: dist
|
|
@@ -87,7 +95,7 @@ jobs:
|
|
|
87
95
|
runs-on: ubuntu-latest
|
|
88
96
|
needs: [build-packages-test]
|
|
89
97
|
steps:
|
|
90
|
-
- uses: actions/checkout@
|
|
98
|
+
- uses: actions/checkout@v4
|
|
91
99
|
- name: Install documentation tools
|
|
92
100
|
run: |
|
|
93
101
|
pip install sphinx sphinx_rtd_theme setuptools-scm
|
|
@@ -96,7 +104,7 @@ jobs:
|
|
|
96
104
|
- name: Generate HTML
|
|
97
105
|
run: sphinx-build -b html -d docs-source/_build/doctrees docs-source/. docs-source/_build/html
|
|
98
106
|
- name: Upload artifacts
|
|
99
|
-
uses: actions/upload-artifact@
|
|
107
|
+
uses: actions/upload-artifact@v4
|
|
100
108
|
with:
|
|
101
109
|
name: html-docs
|
|
102
110
|
path: docs/build/html/
|
|
@@ -115,6 +115,13 @@ start consuming events. The `since` parameter can be set with a datetime value t
|
|
|
115
115
|
(e.g. 2010-01-01T00:00:00Z) or as UNIX epoch (in which case the `numeric_dates` parameter must also be set to `True`.
|
|
116
116
|
By default the `numeric_dates` parameter is set to `False`).
|
|
117
117
|
|
|
118
|
+
The sample utilizes the `smartsheet_client.Events.list_events` method to request a list of events up to a certain
|
|
119
|
+
point in the stream. The `to` parameter specifies the endpoint in time (i.e., event occurrence datetime) in the stream
|
|
120
|
+
up to which events should be retrieved. This `to` parameter can be assigned a datetime value formatted either as
|
|
121
|
+
ISO 8601 (e.g., 2020-12-31T23:59:59Z) or as UNIX epoch time, in which case the numeric_dates parameter must be set to True.
|
|
122
|
+
If not specified, the `numeric_dates` parameter defaults to `False`, assuming the datetime is in ISO 8601 format.
|
|
123
|
+
This allows for precise control over the range of events to be fetched, facilitating efficient data retrieval and processing.
|
|
124
|
+
|
|
118
125
|
To consume the next list of events after the initial list of events is returned, set the `stream_position` parameter
|
|
119
126
|
with the `next_stream_position` property obtained from the previous request and don't set the `since` parameter with
|
|
120
127
|
any values. This is because when using the `list_events` method, either the `since` parameter or the `stream_position`
|
|
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.0.5] - 2025-04-07
|
|
9
|
+
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Fallback filename for `DownloadedFile` when `Content-Disposition` header is missing.
|
|
13
|
+
|
|
14
|
+
## [3.0.4] - 2024-07-29
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Changed `serialize` function to also handle dicts - this allows the Event Reporting API to
|
|
19
|
+
return the `additionalDetails` object correctly
|
|
20
|
+
|
|
21
|
+
### Added
|
|
22
|
+
|
|
23
|
+
- `to` parameter added for Event Reporting - allows setting an end timestamp for filtering for
|
|
24
|
+
events
|
|
25
|
+
|
|
8
26
|
## [3.0.3] - 2024-07-17
|
|
9
27
|
|
|
10
28
|
### Fixed
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
# Contributing to Smartsheet Python SDK
|
|
2
|
+
|
|
3
|
+
## Did you find a bug?
|
|
4
|
+
|
|
5
|
+
- **Send all security related bugs to our maintainer email, <sdk-python@smartsheet.com>**.
|
|
6
|
+
|
|
7
|
+
- **Ensure the bug was not already reported** by searching on GitHub under [Issues](https://github.com/smartsheet/smartsheet-python-sdk/issues).
|
|
8
|
+
|
|
9
|
+
- If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/smartsheet/smartsheet-python-sdk/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **[MRE code sample](https://stackoverflow.com/help/minimal-reproducible-example)** or an **executable test case** demonstrating the expected behavior that is not occurring. If possible please also note if this issue concerns the API itself or just the Python SDK.
|
|
10
|
+
|
|
11
|
+
## Did you write a patch that fixes a bug?
|
|
12
|
+
|
|
13
|
+
- Open a new GitHub pull request with the patch.
|
|
14
|
+
|
|
15
|
+
- Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
|
|
16
|
+
|
|
17
|
+
- A maintainer should review your PR within the next few days. If the PR has been dormant for more than a week, consider sending an email to <sdk-python@smartsheet.com>
|
|
18
|
+
|
|
19
|
+
## Did you fix whitespace, format code, or make a purely cosmetic patch?
|
|
20
|
+
|
|
21
|
+
Changes that are cosmetic in nature and do not add anything substantial to the stability, functionality, or testability may take longer to review, but are still welcome.
|
|
22
|
+
|
|
23
|
+
## Do you intend to add a new feature or change an existing one?
|
|
24
|
+
|
|
25
|
+
- Suggest your change as an issue with the label #enhancement. Make sure that your new feature description outlines why this would be helpful for users, and how difficult a change it would be to make.
|
|
26
|
+
|
|
27
|
+
## Code Style and Quality
|
|
28
|
+
|
|
29
|
+
- Follow [PEP 8](https://www.python.org/dev/peps/pep-0008/) style guidelines for Python code.
|
|
30
|
+
|
|
31
|
+
- Use meaningful variable and function names that clearly describe their purpose.
|
|
32
|
+
|
|
33
|
+
- Include docstrings for all public modules, functions, classes, and methods following [PEP 257](https://www.python.org/dev/peps/pep-0257/) conventions.
|
|
34
|
+
|
|
35
|
+
- Run pylint on your code before submitting a PR. The project includes a pylintrc file with project-specific settings.
|
|
36
|
+
|
|
37
|
+
- Write unit tests for new features and bug fixes. All tests should pass before submitting a PR.
|
|
38
|
+
|
|
39
|
+
## Running Tests
|
|
40
|
+
|
|
41
|
+
- To run the test suite, use the following command:
|
|
42
|
+
|
|
43
|
+
```bash
|
|
44
|
+
python -m pytest tests/
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
- For integration tests, you'll need to set up your Smartsheet API access token as an environment variable:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
export SMARTSHEET_ACCESS_TOKEN=your_token_here
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Do you have questions about the source code or using the SDK?
|
|
54
|
+
|
|
55
|
+
- For general information on the API and its uses, see the [Smartsheet API Reference](https://smartsheet.redoc.ly/)
|
|
56
|
+
|
|
57
|
+
- For information on the Python SDK, see the [Smartsheet Python SDK Documentation](https://github.com/smartsheet/smartsheet-python-sdk#readme) or review the [basic](https://github.com/smartsheet/smartsheet-python-sdk#readme) and [advanced](https://github.com/smartsheet/smartsheet-python-sdk/blob/master/ADVANCED.md) READMEs!
|
|
58
|
+
|
|
59
|
+
- Github issues can also be used for questions on using the Python SDK specifically.
|
|
60
|
+
|
|
61
|
+
Thanks!
|
|
62
|
+
|
|
63
|
+
Smartsheet Python SDK Team
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
[MASTER]
|
|
2
|
+
jobs=0
|
|
3
|
+
|
|
4
|
+
[MESSAGES CONTROL]
|
|
5
|
+
disable=missing-docstring,too-many-arguments,too-many-positional-arguments,locally-disabled,too-few-public-methods,too-many-public-methods,duplicate-code,too-many-instance-attributes,too-many-lines,no-else-return,unused-private-member,cyclic-import,unused-import,import-outside-toplevel,consider-using-with
|
|
6
|
+
|
|
7
|
+
[REPORTS]
|
|
8
|
+
output-format=colorized
|
|
9
|
+
|
|
10
|
+
[BASIC]
|
|
11
|
+
include-naming-hint=yes
|
|
12
|
+
|
|
13
|
+
[FORMAT]
|
|
14
|
+
max-line-length=160
|
|
@@ -30,13 +30,19 @@ class Events:
|
|
|
30
30
|
self._log = logging.getLogger(__name__)
|
|
31
31
|
|
|
32
32
|
def list_events(
|
|
33
|
-
self, since=None, stream_position=None, max_count=None, numeric_dates=None
|
|
33
|
+
self, since=None, to=None, stream_position=None, max_count=None, numeric_dates=None # pylint: disable=invalid-name
|
|
34
34
|
):
|
|
35
35
|
"""Get the list of all Events.
|
|
36
36
|
|
|
37
37
|
Args:
|
|
38
38
|
since (str or long): Starting time for events to return.
|
|
39
39
|
You must pass in a value for either since or streamPosition and never both.
|
|
40
|
+
to (str or long): Ending time for events to return.
|
|
41
|
+
This parameter specifies the endpoint in time for the events to be fetched.
|
|
42
|
+
Similar to the `since` parameter, `to` can be passed in either as a datetime string in
|
|
43
|
+
ISO 8601 format or as a UNIX epoch time in milliseconds. This allows for defining a
|
|
44
|
+
precise time range for the events query. Note that `to` is optional and can be used in
|
|
45
|
+
conjunction with `since` to specify both the start and end times for the event retrieval window.
|
|
40
46
|
stream_position (str): Indicates next set of events to return.
|
|
41
47
|
Use value of nextStreamPosition returned from the previous call.
|
|
42
48
|
You must pass in a value for either since or streamPosition and never both.
|
|
@@ -53,9 +59,14 @@ class Events:
|
|
|
53
59
|
_op["method"] = "GET"
|
|
54
60
|
_op["path"] = "/events"
|
|
55
61
|
if isinstance(since, datetime):
|
|
56
|
-
_op["query_params"]["since"] = since
|
|
62
|
+
_op["query_params"]["since"] = since.isoformat()
|
|
57
63
|
else:
|
|
58
64
|
_op["query_params"]["since"] = since
|
|
65
|
+
|
|
66
|
+
if isinstance(to, datetime):
|
|
67
|
+
_op["query_params"]["to"] = to.isoformat()
|
|
68
|
+
else:
|
|
69
|
+
_op["query_params"]["to"] = to
|
|
59
70
|
_op["query_params"]["streamPosition"] = stream_position
|
|
60
71
|
_op["query_params"]["maxCount"] = max_count
|
|
61
72
|
_op["query_params"]["numericDates"] = numeric_dates
|
|
@@ -69,6 +69,7 @@ class Reports:
|
|
|
69
69
|
include (list[str]): A comma-separated list of
|
|
70
70
|
optional elements to include in the response. Valid list values:
|
|
71
71
|
attachments, discussions, format, objectValue, scope, source, sourceSheets.
|
|
72
|
+
level (int): compatibility level
|
|
72
73
|
|
|
73
74
|
Returns:
|
|
74
75
|
Report
|
|
@@ -534,6 +534,7 @@ class Sheets:
|
|
|
534
534
|
page (int): Which page to return.
|
|
535
535
|
if_version_after (int): only fetch Sheet if more recent version
|
|
536
536
|
available.
|
|
537
|
+
level (int): compatibility level
|
|
537
538
|
rows_modified_since: Date should be in ISO-8601 format, for example, rowsModifiedSince=2020-01-30T13:25:32-07:00.
|
|
538
539
|
filter_id (int): Applies the given filter (if accessible by the calling user)
|
|
539
540
|
and marks the affected rows as "filteredOut": true
|
|
@@ -1620,6 +1621,7 @@ class Sheets:
|
|
|
1620
1621
|
Args:
|
|
1621
1622
|
sheet_id (int): Sheet ID
|
|
1622
1623
|
sort_specifier_obj (SortSpecifier): SortSpecifier object
|
|
1624
|
+
level (int): compatibility level
|
|
1623
1625
|
|
|
1624
1626
|
Returns:
|
|
1625
1627
|
Sheet
|
|
@@ -520,9 +520,25 @@ class OperationResult:
|
|
|
520
520
|
if expected != "DownloadedFile":
|
|
521
521
|
data = self.resp.json()
|
|
522
522
|
else:
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
523
|
+
# default
|
|
524
|
+
filename = ["download"]
|
|
525
|
+
|
|
526
|
+
if "Content-Disposition" in self.resp.headers:
|
|
527
|
+
# use the provided filename
|
|
528
|
+
filename = re.findall(
|
|
529
|
+
'filename="(.+)";', self.resp.headers["Content-Disposition"]
|
|
530
|
+
)
|
|
531
|
+
else:
|
|
532
|
+
content_type = self.resp.headers.get("Content-Type", "")
|
|
533
|
+
if content_type in [
|
|
534
|
+
"application/vnd.ms-excel",
|
|
535
|
+
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
|
|
536
|
+
]:
|
|
537
|
+
filename[0] += ".xlsx"
|
|
538
|
+
elif content_type == "application/pdf":
|
|
539
|
+
filename[0] += ".pdf"
|
|
540
|
+
elif content_type == "text/csv":
|
|
541
|
+
filename[0] += ".csv"
|
|
526
542
|
|
|
527
543
|
data = {
|
|
528
544
|
"resultCode": 0,
|
|
@@ -112,6 +112,14 @@ def serialize(obj):
|
|
|
112
112
|
serialized = serialize(item)
|
|
113
113
|
if not hasattr(serialized, "is_explicit_null"):
|
|
114
114
|
retval.append(serialized)
|
|
115
|
+
|
|
116
|
+
elif isinstance(obj, dict):
|
|
117
|
+
retval = {}
|
|
118
|
+
for key, value in obj.items():
|
|
119
|
+
serialized_value = serialize(value)
|
|
120
|
+
if not hasattr(serialized_value, "is_explicit_null"):
|
|
121
|
+
retval[key] = serialized_value
|
|
122
|
+
|
|
115
123
|
else:
|
|
116
124
|
retval = {}
|
|
117
125
|
prop_list = get_child_properties(obj)
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
.markdownlint.json
|
|
5
5
|
ADVANCED.md
|
|
6
6
|
CHANGELOG.md
|
|
7
|
+
CONTRIBUTING.md
|
|
7
8
|
LICENSE.md
|
|
8
9
|
Makefile
|
|
9
10
|
NOTICE
|
|
@@ -11,6 +12,7 @@ README.md
|
|
|
11
12
|
pylintrc
|
|
12
13
|
setup.cfg
|
|
13
14
|
setup.py
|
|
15
|
+
.github/pull_request_template.md
|
|
14
16
|
.github/ISSUE_TEMPLATE/bug_report.md
|
|
15
17
|
.github/ISSUE_TEMPLATE/feature_request.md
|
|
16
18
|
.github/workflows/publish-distribution.yaml
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/tests/integration/test_events.py
RENAMED
|
@@ -3,7 +3,6 @@ import six
|
|
|
3
3
|
from datetime import datetime, timedelta
|
|
4
4
|
import smartsheet
|
|
5
5
|
|
|
6
|
-
|
|
7
6
|
@pytest.mark.usefixtures("smart_setup")
|
|
8
7
|
class TestEvents:
|
|
9
8
|
|
|
@@ -11,7 +10,9 @@ class TestEvents:
|
|
|
11
10
|
smart = smart_setup['smart']
|
|
12
11
|
|
|
13
12
|
last_hour = datetime.now() - timedelta(hours=1)
|
|
14
|
-
|
|
13
|
+
current_time = datetime.now()
|
|
14
|
+
|
|
15
|
+
events_list = smart.Events.list_events(since=last_hour.isoformat(), to=current_time.isoformat(), max_count=10)
|
|
15
16
|
assert isinstance(events_list, smart.models.EventResult)
|
|
16
17
|
assert len(events_list.data) <= 10
|
|
17
18
|
for event in events_list.data:
|
|
@@ -24,6 +25,8 @@ class TestEvents:
|
|
|
24
25
|
assert event.request_user_id is not None
|
|
25
26
|
# assert event.access_token_name is not None
|
|
26
27
|
assert event.source.value is not None
|
|
28
|
+
if event.additional_details is not None:
|
|
29
|
+
assert isinstance(event.additional_details, dict)
|
|
27
30
|
|
|
28
31
|
while events_list.more_available:
|
|
29
32
|
events_list = smart.Events.list_events(stream_position=events_list.next_stream_position, max_count=10,
|
|
@@ -40,6 +43,8 @@ class TestEvents:
|
|
|
40
43
|
assert event.request_user_id is not None
|
|
41
44
|
# assert event.access_token_name is not None
|
|
42
45
|
assert event.source.value is not None
|
|
46
|
+
if event.additional_details is not None:
|
|
47
|
+
assert isinstance(event.additional_details, dict)
|
|
43
48
|
|
|
44
49
|
def test_invalid_params(self, smart_setup):
|
|
45
50
|
smart = smart_setup['smart']
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
[MASTER]
|
|
2
|
-
jobs=0
|
|
3
|
-
|
|
4
|
-
[MESSAGES CONTROL]
|
|
5
|
-
disable=missing-docstring,too-many-arguments,locally-disabled,too-few-public-methods,too-many-public-methods,duplicate-code,too-many-instance-attributes,too-many-lines,no-else-return,unused-private-member,cyclic-import,unused-import,import-outside-toplevel,consider-using-with
|
|
6
|
-
|
|
7
|
-
[REPORTS]
|
|
8
|
-
output-format=colorized
|
|
9
|
-
|
|
10
|
-
[BASIC]
|
|
11
|
-
include-naming-hint=yes
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
# file generated by setuptools_scm
|
|
2
|
-
# don't change, don't track in version control
|
|
3
|
-
TYPE_CHECKING = False
|
|
4
|
-
if TYPE_CHECKING:
|
|
5
|
-
from typing import Tuple, Union
|
|
6
|
-
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
|
-
else:
|
|
8
|
-
VERSION_TUPLE = object
|
|
9
|
-
|
|
10
|
-
version: str
|
|
11
|
-
__version__: str
|
|
12
|
-
__version_tuple__: VERSION_TUPLE
|
|
13
|
-
version_tuple: VERSION_TUPLE
|
|
14
|
-
|
|
15
|
-
__version__ = version = '3.0.3'
|
|
16
|
-
__version_tuple__ = version_tuple = (3, 0, 3)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/access_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/alternate_email.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/auto_number_format.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/automation_action.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/automation_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/bulk_item_failure.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/bulk_item_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell_data_item.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.3 → smartsheet-python-sdk-3.0.5}/smartsheet/models/cell_history.py
RENAMED
|
File without changes
|
|
File without changes
|