smartsheet-python-sdk 3.4.0__tar.gz → 3.5.1__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.4.0 → smartsheet_python_sdk-3.5.1}/CHANGELOG.md +13 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/PKG-INFO +5 -29
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/setup.py +1 -1
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/user_model.py +9 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/user_plan.py +9 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/smartsheet.py +10 -4
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/version.py +2 -2
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet_python_sdk.egg-info/PKG-INFO +4 -28
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet_python_sdk.egg-info/SOURCES.txt +1 -1
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.gitchangelog.rc +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.gitchangelog.tpl +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/pull_request_template.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/workflows/publish-distribution.yaml +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/workflows/publish-documentation.yaml +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/workflows/test-build.yaml +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.gitignore +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.markdownlint.json +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/ADVANCED.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/CONTRIBUTING.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/LICENSE.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/Makefile +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/NOTICE +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/README.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/docs-source/Makefile +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/docs-source/conf.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/docs-source/index.rst +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/pylintrc +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/setup.cfg +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/__init__.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/attachments.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/cells.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/contacts.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/discussions.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/events.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/exceptions.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/favorites.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/folders.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/groups.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/home.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/images.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/__init__.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/access_token.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/account.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/alternate_email.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/attachment.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/auto_number_format.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/automation_action.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/automation_rule.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/boolean_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/bulk_item_failure.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/bulk_item_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell_data_item.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell_history.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell_link.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell_link_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/chart_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/column.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/comment.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/contact.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/contact_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/container_destination.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/copy_or_move_row_destination.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/copy_or_move_row_directive.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/copy_or_move_row_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/criteria.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cross_sheet_reference.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/currency.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/date_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/datetime_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/discussion.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/downloaded_file.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/duration.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/email.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/__init__.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/access_level.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/asset_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/attachment_parent_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/attachment_sub_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/attachment_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/automation_action_frequency.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/automation_action_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/automation_rule_disabled_reason.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/cell_link_status.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/column_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/criteria_target.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/cross_sheet_reference_status.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/currency_code.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/day_descriptors.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/day_ordinal.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/event_action.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/event_obejct_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/event_source.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/global_template.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/operator.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/paper_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/predecessor_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/publish_accessible_by.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/schedule_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/seat_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/share_scope.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/share_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/sheet_email_format.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/sheet_filter_operator.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/sheet_filter_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/sort_direction.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/symbol.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/system_column_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/update_request_status.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/user_status.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/widget_type.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/error.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/error_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/event.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/event_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/explicit_null.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/favorite.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/folder.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/font_family.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/format_details.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/format_tables.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/group.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/group_member.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/home.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/hyperlink.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/image.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/image_url.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/image_url_map.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/image_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/index_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/json_object.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/multi_contact_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/multi_picklist_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/multi_row_email.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/number_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/o_auth_error.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/paginated_children_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/predecessor.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/predecessor_list.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/primitive_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/profile_image.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/project_settings.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/recipient.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_cell.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_column.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_publish.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_row.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/row.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/row_email.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/row_mapping.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/schedule.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/scope.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/search_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/search_result_item.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/selection_range.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sent_update_request.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/server_info.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/share.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_email.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_filter.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_filter_details.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_publish.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_summary.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_user_permissions.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sheet_user_settings.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/shortcut_data_item.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/shortcut_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sight.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sight_publish.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sort_criterion.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/sort_specifier.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/source.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/string_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/summary_field.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/template.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/title_rich_text_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/token_paginated_result.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/update_request.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/user.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/user_profile.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/version.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/web_content_widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/webhook.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/webhook_secret.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/webhook_stats.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/webhook_subscope.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/widget.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/widget_content.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/widget_hyperlink.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/workspace.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/passthrough.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/reports.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/search.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/server.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/session.py +0 -0
- /smartsheet_python_sdk-3.4.0/smartsheet/asset_shares.py → /smartsheet_python_sdk-3.5.1/smartsheet/sharing.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/sheets.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/sights.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/templates.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/token.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/types.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/users.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/util.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/webhooks.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/workspaces.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet_python_sdk.egg-info/dependency_links.txt +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet_python_sdk.egg-info/requires.txt +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet_python_sdk.egg-info/top_level.txt +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/README.md +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/conftest.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/fixtures/calling_all_curs.txt +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/fixtures/curly.jpg +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/fixtures/moe-curly.jpg +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/fixtures/quote.txt +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/fixtures/stooges_v1.jpg +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/fixtures/stooges_v2.jpg +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_attachments.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_columns.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_contacts.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_cross_sheet_references.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_discussions.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_events.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_favorites.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_folders.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_groups.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_home.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_model_attributes.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_multi_picklist.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_object_value.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_passthrough.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_regression.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_reports.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_rows.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_server_info.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_sharing.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_sheet_summary.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_sheets.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_templates.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_update_requests.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_users.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_webhooks.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_workspaces.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/integration/test_zsearch.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/mock_api_test_helper.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_automation_rules.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_columns.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_folders.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_rows.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_sheets.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_sights.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_api_workspaces.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_change_agent.py +0 -0
- {smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/tests/mock_api/test_mock_serialization.py +0 -0
|
@@ -5,6 +5,19 @@ 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.5.1] - 2025-10-28
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Rename asset_shares.py to sharing.py so that Smartsheet.__getattr__ can pick it up.
|
|
13
|
+
|
|
14
|
+
## [3.5.0] - 2025-10-24
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
18
|
+
- Add robust error handling. The SDK won't throw an exception if the error response body is not JSON or properties are missing.
|
|
19
|
+
- Add provisionalExpirationDate field to the user_model and user_plan models
|
|
20
|
+
|
|
8
21
|
## [3.4.0] - 2025-10-20
|
|
9
22
|
|
|
10
23
|
### Fixed
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
2
|
-
Name:
|
|
3
|
-
Version: 3.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: smartsheet_python_sdk
|
|
3
|
+
Version: 3.5.1
|
|
4
4
|
Summary: Library that uses Python to connect to Smartsheet services (using API 2.0).
|
|
5
5
|
Home-page: http://smartsheet-platform.github.io/api-docs/
|
|
6
6
|
Author: Smartsheet
|
|
@@ -20,34 +20,10 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
21
|
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
|
-
License-File: LICENSE.md
|
|
24
|
-
License-File: NOTICE
|
|
25
|
-
Requires-Dist: requests
|
|
26
|
-
Requires-Dist: requests-toolbelt
|
|
27
|
-
Requires-Dist: six>=1.9
|
|
28
|
-
Requires-Dist: certifi
|
|
29
|
-
Requires-Dist: python-dateutil
|
|
30
23
|
Provides-Extra: test
|
|
31
|
-
Requires-Dist: coverage; extra == "test"
|
|
32
|
-
Requires-Dist: coveralls; extra == "test"
|
|
33
|
-
Requires-Dist: pytest; extra == "test"
|
|
34
24
|
Provides-Extra: develop
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Requires-Dist: pytest; extra == "develop"
|
|
38
|
-
Requires-Dist: pytest-instafail; extra == "develop"
|
|
39
|
-
Dynamic: author
|
|
40
|
-
Dynamic: author-email
|
|
41
|
-
Dynamic: classifier
|
|
42
|
-
Dynamic: description
|
|
43
|
-
Dynamic: description-content-type
|
|
44
|
-
Dynamic: home-page
|
|
45
|
-
Dynamic: keywords
|
|
46
|
-
Dynamic: license
|
|
47
|
-
Dynamic: license-file
|
|
48
|
-
Dynamic: provides-extra
|
|
49
|
-
Dynamic: requires-dist
|
|
50
|
-
Dynamic: summary
|
|
25
|
+
License-File: LICENSE.md
|
|
26
|
+
License-File: NOTICE
|
|
51
27
|
|
|
52
28
|
# Smartsheet Python SDK
|
|
53
29
|
|
|
@@ -51,6 +51,7 @@ class UserModel:
|
|
|
51
51
|
self._licensed_sheet_creator = Boolean()
|
|
52
52
|
self._mobile_phone = String()
|
|
53
53
|
self._profile_image = TypedObject(ProfileImage)
|
|
54
|
+
self._provisional_expiration_date = Timestamp()
|
|
54
55
|
self._resource_viewer = Boolean()
|
|
55
56
|
self._role = String()
|
|
56
57
|
self._seat_type = EnumeratedValue(SeatType)
|
|
@@ -197,6 +198,14 @@ class UserModel:
|
|
|
197
198
|
def profile_image(self, value):
|
|
198
199
|
self._profile_image.value = value
|
|
199
200
|
|
|
201
|
+
@property
|
|
202
|
+
def provisional_expiration_date(self):
|
|
203
|
+
return self._provisional_expiration_date.value
|
|
204
|
+
|
|
205
|
+
@provisional_expiration_date.setter
|
|
206
|
+
def provisional_expiration_date(self, value):
|
|
207
|
+
self._provisional_expiration_date.value = value
|
|
208
|
+
|
|
200
209
|
@property
|
|
201
210
|
def resource_viewer(self):
|
|
202
211
|
return self._resource_viewer.value
|
|
@@ -20,6 +20,7 @@ class UserPlan:
|
|
|
20
20
|
self._seat_type = EnumeratedValue(SeatType)
|
|
21
21
|
self._seat_type_last_changed_at = Timestamp()
|
|
22
22
|
self._is_internal = Boolean()
|
|
23
|
+
self._provisional_expiration_date = Timestamp()
|
|
23
24
|
|
|
24
25
|
if props:
|
|
25
26
|
deserialize(self, props)
|
|
@@ -58,6 +59,14 @@ class UserPlan:
|
|
|
58
59
|
def is_internal(self, value):
|
|
59
60
|
self._is_internal.value = value
|
|
60
61
|
|
|
62
|
+
@property
|
|
63
|
+
def provisional_expiration_date(self):
|
|
64
|
+
return self._provisional_expiration_date.value
|
|
65
|
+
|
|
66
|
+
@provisional_expiration_date.setter
|
|
67
|
+
def provisional_expiration_date(self, value):
|
|
68
|
+
self._provisional_expiration_date.value = value
|
|
69
|
+
|
|
61
70
|
def to_dict(self):
|
|
62
71
|
return serialize(self)
|
|
63
72
|
|
|
@@ -629,8 +629,13 @@ class OperationErrorResult:
|
|
|
629
629
|
expected (list): Dashed expectations
|
|
630
630
|
"""
|
|
631
631
|
# look up name of the error
|
|
632
|
-
error_payload =
|
|
633
|
-
|
|
632
|
+
error_payload = {}
|
|
633
|
+
try:
|
|
634
|
+
error_payload = self.resp.json()
|
|
635
|
+
except json.JSONDecodeError:
|
|
636
|
+
# Do not fail if the response is not JSON
|
|
637
|
+
pass
|
|
638
|
+
error_code = error_payload.get("errorCode", 0)
|
|
634
639
|
try:
|
|
635
640
|
error_name = OperationErrorResult.error_lookup[error_code]["name"]
|
|
636
641
|
recommendation = OperationErrorResult.error_lookup[error_code][
|
|
@@ -638,6 +643,7 @@ class OperationErrorResult:
|
|
|
638
643
|
]
|
|
639
644
|
should_retry = OperationErrorResult.error_lookup[error_code]["should_retry"]
|
|
640
645
|
except:
|
|
646
|
+
# If error_code is present in the response but not in the lookup, default to ApiError
|
|
641
647
|
error_name = OperationErrorResult.error_lookup[0]["name"]
|
|
642
648
|
recommendation = OperationErrorResult.error_lookup[0]["recommendation"]
|
|
643
649
|
should_retry = OperationErrorResult.error_lookup[0]["should_retry"]
|
|
@@ -649,8 +655,8 @@ class OperationErrorResult:
|
|
|
649
655
|
"name": error_name,
|
|
650
656
|
"status_code": self.resp.status_code,
|
|
651
657
|
"code": error_code,
|
|
652
|
-
"message": error_payload
|
|
653
|
-
"ref_id": error_payload
|
|
658
|
+
"message": error_payload.get("message"),
|
|
659
|
+
"ref_id": error_payload.get("refId"),
|
|
654
660
|
"recommendation": recommendation,
|
|
655
661
|
"should_retry": should_retry,
|
|
656
662
|
}
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet_python_sdk.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
2
|
Name: smartsheet-python-sdk
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.5.1
|
|
4
4
|
Summary: Library that uses Python to connect to Smartsheet services (using API 2.0).
|
|
5
5
|
Home-page: http://smartsheet-platform.github.io/api-docs/
|
|
6
6
|
Author: Smartsheet
|
|
@@ -20,34 +20,10 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
21
|
Classifier: Topic :: Office/Business :: Financial :: Spreadsheet
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
|
-
License-File: LICENSE.md
|
|
24
|
-
License-File: NOTICE
|
|
25
|
-
Requires-Dist: requests
|
|
26
|
-
Requires-Dist: requests-toolbelt
|
|
27
|
-
Requires-Dist: six>=1.9
|
|
28
|
-
Requires-Dist: certifi
|
|
29
|
-
Requires-Dist: python-dateutil
|
|
30
23
|
Provides-Extra: test
|
|
31
|
-
Requires-Dist: coverage; extra == "test"
|
|
32
|
-
Requires-Dist: coveralls; extra == "test"
|
|
33
|
-
Requires-Dist: pytest; extra == "test"
|
|
34
24
|
Provides-Extra: develop
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
Requires-Dist: pytest; extra == "develop"
|
|
38
|
-
Requires-Dist: pytest-instafail; extra == "develop"
|
|
39
|
-
Dynamic: author
|
|
40
|
-
Dynamic: author-email
|
|
41
|
-
Dynamic: classifier
|
|
42
|
-
Dynamic: description
|
|
43
|
-
Dynamic: description-content-type
|
|
44
|
-
Dynamic: home-page
|
|
45
|
-
Dynamic: keywords
|
|
46
|
-
Dynamic: license
|
|
47
|
-
Dynamic: license-file
|
|
48
|
-
Dynamic: provides-extra
|
|
49
|
-
Dynamic: requires-dist
|
|
50
|
-
Dynamic: summary
|
|
25
|
+
License-File: LICENSE.md
|
|
26
|
+
License-File: NOTICE
|
|
51
27
|
|
|
52
28
|
# Smartsheet Python SDK
|
|
53
29
|
|
|
@@ -22,7 +22,6 @@ docs-source/Makefile
|
|
|
22
22
|
docs-source/conf.py
|
|
23
23
|
docs-source/index.rst
|
|
24
24
|
smartsheet/__init__.py
|
|
25
|
-
smartsheet/asset_shares.py
|
|
26
25
|
smartsheet/attachments.py
|
|
27
26
|
smartsheet/cells.py
|
|
28
27
|
smartsheet/contacts.py
|
|
@@ -40,6 +39,7 @@ smartsheet/reports.py
|
|
|
40
39
|
smartsheet/search.py
|
|
41
40
|
smartsheet/server.py
|
|
42
41
|
smartsheet/session.py
|
|
42
|
+
smartsheet/sharing.py
|
|
43
43
|
smartsheet/sheets.py
|
|
44
44
|
smartsheet/sights.py
|
|
45
45
|
smartsheet/smartsheet.py
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/pull_request_template.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/.github/workflows/test-build.yaml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/access_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/alternate_email.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/auto_number_format.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/automation_action.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/automation_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/bulk_item_failure.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/bulk_item_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell_data_item.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/cell_history.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/date_object_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/downloaded_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/__init__.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/access_level.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/asset_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/column_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/currency_code.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/day_ordinal.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/event_action.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/event_source.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/operator.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/paper_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/schedule_type.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/seat_type.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/share_scope.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/share_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/symbol.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/user_status.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/enums/widget_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/error_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/event_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/explicit_null.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/font_family.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/format_details.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/format_tables.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/group_member.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/image_url_map.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/index_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/json_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/multi_row_email.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/number_object_value.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/o_auth_error.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/object_value.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/predecessor.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/predecessor_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/profile_image.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/project_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_cell.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_column.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.4.0 → smartsheet_python_sdk-3.5.1}/smartsheet/models/report_publish.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|