smartsheet-python-sdk 3.3.0__tar.gz → 3.4.0__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.3.0 → smartsheet_python_sdk-3.4.0}/.github/workflows/test-build.yaml +6 -6
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/CHANGELOG.md +8 -0
- {smartsheet_python_sdk-3.3.0/smartsheet_python_sdk.egg-info → smartsheet_python_sdk-3.4.0}/PKG-INFO +1 -1
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/setup.cfg +1 -1
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/object_value.py +5 -5
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/sheets.py +8 -8
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/version.py +2 -2
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0/smartsheet_python_sdk.egg-info}/PKG-INFO +1 -1
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.gitchangelog.rc +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.gitchangelog.tpl +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/pull_request_template.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/workflows/publish-distribution.yaml +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/workflows/publish-documentation.yaml +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.gitignore +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.markdownlint.json +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/ADVANCED.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/CONTRIBUTING.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/LICENSE.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/Makefile +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/NOTICE +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/README.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/docs-source/Makefile +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/docs-source/conf.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/docs-source/index.rst +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/pylintrc +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/setup.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/__init__.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/asset_shares.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/attachments.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/cells.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/contacts.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/discussions.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/events.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/exceptions.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/favorites.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/folders.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/groups.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/home.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/images.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/__init__.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/access_token.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/account.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/alternate_email.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/attachment.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/auto_number_format.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/automation_action.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/automation_rule.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/boolean_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/bulk_item_failure.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/bulk_item_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cell.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cell_data_item.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cell_history.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cell_link.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cell_link_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/chart_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/column.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/comment.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/contact.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/contact_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/container_destination.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/copy_or_move_row_destination.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/copy_or_move_row_directive.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/copy_or_move_row_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/criteria.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cross_sheet_reference.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/currency.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/date_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/datetime_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/discussion.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/downloaded_file.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/duration.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/email.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/__init__.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/access_level.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/asset_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/attachment_parent_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/attachment_sub_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/attachment_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/automation_action_frequency.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/automation_action_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/automation_rule_disabled_reason.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/cell_link_status.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/column_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/criteria_target.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/cross_sheet_reference_status.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/currency_code.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/day_descriptors.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/day_ordinal.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/event_action.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/event_obejct_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/event_source.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/global_template.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/operator.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/paper_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/predecessor_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/publish_accessible_by.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/schedule_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/seat_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/share_scope.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/share_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/sheet_email_format.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/sheet_filter_operator.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/sheet_filter_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/sort_direction.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/symbol.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/system_column_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/update_request_status.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/user_status.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/widget_type.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/error.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/error_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/event.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/event_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/explicit_null.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/favorite.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/folder.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/font_family.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/format_details.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/format_tables.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/group.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/group_member.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/home.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/hyperlink.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/image.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/image_url.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/image_url_map.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/image_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/index_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/json_object.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/multi_contact_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/multi_picklist_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/multi_row_email.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/number_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/o_auth_error.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/paginated_children_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/predecessor.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/predecessor_list.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/primitive_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/profile_image.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/project_settings.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/recipient.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_cell.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_column.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_publish.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_row.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/row.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/row_email.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/row_mapping.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/schedule.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/scope.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/search_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/search_result_item.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/selection_range.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sent_update_request.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/server_info.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/share.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_email.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_filter.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_filter_details.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_publish.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_summary.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_user_permissions.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sheet_user_settings.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/shortcut_data_item.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/shortcut_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sight.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sight_publish.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sort_criterion.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/sort_specifier.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/source.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/string_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/summary_field.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/template.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/title_rich_text_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/token_paginated_result.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/update_request.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/user.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/user_model.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/user_plan.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/user_profile.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/version.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/web_content_widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/webhook.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/webhook_secret.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/webhook_stats.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/webhook_subscope.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/widget.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/widget_content.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/widget_hyperlink.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/workspace.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/passthrough.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/reports.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/search.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/server.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/session.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/sights.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/smartsheet.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/templates.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/token.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/types.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/users.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/util.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/webhooks.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/workspaces.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet_python_sdk.egg-info/SOURCES.txt +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet_python_sdk.egg-info/dependency_links.txt +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet_python_sdk.egg-info/requires.txt +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet_python_sdk.egg-info/top_level.txt +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/README.md +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/conftest.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/fixtures/calling_all_curs.txt +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/fixtures/curly.jpg +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/fixtures/moe-curly.jpg +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/fixtures/quote.txt +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/fixtures/stooges_v1.jpg +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/fixtures/stooges_v2.jpg +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_attachments.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_columns.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_contacts.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_cross_sheet_references.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_discussions.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_events.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_favorites.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_folders.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_groups.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_home.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_model_attributes.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_multi_picklist.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_object_value.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_passthrough.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_regression.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_reports.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_rows.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_server_info.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_sharing.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_sheet_summary.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_sheets.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_templates.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_update_requests.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_users.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_webhooks.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_workspaces.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/integration/test_zsearch.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/mock_api_test_helper.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_automation_rules.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_columns.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_folders.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_rows.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_sheets.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_sights.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_api_workspaces.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_change_agent.py +0 -0
- {smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/tests/mock_api/test_mock_serialization.py +0 -0
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/workflows/test-build.yaml
RENAMED
|
@@ -48,7 +48,7 @@ jobs:
|
|
|
48
48
|
- name: Install Python dependencies
|
|
49
49
|
run: |
|
|
50
50
|
python -m pip install --upgrade pip
|
|
51
|
-
pip install certifi enum34 requests six python-dateutil coverage coveralls[yaml] pytest pytest-instafail requests-toolbelt
|
|
51
|
+
pip install certifi enum34 requests six python-dateutil coverage coveralls[yaml] pytest pytest-instafail requests-toolbelt setuptools-scm
|
|
52
52
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
53
53
|
- name: Clone smartsheet/smartsheet-sdk-tests PUBLIC repository
|
|
54
54
|
uses: GuillaumeFalourd/clone-github-repo-action@v2
|
|
@@ -61,14 +61,14 @@ jobs:
|
|
|
61
61
|
smartsheet-sdk-tests/ci_scripts/start_wiremock.sh
|
|
62
62
|
- name: Run mock API tests
|
|
63
63
|
run: |
|
|
64
|
-
coverage run --source=smartsheet
|
|
64
|
+
coverage run --source=smartsheet -m pytest tests/mock_api/
|
|
65
65
|
coverage lcov
|
|
66
66
|
- name: Coveralls Parallel
|
|
67
67
|
uses: coverallsapp/github-action@master
|
|
68
68
|
with:
|
|
69
69
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
70
70
|
flag-name: run-${{ matrix.python-version }}
|
|
71
|
-
path-to-lcov: "coverage.lcov"
|
|
71
|
+
path-to-lcov: "coverage.lcov"
|
|
72
72
|
parallel: true
|
|
73
73
|
|
|
74
74
|
build-packages-test:
|
|
@@ -80,7 +80,7 @@ jobs:
|
|
|
80
80
|
uses: actions/setup-python@v4
|
|
81
81
|
- name: Install build packages
|
|
82
82
|
run: |
|
|
83
|
-
pip install enum34 requests six python-dateutil setuptools-scm==7.1.0 gitchangelog mako wheel twine
|
|
83
|
+
pip install enum34 requests six python-dateutil setuptools-scm==7.1.0 gitchangelog mako wheel twine
|
|
84
84
|
- name: Build distribution
|
|
85
85
|
run: |
|
|
86
86
|
python setup.py sdist bdist_wheel
|
|
@@ -99,8 +99,8 @@ jobs:
|
|
|
99
99
|
- name: Install documentation tools
|
|
100
100
|
run: |
|
|
101
101
|
pip install sphinx sphinx_rtd_theme setuptools-scm
|
|
102
|
-
- name: Generate API documentation
|
|
103
|
-
run: sphinx-apidoc -o docs-source smartsheet
|
|
102
|
+
- name: Generate API documentation
|
|
103
|
+
run: sphinx-apidoc -o docs-source smartsheet
|
|
104
104
|
- name: Generate HTML
|
|
105
105
|
run: sphinx-build -b html -d docs-source/_build/doctrees docs-source/. docs-source/_build/html
|
|
106
106
|
- name: Upload artifacts
|
|
@@ -5,6 +5,14 @@ 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.4.0] - 2025-10-20
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- Fix minor lint issue
|
|
13
|
+
- Use pytest directly to run tests
|
|
14
|
+
- Fix @deprecated decorator use.
|
|
15
|
+
|
|
8
16
|
## [3.3.0] - 2025-10-07
|
|
9
17
|
|
|
10
18
|
### Added
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
universal = 1
|
|
3
3
|
|
|
4
4
|
[tool:pytest]
|
|
5
|
-
addopts = -ra --color=yes --showlocals --verbose --ignore=docs --ignore=examples --tb=native
|
|
5
|
+
addopts = -ra --color=yes --showlocals --verbose --ignore=docs --ignore=examples --tb=native
|
|
6
6
|
log_cli = true
|
|
7
7
|
log_level = ERROR
|
|
8
8
|
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/object_value.py
RENAMED
|
@@ -49,7 +49,7 @@ OBJECT_VALUE = {
|
|
|
49
49
|
]
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
|
|
52
|
+
_TYPE_TO_NAME = {
|
|
53
53
|
DATE: "DATE",
|
|
54
54
|
DATETIME: "DATETIME",
|
|
55
55
|
ABSTRACT_DATETIME: "ABSTRACT_DATETIME",
|
|
@@ -60,7 +60,7 @@ _typeToName = {
|
|
|
60
60
|
MULTI_PICKLIST: "MULTI_PICKLIST",
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
_NAME_TO_TYPE = {
|
|
64
64
|
"DATE": DATE,
|
|
65
65
|
"DATETIME": DATETIME,
|
|
66
66
|
"ABSTRACT_DATETIME": ABSTRACT_DATETIME,
|
|
@@ -73,7 +73,7 @@ _nameToType = {
|
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
def enum_object_value_type(object_type=None):
|
|
76
|
-
return
|
|
76
|
+
return _NAME_TO_TYPE.get(object_type)
|
|
77
77
|
|
|
78
78
|
|
|
79
79
|
class ObjectValue:
|
|
@@ -96,7 +96,7 @@ class ObjectValue:
|
|
|
96
96
|
@object_type.setter
|
|
97
97
|
def object_type(self, value):
|
|
98
98
|
if isinstance(value, six.string_types):
|
|
99
|
-
self._object_type =
|
|
99
|
+
self._object_type = _NAME_TO_TYPE.get(value)
|
|
100
100
|
else:
|
|
101
101
|
self._object_type = value
|
|
102
102
|
|
|
@@ -117,7 +117,7 @@ class ObjectValue:
|
|
|
117
117
|
elif serialized is not None:
|
|
118
118
|
retval[camel_case] = serialized
|
|
119
119
|
|
|
120
|
-
retval["objectType"] =
|
|
120
|
+
retval["objectType"] = _TYPE_TO_NAME.get(self._object_type)
|
|
121
121
|
return retval
|
|
122
122
|
|
|
123
123
|
def to_dict(self):
|
|
@@ -309,7 +309,7 @@ class Sheets:
|
|
|
309
309
|
|
|
310
310
|
return response
|
|
311
311
|
|
|
312
|
-
@deprecated
|
|
312
|
+
@deprecated
|
|
313
313
|
def delete_share(self, sheet_id, share_id):
|
|
314
314
|
"""Delete the specified Share.
|
|
315
315
|
|
|
@@ -319,7 +319,7 @@ class Sheets:
|
|
|
319
319
|
|
|
320
320
|
Returns:
|
|
321
321
|
Result
|
|
322
|
-
|
|
322
|
+
|
|
323
323
|
Deprecated:
|
|
324
324
|
Use sharing.delete_share instead with assetType=AssetType.SHEET
|
|
325
325
|
"""
|
|
@@ -473,7 +473,7 @@ class Sheets:
|
|
|
473
473
|
|
|
474
474
|
return response
|
|
475
475
|
|
|
476
|
-
@deprecated
|
|
476
|
+
@deprecated
|
|
477
477
|
def get_share(self, sheet_id, share_id):
|
|
478
478
|
"""Get the specified Share.
|
|
479
479
|
|
|
@@ -483,7 +483,7 @@ class Sheets:
|
|
|
483
483
|
|
|
484
484
|
Returns:
|
|
485
485
|
Share
|
|
486
|
-
|
|
486
|
+
|
|
487
487
|
Deprecated:
|
|
488
488
|
Use sharing.get_asset_share instead with assetType=AssetType.SHEET
|
|
489
489
|
"""
|
|
@@ -998,7 +998,7 @@ class Sheets:
|
|
|
998
998
|
|
|
999
999
|
return response
|
|
1000
1000
|
|
|
1001
|
-
@deprecated
|
|
1001
|
+
@deprecated
|
|
1002
1002
|
def share_sheet(self, sheet_id, share_obj, send_email=None):
|
|
1003
1003
|
"""Share the specified Sheet.
|
|
1004
1004
|
|
|
@@ -1014,7 +1014,7 @@ class Sheets:
|
|
|
1014
1014
|
|
|
1015
1015
|
Returns:
|
|
1016
1016
|
Result
|
|
1017
|
-
|
|
1017
|
+
|
|
1018
1018
|
Deprecated:
|
|
1019
1019
|
Use sharing.share_asset instead with assetType=AssetType.SHEET
|
|
1020
1020
|
"""
|
|
@@ -1131,7 +1131,7 @@ class Sheets:
|
|
|
1131
1131
|
|
|
1132
1132
|
return response
|
|
1133
1133
|
|
|
1134
|
-
@deprecated
|
|
1134
|
+
@deprecated
|
|
1135
1135
|
def update_share(self, sheet_id, share_id, share_obj):
|
|
1136
1136
|
"""Update the access level of a User or Group for the specified Sheet.
|
|
1137
1137
|
|
|
@@ -1142,7 +1142,7 @@ class Sheets:
|
|
|
1142
1142
|
|
|
1143
1143
|
Returns:
|
|
1144
1144
|
Result
|
|
1145
|
-
|
|
1145
|
+
|
|
1146
1146
|
Deprecated:
|
|
1147
1147
|
Use sharing.update_share instead with assetType=AssetType.SHEET
|
|
1148
1148
|
"""
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/.github/pull_request_template.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/access_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/alternate_email.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/auto_number_format.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/automation_action.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/automation_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/bulk_item_failure.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/bulk_item_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/cell_data_item.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/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.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/date_object_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/downloaded_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/__init__.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/access_level.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/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.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/column_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/currency_code.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/day_ordinal.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/event_action.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/event_source.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/operator.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/paper_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/schedule_type.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/seat_type.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/share_scope.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/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.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/symbol.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/user_status.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/enums/widget_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/error_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/event_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/explicit_null.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/font_family.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/format_details.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/format_tables.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/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.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/image_url_map.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/index_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/json_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/multi_row_email.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/number_object_value.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/o_auth_error.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/predecessor.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/predecessor_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/profile_image.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/project_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_cell.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_column.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/report_publish.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/row_mapping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/search_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/search_result_item.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.3.0 → smartsheet_python_sdk-3.4.0}/smartsheet/models/selection_range.py
RENAMED
|
File without changes
|