smartsheet-python-sdk 3.7.0__tar.gz → 3.7.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.7.0 → smartsheet_python_sdk-3.7.1}/CHANGELOG.md +6 -0
- {smartsheet_python_sdk-3.7.0/smartsheet_python_sdk.egg-info → smartsheet_python_sdk-3.7.1}/PKG-INFO +1 -1
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/favorites.py +4 -3
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/groups.py +4 -3
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/sheets.py +7 -7
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/users.py +3 -3
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/version.py +3 -3
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1/smartsheet_python_sdk.egg-info}/PKG-INFO +1 -1
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.gitchangelog.rc +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.gitchangelog.tpl +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/pull_request_template.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/workflows/publish-distribution.yaml +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/workflows/publish-documentation.yaml +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/workflows/test-build.yaml +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.gitignore +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.markdownlint.json +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.roo/roomotes.yml +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/ADVANCED.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/CONTRIBUTING.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/ISSUE-FIRST.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/LICENSE.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/Makefile +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/NOTICE +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/README.md +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/Makefile +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/conf.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/index.rst +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_api.rst +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_enums.rst +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_exceptions.rst +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_models.rst +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_types.rst +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/pyproject.toml +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/setup.cfg +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/__init__.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/attachments.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/cells.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/contacts.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/discussions.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/events.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/exceptions.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/folders.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/home.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/images.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/__init__.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/access_token.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/account.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/alternate_email.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/asset_share.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/asset_shares_paginated_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/attachment.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/auto_number_format.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/automation_action.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/automation_rule.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/boolean_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/bulk_item_failure.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/bulk_item_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cell.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cell_data_item.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cell_history.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cell_link.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cell_link_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/chart_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/column.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/comment.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/contact.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/contact_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/container_destination.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/copy_or_move_row_destination.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/copy_or_move_row_directive.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/copy_or_move_row_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/criteria.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cross_sheet_reference.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/currency.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/date_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/datetime_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/discussion.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/downloaded_file.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/duration.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/email.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/__init__.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/access_level.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/asset_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/attachment_parent_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/attachment_sub_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/attachment_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/automation_action_frequency.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/automation_action_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/automation_rule_disabled_reason.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/cell_link_status.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/column_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/criteria_target.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/cross_sheet_reference_status.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/currency_code.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/day_descriptors.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/day_ordinal.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/event_action.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/event_object_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/event_source.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/global_template.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/operator.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/paper_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/predecessor_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/publish_accessible_by.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/schedule_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/seat_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/share_scope.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/share_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/sheet_email_format.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/sheet_filter_operator.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/sheet_filter_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/sort_direction.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/symbol.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/system_column_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/update_request_status.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/user_status.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/widget_type.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/error.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/error_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/event.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/event_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/explicit_null.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/favorite.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/folder.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/font_family.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/format_details.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/format_tables.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/group.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/group_member.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/home.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/hyperlink.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/image.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/image_url.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/image_url_map.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/image_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/index_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/json_object.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/multi_contact_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/multi_picklist_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/multi_row_email.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/number_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/o_auth_error.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/paginated_children_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/predecessor.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/predecessor_list.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/primitive_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/profile_image.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/project_settings.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/recipient.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_cell.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_column.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_publish.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_row.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/row.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/row_email.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/row_mapping.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/schedule.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/scope.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/search_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/search_result_item.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/selection_range.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sent_update_request.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/server_info.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/share.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_email.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_filter.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_filter_details.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_publish.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_summary.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_user_permissions.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sheet_user_settings.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/shortcut_data_item.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/shortcut_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sight.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sight_publish.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sort_criterion.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/sort_specifier.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/source.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/string_object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/summary_field.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/template.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/title_rich_text_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/token_paginated_result.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/update_request.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/user.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/user_model.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/user_plan.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/user_profile.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/version.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/web_content_widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/webhook.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/webhook_secret.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/webhook_stats.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/webhook_subscope.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/widget.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/widget_content.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/widget_hyperlink.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/workspace.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/object_value.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/passthrough.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/reports.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/search.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/server.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/session.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/sharing.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/sights.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/smartsheet.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/templates.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/token.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/types.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/util.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/webhooks.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/workspaces.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet_python_sdk.egg-info/SOURCES.txt +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet_python_sdk.egg-info/dependency_links.txt +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet_python_sdk.egg-info/requires.txt +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet_python_sdk.egg-info/top_level.txt +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/__init__.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/__init__.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/mock_api_test_helper.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_automation_rules.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_columns.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_folders.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_rows.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_sharing.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_sheets.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_sights.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_api_workspaces.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_change_agent.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/test_mock_serialization.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/common_test_constants.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/test_deactivate_user.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/test_list_user_plans.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/test_list_users.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/test_reactivate_user.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/test_remove_user_from_plan.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/mock_api/users/test_user_upgrade_downgrade.py +0 -0
- {smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/tests/test_util_serialize_dict.py +0 -0
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|
|
7
7
|
|
|
8
8
|
## [x.x.x] - Unreleased
|
|
9
9
|
|
|
10
|
+
## [3.7.1] - 2025-12-12
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- Update correct method types, which may return either list or a singleton object
|
|
15
|
+
|
|
10
16
|
## [3.7.0] - 2025-12-11
|
|
11
17
|
|
|
12
18
|
### Added
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
from __future__ import absolute_import
|
|
19
19
|
|
|
20
|
-
from typing import Union
|
|
20
|
+
from typing import Union, List
|
|
21
21
|
|
|
22
22
|
import logging
|
|
23
23
|
|
|
@@ -34,7 +34,7 @@ class Favorites:
|
|
|
34
34
|
self._base = smartsheet_obj
|
|
35
35
|
self._log = logging.getLogger(__name__)
|
|
36
36
|
|
|
37
|
-
def add_favorites(self, favorite_obj) -> Union[Result[Favorite], Error]:
|
|
37
|
+
def add_favorites(self, favorite_obj) -> Union[Result[Union[Favorite, List[Favorite]]], Error]:
|
|
38
38
|
"""Add one or more items to the user's list of Favorite items.
|
|
39
39
|
|
|
40
40
|
Adds one or more items to the user's list of Favorite
|
|
@@ -50,7 +50,8 @@ class Favorites:
|
|
|
50
50
|
more Favorite objects
|
|
51
51
|
|
|
52
52
|
Returns:
|
|
53
|
-
Union[Result[Favorite], Error]: The result of the operation
|
|
53
|
+
Union[Result[Union[Favorite, List[Favorite]]], Error]: The result of the operation - either a list or a
|
|
54
|
+
single object, or an Error object if the request fails.
|
|
54
55
|
"""
|
|
55
56
|
_op = fresh_operation("add_favorites")
|
|
56
57
|
_op["method"] = "POST"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
from __future__ import absolute_import
|
|
19
19
|
|
|
20
|
-
from typing import Union
|
|
20
|
+
from typing import Union, List
|
|
21
21
|
|
|
22
22
|
import logging
|
|
23
23
|
|
|
@@ -34,7 +34,7 @@ class Groups:
|
|
|
34
34
|
self._base = smartsheet_obj
|
|
35
35
|
self._log = logging.getLogger(__name__)
|
|
36
36
|
|
|
37
|
-
def add_members(self, group_id, group_member_obj) -> Union[Result[GroupMember], Error]:
|
|
37
|
+
def add_members(self, group_id, group_member_obj) -> Union[Result[Union[GroupMember, List[GroupMember]]], Error]:
|
|
38
38
|
"""Add one or more members to a Group.
|
|
39
39
|
|
|
40
40
|
Args:
|
|
@@ -43,7 +43,8 @@ class Groups:
|
|
|
43
43
|
object(s).
|
|
44
44
|
|
|
45
45
|
Returns:
|
|
46
|
-
Union[Result[GroupMember], Error]: The result of the operation
|
|
46
|
+
Union[Result[Union[GroupMember, List[GroupMember]]], Error]: The result of the operation - either a list or
|
|
47
|
+
a single object, or an Error object if the request fails.
|
|
47
48
|
"""
|
|
48
49
|
_op = fresh_operation("add_members")
|
|
49
50
|
_op["method"] = "POST"
|
|
@@ -20,7 +20,7 @@ from __future__ import absolute_import
|
|
|
20
20
|
import logging
|
|
21
21
|
import os.path
|
|
22
22
|
from datetime import datetime
|
|
23
|
-
from typing import Union
|
|
23
|
+
from typing import Union, List
|
|
24
24
|
|
|
25
25
|
import six
|
|
26
26
|
|
|
@@ -40,7 +40,7 @@ class Sheets:
|
|
|
40
40
|
self._base = smartsheet_obj
|
|
41
41
|
self._log = logging.getLogger(__name__)
|
|
42
42
|
|
|
43
|
-
def add_columns(self, sheet_id, list_of_columns) -> Union[Result[Column], Error]:
|
|
43
|
+
def add_columns(self, sheet_id, list_of_columns) -> Union[Result[Union[Column, List[Column]]], Error]:
|
|
44
44
|
"""Insert one or more Columns into the specified Sheet
|
|
45
45
|
|
|
46
46
|
Args:
|
|
@@ -49,7 +49,7 @@ class Sheets:
|
|
|
49
49
|
Column objects
|
|
50
50
|
|
|
51
51
|
Returns:
|
|
52
|
-
Union[Result[Column], Error]: The result of the operation, or an Error object if the request fails.
|
|
52
|
+
Union[Result[Union[Column, List[Column]]], Error]: The result of the operation - either a list or a single object, or an Error object if the request fails.
|
|
53
53
|
"""
|
|
54
54
|
|
|
55
55
|
if isinstance(list_of_columns, (dict, Column)):
|
|
@@ -69,7 +69,7 @@ class Sheets:
|
|
|
69
69
|
|
|
70
70
|
return response
|
|
71
71
|
|
|
72
|
-
def add_rows(self, sheet_id, list_of_rows) -> Union[Result[Row], Error]:
|
|
72
|
+
def add_rows(self, sheet_id, list_of_rows) -> Union[Result[Union[Row, List[Row]]], Error]:
|
|
73
73
|
"""Insert one or more Rows into the specified Sheet.
|
|
74
74
|
|
|
75
75
|
If multiple rows are specified in the request, all rows
|
|
@@ -109,7 +109,7 @@ class Sheets:
|
|
|
109
109
|
hyperlink (optional)
|
|
110
110
|
|
|
111
111
|
Returns:
|
|
112
|
-
Union[Result[Row], Error]: The result of the operation, or an Error object if the request fails.
|
|
112
|
+
Union[Result[Union[Row, List[Row]]], Error]: The result of the operation - either a list or a single object, or an Error object if the request fails.
|
|
113
113
|
"""
|
|
114
114
|
if isinstance(list_of_rows, (dict, Row)):
|
|
115
115
|
arg_value = list_of_rows
|
|
@@ -281,7 +281,7 @@ class Sheets:
|
|
|
281
281
|
|
|
282
282
|
return response
|
|
283
283
|
|
|
284
|
-
def delete_rows(self, sheet_id, ids, ignore_rows_not_found=False) -> Union[Result[NumberObjectValue], Error]:
|
|
284
|
+
def delete_rows(self, sheet_id, ids, ignore_rows_not_found=False) -> Union[Result[List[NumberObjectValue]], Error]:
|
|
285
285
|
"""Deletes one or more Row(s) from the specified Sheeet.
|
|
286
286
|
|
|
287
287
|
Args:
|
|
@@ -296,7 +296,7 @@ class Sheets:
|
|
|
296
296
|
will be altered).
|
|
297
297
|
|
|
298
298
|
Returns:
|
|
299
|
-
Union[Result[NumberObjectValue], Error]: The result of the operation, or an Error object if the request fails.
|
|
299
|
+
Union[Result[List[NumberObjectValue]], Error]: The result of the operation - a list of deleted object IDs, or an Error object if the request fails.
|
|
300
300
|
"""
|
|
301
301
|
_op = fresh_operation("delete_rows")
|
|
302
302
|
_op["method"] = "DELETE"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
from __future__ import absolute_import
|
|
19
19
|
|
|
20
|
-
from typing import Union
|
|
20
|
+
from typing import Union, List
|
|
21
21
|
|
|
22
22
|
import logging
|
|
23
23
|
from datetime import datetime
|
|
@@ -36,7 +36,7 @@ class Users:
|
|
|
36
36
|
self._base = smartsheet_obj
|
|
37
37
|
self._log = logging.getLogger(__name__)
|
|
38
38
|
|
|
39
|
-
def add_alternate_email(self, user_id, list_of_alternate_emails) -> Union[Result[AlternateEmail], Error]:
|
|
39
|
+
def add_alternate_email(self, user_id, list_of_alternate_emails) -> Union[Result[Union[AlternateEmail, List[AlternateEmail]]], Error]:
|
|
40
40
|
"""Add one or more alternate email addresses for the specified User
|
|
41
41
|
|
|
42
42
|
Args:
|
|
@@ -45,7 +45,7 @@ class Users:
|
|
|
45
45
|
An array of one or more AlternateEmail objects.
|
|
46
46
|
|
|
47
47
|
Returns:
|
|
48
|
-
Union[Result[AlternateEmail], Error]: The result of the operation, or an Error object if the request fails.
|
|
48
|
+
Union[Result[List[AlternateEmail]], Error]: The result of the operation - either a list or a single object, or an Error object if the request fails.
|
|
49
49
|
"""
|
|
50
50
|
_op = fresh_operation("add_alternate_email")
|
|
51
51
|
_op["method"] = "POST"
|
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '3.7.
|
|
32
|
-
__version_tuple__ = version_tuple = (3, 7,
|
|
31
|
+
__version__ = version = '3.7.1'
|
|
32
|
+
__version_tuple__ = version_tuple = (3, 7, 1)
|
|
33
33
|
|
|
34
|
-
__commit_id__ = commit_id = '
|
|
34
|
+
__commit_id__ = commit_id = 'gb407d36d8'
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/.github/pull_request_template.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.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
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_enums.rst
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_exceptions.rst
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_models.rst
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/docs-source/smartsheet_types.rst
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
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/access_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/alternate_email.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/asset_share.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/auto_number_format.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/automation_action.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/automation_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/bulk_item_failure.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/bulk_item_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/cell_data_item.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.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.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/date_object_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/downloaded_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/__init__.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/access_level.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.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.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/column_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/currency_code.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/day_ordinal.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/event_action.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/event_source.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/operator.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/paper_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/schedule_type.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/seat_type.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/share_scope.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.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.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/symbol.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/user_status.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/enums/widget_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/error_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/event_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/explicit_null.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/font_family.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/format_details.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/format_tables.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.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.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/image_url_map.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/index_result.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/json_object.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/multi_row_email.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/number_object_value.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/o_auth_error.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/object_value.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/predecessor.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/predecessor_list.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/profile_image.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/project_settings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_cell.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/report_column.py
RENAMED
|
File without changes
|
{smartsheet_python_sdk-3.7.0 → smartsheet_python_sdk-3.7.1}/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.7.0 → smartsheet_python_sdk-3.7.1}/smartsheet/models/row_mapping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|