Skip to content

Commit

Permalink
Updated sources
Browse files Browse the repository at this point in the history
  • Loading branch information
product-team committed Mar 16, 2023
1 parent e734944 commit b0da924
Show file tree
Hide file tree
Showing 80 changed files with 422 additions and 102 deletions.
3 changes: 2 additions & 1 deletion groupdocs_viewer_cloud/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
from groupdocs_viewer_cloud.models.view_result import ViewResult
from groupdocs_viewer_cloud.models.visio_rendering_options import VisioRenderingOptions
from groupdocs_viewer_cloud.models.watermark import Watermark
from groupdocs_viewer_cloud.models.web_document_options import WebDocumentOptions
from groupdocs_viewer_cloud.models.word_processing_options import WordProcessingOptions
from groupdocs_viewer_cloud.models.attachment_view import AttachmentView
from groupdocs_viewer_cloud.models.character import Character
Expand All @@ -79,4 +80,4 @@
from groupdocs_viewer_cloud.models.line import Line
from groupdocs_viewer_cloud.models.page_view import PageView
from groupdocs_viewer_cloud.models.pdf_options import PdfOptions
from groupdocs_viewer_cloud.models.word import Word
from groupdocs_viewer_cloud.models.word import Word
6 changes: 3 additions & 3 deletions groupdocs_viewer_cloud/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="api_client.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -74,12 +74,12 @@ def __init__(self, configuration, header_name=None, header_value=None,
self.configuration = configuration
self.pool = None
self.rest_client = rest.RESTClientObject(configuration)
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '21.12'}
self.default_headers = {'x-groupdocs-client': 'python sdk', 'x-groupdocs-version': '23.3'}
if header_name is not None:
self.default_headers[header_name] = header_value
self.cookie = cookie
# Set default User-Agent.
self.user_agent = 'python sdk 21.12'
self.user_agent = 'python sdk 23.3'

def __del__(self):
if self.pool is not None:
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/api_exception.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="api_exception.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
12 changes: 6 additions & 6 deletions groupdocs_viewer_cloud/apis/file_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -638,7 +638,7 @@ def __downcase_first_letter(self, s):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="copy_file_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -682,7 +682,7 @@ def __init__(self, src_path, dest_path, src_storage_name=None, dest_storage_name

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="delete_file_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -722,7 +722,7 @@ def __init__(self, path, storage_name=None, version_id=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="download_file_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -762,7 +762,7 @@ def __init__(self, path, storage_name=None, version_id=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="move_file_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -806,7 +806,7 @@ def __init__(self, src_path, dest_path, src_storage_name=None, dest_storage_name

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="upload_file_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
12 changes: 6 additions & 6 deletions groupdocs_viewer_cloud/apis/folder_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -614,7 +614,7 @@ def __downcase_first_letter(self, s):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="copy_folder_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -656,7 +656,7 @@ def __init__(self, src_path, dest_path, src_storage_name=None, dest_storage_name

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="create_folder_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -694,7 +694,7 @@ def __init__(self, path, storage_name=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="delete_folder_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -734,7 +734,7 @@ def __init__(self, path, storage_name=None, recursive=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="get_files_list_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -772,7 +772,7 @@ def __init__(self, path, storage_name=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="move_folder_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
4 changes: 2 additions & 2 deletions groupdocs_viewer_cloud/apis/info_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -269,7 +269,7 @@ def __downcase_first_letter(self, s):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="get_info_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/apis/license_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
10 changes: 5 additions & 5 deletions groupdocs_viewer_cloud/apis/storage_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -475,7 +475,7 @@ def __downcase_first_letter(self, s):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="get_disc_usage_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -511,7 +511,7 @@ def __init__(self, storage_name=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="get_file_versions_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -549,7 +549,7 @@ def __init__(self, path, storage_name=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="object_exists_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -589,7 +589,7 @@ def __init__(self, path, storage_name=None, version_id=None):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="storage_exists_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
6 changes: 3 additions & 3 deletions groupdocs_viewer_cloud/apis/view_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="viewer_api.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -275,7 +275,7 @@ def __downcase_first_letter(self, s):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="create_view_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -311,7 +311,7 @@ def __init__(self, view_options):

# --------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="delete_view_request.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/auth.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# coding: utf-8
# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="auth.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
6 changes: 3 additions & 3 deletions groupdocs_viewer_cloud/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="configuration.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down Expand Up @@ -202,6 +202,6 @@ def to_debug_report(self):
return "Python SDK Debug Report:\n"\
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: 21.12\n"\
"SDK Package Version: 21.12".\
"Version of the API: 23.3\n"\
"SDK Package Version: 23.3".\
format(env=sys.platform, pyversion=sys.version)
1 change: 1 addition & 0 deletions groupdocs_viewer_cloud/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
from groupdocs_viewer_cloud.models.view_result import ViewResult
from groupdocs_viewer_cloud.models.visio_rendering_options import VisioRenderingOptions
from groupdocs_viewer_cloud.models.watermark import Watermark
from groupdocs_viewer_cloud.models.web_document_options import WebDocumentOptions
from groupdocs_viewer_cloud.models.word_processing_options import WordProcessingOptions
from groupdocs_viewer_cloud.models.attachment_view import AttachmentView
from groupdocs_viewer_cloud.models.character import Character
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/archive_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="ArchiveOptions.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/archive_view_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="ArchiveViewInfo.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/attachment_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="AttachmentInfo.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/attachment_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="AttachmentView.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/cad_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="CadOptions.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/cad_view_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="CadViewInfo.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="Character.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/consumption_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="ConsumptionResult.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/delete_view_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="DeleteViewOptions.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/disc_usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="DiscUsage.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/email_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="EmailOptions.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
2 changes: 1 addition & 1 deletion groupdocs_viewer_cloud/models/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# -----------------------------------------------------------------------------------
# <copyright company="Aspose Pty Ltd" file="Error.py">
# Copyright (c) 2003-2021 Aspose Pty Ltd
# Copyright (c) 2003-2023 Aspose Pty Ltd
# </copyright>
# <summary>
# Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
Loading

0 comments on commit b0da924

Please sign in to comment.