Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

groupdocs-python

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

groupdocs-python - pypi Package Compare versions

Comparing version
1.2.2
to
1.2.3
+38
groupdocs/models/GetTagsResponse.py
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class GetTagsResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'GetTagsResult',
'status': 'str',
'error_message': 'str',
'composedOn': 'long'
}
self.result = None # GetTagsResult
self.status = None # str
self.error_message = None # str
self.composedOn = None # long
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class GetTagsResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'document_id': 'float',
'tags': 'list[str]'
}
self.document_id = None # float
self.tags = None # list[str]
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class RemoveTagsResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'RemoveTagsResult',
'status': 'str',
'error_message': 'str',
'composedOn': 'long'
}
self.result = None # RemoveTagsResult
self.status = None # str
self.error_message = None # str
self.composedOn = None # long
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class RemoveTagsResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'document_id': 'float'
}
self.document_id = None # float
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SaveAnnotationTextResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'SaveAnnotationTextResult',
'status': 'str',
'error_message': 'str',
'composedOn': 'long'
}
self.result = None # SaveAnnotationTextResult
self.status = None # str
self.error_message = None # str
self.composedOn = None # long
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SaveAnnotationTextResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
}
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SetSessionCallbackUrlResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'SetSessionCallbackUrlResult',
'status': 'str',
'error_message': 'str',
'composedOn': 'long'
}
self.result = None # SetSessionCallbackUrlResult
self.status = None # str
self.error_message = None # str
self.composedOn = None # long
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SetSessionCallbackUrlResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
}
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SetTagsResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'SetTagsResult',
'status': 'str',
'error_message': 'str',
'composedOn': 'long'
}
self.result = None # SetTagsResult
self.status = None # str
self.error_message = None # str
self.composedOn = None # long
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SetTagsResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'document_id': 'float'
}
self.document_id = None # float
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureEnvelopeAssignFieldSettings:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'currentRecipientId': 'str',
'newRecipientId': 'str'
}
self.currentRecipientId = None # str
self.newRecipientId = None # str
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureSignDocumentInfo:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'documentId': 'str'
}
self.documentId = None # str
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureSignDocumentsResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'SignatureSignDocumentsResult',
'status': 'str',
'error_message': 'str',
'composedOn': 'long'
}
self.result = None # SignatureSignDocumentsResult
self.status = None # str
self.error_message = None # str
self.composedOn = None # long
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureSignDocumentsResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'documents': 'list[SignatureSignDocumentInfo]'
}
self.documents = None # list[SignatureSignDocumentInfo]
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureTemplateAssignFieldSettings:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'currentRecipientId': 'str',
'newRecipientId': 'str'
}
self.currentRecipientId = None # str
self.newRecipientId = None # str
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class TextFieldInfo:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'fieldText': 'str',
'fontFamily': 'str',
'fontSize': 'float'
}
self.fieldText = None # str
self.fontFamily = None # str
self.fontSize = None # float
+145
-0

@@ -517,2 +517,53 @@ #!/usr/bin/env python

def DeleteDocumentReviewer(self, userId, fileId, reviewerId, **kwargs):
"""Delete document reviewer
Args:
userId, str: User GUID (required)
fileId, str: File ID (required)
reviewerId, str: Reviewer ID (required)
Returns: AddCollaboratorResponse
"""
if( userId == None or fileId == None or reviewerId == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId', 'reviewerId']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method DeleteDocumentReviewer" % key)
params[key] = val
del params['kwargs']
resourcePath = '/ant/{userId}/files/{fileId}/collaborators/{reviewerId}'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')
method = 'DELETE'
queryParams = {}
headerParams = {}
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
if ('reviewerId' in params):
replacement = str(self.apiClient.toPathValue(params['reviewerId']))
resourcePath = resourcePath.replace('{' + 'reviewerId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'AddCollaboratorResponse')
return responseObject
def GetReviewerContacts(self, userId, **kwargs):

@@ -882,4 +933,98 @@ """Get list of reviewer contacts

def SetSessionCallbackUrl(self, userId, fileId, body, **kwargs):
"""Set Session Web Hook Callback Url
Args:
userId, str: User GUID (required)
fileId, str: File GUID (required)
body, str: Callback Url (required)
Returns: SetSessionCallbackUrlResponse
"""
if( userId == None or fileId == None or body == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId', 'body']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method SetSessionCallbackUrl" % key)
params[key] = val
del params['kwargs']
resourcePath = '/ant/{userId}/files/{fileId}/sessionCallbackUrl'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')
method = 'PUT'
queryParams = {}
headerParams = {}
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'SetSessionCallbackUrlResponse')
return responseObject
def SaveTextField(self, userId, annotationId, body, **kwargs):
"""Save Text Of Text Field
Args:
userId, str: User GUID (required)
annotationId, str: Annotation ID (required)
body, TextFieldInfo: Text (required)
Returns: SaveAnnotationTextResponse
"""
if( userId == None or annotationId == None or body == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'annotationId', 'body']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method SaveTextField" % key)
params[key] = val
del params['kwargs']
resourcePath = '/ant/{userId}/annotations/{annotationId}/textFieldInfo'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')
method = 'PUT'
queryParams = {}
headerParams = {}
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('annotationId' in params):
replacement = str(self.apiClient.toPathValue(params['annotationId']))
resourcePath = resourcePath.replace('{' + 'annotationId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'SaveAnnotationTextResponse')
return responseObject
+1
-1

@@ -61,3 +61,3 @@ #!/usr/bin/env python

resourcePath = '/async/{userId}/jobs/{jobId}?format=xml'.replace('*', '')
resourcePath = '/async/{userId}/jobs/{jobId}'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')

@@ -64,0 +64,0 @@ method = 'GET'

@@ -105,2 +105,57 @@ #!/usr/bin/env python

def ViewDocumentAsHtml(self, userId, fileId, **kwargs):
"""View Document
Args:
userId, str: User GUID (required)
fileId, str: File GUID (required)
pageNumber, str: Page Number (optional)
pageCount, str: Page Count (optional)
Returns: ViewDocumentResponse
"""
if( userId == None or fileId == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId', 'pageNumber', 'pageCount']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method ViewDocumentAsHtml" % key)
params[key] = val
del params['kwargs']
resourcePath = '/doc/{userId}/files/{fileId}/htmlRepresentations?page_number={pageNumber}&page_count={pageCount}'.replace('*', '')
pos = resourcePath.find("?")
if pos != -1:
resourcePath = resourcePath[0:pos]
resourcePath = resourcePath.replace('{format}', 'json')
method = 'POST'
queryParams = {}
headerParams = {}
if ('pageNumber' in params):
queryParams['page_number'] = self.apiClient.toPathValue(params['pageNumber'])
if ('pageCount' in params):
queryParams['page_count'] = self.apiClient.toPathValue(params['pageCount'])
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'ViewDocumentResponse')
return responseObject
def GetDocumentViews(self, userId, **kwargs):

@@ -850,2 +905,52 @@ """Get Document Views

def GetDocumentPageHtml(self, userId, fileId, pageNumber, **kwargs):
"""Returns an HTML representantion of a particular document page.
Args:
userId, str: GroupDocs user global unique identifier. (required)
fileId, str: Document global unique identifier. (required)
pageNumber, int: Document page number to get image for. (required)
expiresOn, bool: The date and time in milliseconds since epoch the URL expires. (optional)
Returns: stream
"""
if( userId == None or fileId == None or pageNumber == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId', 'pageNumber', 'expiresOn']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method GetDocumentPageHtml" % key)
params[key] = val
del params['kwargs']
resourcePath = '/doc/{userId}/files/{fileId}/pages/{pageNumber}/htmlRepresentations?expires={expiresOn}'.replace('*', '')
pos = resourcePath.find("?")
if pos != -1:
resourcePath = resourcePath[0:pos]
resourcePath = resourcePath.replace('{format}', 'json')
method = 'GET'
queryParams = {}
headerParams = {}
if ('expiresOn' in params):
queryParams['expires'] = self.apiClient.toPathValue(params['expiresOn'])
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
if ('pageNumber' in params):
replacement = str(self.apiClient.toPathValue(params['pageNumber']))
resourcePath = resourcePath.replace('{' + 'pageNumber' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
return self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams, FileStream)
def GetDocumentPagesImageUrls(self, userId, fileId, dimension, **kwargs):

@@ -920,2 +1025,57 @@ """Returns a list of URLs pointing to document page images.

def GetDocumentPagesHtmlUrls(self, userId, fileId, **kwargs):
"""Returns a list of URLs pointing to document page HTML representations.
Args:
userId, str: GroupDocs user global unique identifier. (required)
fileId, str: Document global unique identifier. (required)
firstPage, int: Document page number to start from. (optional)
pageCount, int: Page count to return URLs for. (optional)
Returns: GetImageUrlsResponse
"""
if( userId == None or fileId == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId', 'firstPage', 'pageCount']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method GetDocumentPagesHtmlUrls" % key)
params[key] = val
del params['kwargs']
resourcePath = '/doc/{userId}/files/{fileId}/pages/htmlRepresentationUrls?first_page={firstPage}&page_count={pageCount}'.replace('*', '')
pos = resourcePath.find("?")
if pos != -1:
resourcePath = resourcePath[0:pos]
resourcePath = resourcePath.replace('{format}', 'json')
method = 'GET'
queryParams = {}
headerParams = {}
if ('firstPage' in params):
queryParams['first_page'] = self.apiClient.toPathValue(params['firstPage'])
if ('pageCount' in params):
queryParams['page_count'] = self.apiClient.toPathValue(params['pageCount'])
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'GetImageUrlsResponse')
return responseObject
def GetEditLock(self, userId, fileId, **kwargs):

@@ -1019,4 +1179,142 @@ """Locks a document for editing and returns editing metadata.

def GetDocumentTags(self, userId, fileId, **kwargs):
"""Returns tags assigned to the document.
Args:
userId, str: GroupDocs user global unique identifier. (required)
fileId, str: Document global unique identifier. (required)
Returns: GetTagsResponse
"""
if( userId == None or fileId == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method GetDocumentTags" % key)
params[key] = val
del params['kwargs']
resourcePath = '/doc/{userId}/files/{fileId}/tags'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')
method = 'GET'
queryParams = {}
headerParams = {}
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'GetTagsResponse')
return responseObject
def SetDocumentTags(self, userId, fileId, **kwargs):
"""Assign tags to the document.
Args:
userId, str: GroupDocs user global unique identifier. (required)
fileId, str: Document global unique identifier. (required)
Returns: SetTagsResponse
"""
if( userId == None or fileId == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method SetDocumentTags" % key)
params[key] = val
del params['kwargs']
resourcePath = '/doc/{userId}/files/{fileId}/tags'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')
method = 'PUT'
queryParams = {}
headerParams = {}
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'SetTagsResponse')
return responseObject
def RemoveDocumentTags(self, userId, fileId, **kwargs):
"""Removes tags assigned to the document.
Args:
userId, str: GroupDocs user global unique identifier. (required)
fileId, str: Document global unique identifier. (required)
Returns: RemoveTagsResponse
"""
if( userId == None or fileId == None ):
raise ApiException(400, "missing required parameters")
allParams = ['userId', 'fileId']
params = locals()
for (key, val) in params['kwargs'].iteritems():
if key not in allParams:
raise TypeError("Got an unexpected keyword argument '%s' to method RemoveDocumentTags" % key)
params[key] = val
del params['kwargs']
resourcePath = '/doc/{userId}/files/{fileId}/tags'.replace('*', '')
resourcePath = resourcePath.replace('{format}', 'json')
method = 'DELETE'
queryParams = {}
headerParams = {}
if ('userId' in params):
replacement = str(self.apiClient.toPathValue(params['userId']))
resourcePath = resourcePath.replace('{' + 'userId' + '}',
replacement)
if ('fileId' in params):
replacement = str(self.apiClient.toPathValue(params['fileId']))
resourcePath = resourcePath.replace('{' + 'fileId' + '}',
replacement)
postData = (params['body'] if 'body' in params else None)
response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams,
postData, headerParams)
if not response:
return None
responseObject = self.apiClient.deserialize(response, 'RemoveTagsResponse')
return responseObject

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -37,3 +37,6 @@ #!/usr/bin/env python

'replies': 'list[AnnotationReplyInfo]',
'createdOn': 'long'
'createdOn': 'long',
'fieldText': 'str',
'fontFamily': 'str',
'fontSize': 'float'

@@ -55,2 +58,5 @@ }

self.createdOn = None # long
self.fieldText = None # str
self.fontFamily = None # str
self.fontSize = None # float

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -31,3 +31,4 @@ #!/usr/bin/env python

'sessionGuid': 'str',
'access': 'str'
'access': 'str',
'serverTime': 'long'

@@ -43,2 +44,3 @@ }

self.access = None # str
self.serverTime = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'sessionGuid': 'str',
'annotations': 'list[AnnotationInfo]'
'annotations': 'list[AnnotationInfo]',
'serverTime': 'long'

@@ -37,2 +38,3 @@ }

self.annotations = None # list[AnnotationInfo]
self.serverTime = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -27,3 +27,4 @@ #!/usr/bin/env python

'emailAddress': 'str',
'FullName': 'str'
'firstName': 'str',
'lastName': 'str'

@@ -34,3 +35,4 @@ }

self.emailAddress = None # str
self.FullName = None # str
self.firstName = None # str
self.lastName = None # str

@@ -29,3 +29,4 @@ #!/usr/bin/env python

'primary_email': 'str',
'firstname': 'str',
'firstName': 'str',
'lastName': 'str',
'access_rights': 'int',

@@ -41,3 +42,4 @@ 'color': 'int',

self.primary_email = None # str
self.firstname = None # str
self.firstName = None # str
self.lastName = None # str
self.access_rights = None # int

@@ -44,0 +46,0 @@ self.color = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -34,3 +34,4 @@ #!/usr/bin/env python

'fieldsCount': 'int',
'originalDocumentImportedFields': 'list[SignatureDocumentFieldInfo]'
'originalDocumentImportedFields': 'list[SignatureDocumentFieldInfo]',
'originalDocumentId': 'str'

@@ -49,2 +50,3 @@ }

self.originalDocumentImportedFields = None # list[SignatureDocumentFieldInfo]
self.originalDocumentId = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -39,3 +39,4 @@ #!/usr/bin/env python

'fontItalic': 'bool',
'fontUnderline': 'bool'
'fontUnderline': 'bool',
'align': 'int'

@@ -59,2 +60,3 @@ }

self.fontUnderline = None # bool
self.align = None # int

@@ -37,3 +37,4 @@ #!/usr/bin/env python

'fontUnderline': 'bool',
'forceNewField': 'bool'
'forceNewField': 'bool',
'align': 'int'

@@ -55,2 +56,3 @@ }

self.forceNewField = None # bool
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -44,3 +44,4 @@ #!/usr/bin/env python

'defaultValue': 'str',
'tooltip': 'str'
'tooltip': 'str',
'align': 'int'

@@ -69,2 +70,3 @@ }

self.tooltip = None # str
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -41,3 +41,5 @@ #!/usr/bin/env python

'documentsPages': 'float',
'recipients': 'list[SignatureEnvelopeRecipientInfo]'
'recipients': 'list[SignatureEnvelopeRecipientInfo]',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -63,2 +65,4 @@ }

self.recipients = None # list[SignatureEnvelopeRecipientInfo]
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -35,3 +35,3 @@ #!/usr/bin/env python

'statusMessage': 'str',
'statusDateTime': 'datetime',
'statusDateTime': 'str',
'delegatedRecipientId': 'float',

@@ -55,3 +55,3 @@ 'signatureFingerprint': 'str',

self.statusMessage = None # str
self.statusDateTime = None # datetime
self.statusDateTime = None # str
self.delegatedRecipientId = None # float

@@ -58,0 +58,0 @@ self.signatureFingerprint = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -33,3 +33,5 @@ #!/usr/bin/env python

'emailBody': 'str',
'isDemo': 'bool'
'isDemo': 'bool',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -47,2 +49,4 @@ }

self.isDemo = None # bool
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -41,3 +41,4 @@ #!/usr/bin/env python

'acceptableValues': 'str',
'defaultValue': 'str'
'defaultValue': 'str',
'align': 'int'

@@ -63,2 +64,3 @@ }

self.defaultValue = None # str
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -37,3 +37,4 @@ #!/usr/bin/env python

'acceptableValues': 'str',
'defaultValue': 'str'
'defaultValue': 'str',
'tooltip': 'str'

@@ -55,2 +56,3 @@ }

self.defaultValue = None # str
self.tooltip = None # str

@@ -39,3 +39,4 @@ #!/usr/bin/env python

'fontItalic': 'bool',
'fontUnderline': 'bool'
'fontUnderline': 'bool',
'align': 'int'

@@ -59,2 +60,3 @@ }

self.fontUnderline = None # bool
self.align = None # int

@@ -37,3 +37,4 @@ #!/usr/bin/env python

'fontUnderline': 'bool',
'forceNewField': 'bool'
'forceNewField': 'bool',
'align': 'int'

@@ -55,2 +56,3 @@ }

self.forceNewField = None # bool
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -44,3 +44,4 @@ #!/usr/bin/env python

'defaultValue': 'str',
'tooltip': 'str'
'tooltip': 'str',
'align': 'int'

@@ -69,2 +70,3 @@ }

self.tooltip = None # str
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -37,3 +37,5 @@ #!/usr/bin/env python

'fieldsInFinalFileName': 'list[str]',
'canParticipantDownloadForm': 'bool'
'canParticipantDownloadForm': 'bool',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -55,2 +57,4 @@ }

self.canParticipantDownloadForm = None # bool
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,5 @@ #!/usr/bin/env python

'fieldsInFinalFileName': 'str',
'canParticipantDownloadForm': 'bool'
'canParticipantDownloadForm': 'bool',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -37,2 +39,4 @@ }

self.canParticipantDownloadForm = None # bool
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -27,3 +27,5 @@ #!/usr/bin/env python

'documents': 'list[SignatureSignDocumentDocumentSettings]',
'signers': 'list[SignatureSignDocumentSignerSettings]'
'signers': 'list[SignatureSignDocumentSignerSettings]',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -35,2 +37,4 @@ }

self.signers = None # list[SignatureSignDocumentSignerSettings]
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -31,3 +31,3 @@ #!/usr/bin/env python

'height': 'float',
'placeSingatureOn': 'str',
'placeSignatureOn': 'str',
'data': 'str'

@@ -43,4 +43,4 @@

self.height = None # float
self.placeSingatureOn = None # str
self.placeSignatureOn = None # str
self.data = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -39,3 +39,4 @@ #!/usr/bin/env python

'fontItalic': 'bool',
'fontUnderline': 'bool'
'fontUnderline': 'bool',
'align': 'int'

@@ -59,2 +60,3 @@ }

self.fontUnderline = None # bool
self.align = None # int

@@ -37,3 +37,4 @@ #!/usr/bin/env python

'fontUnderline': 'bool',
'forceNewField': 'bool'
'forceNewField': 'bool',
'align': 'int'

@@ -55,2 +56,3 @@ }

self.forceNewField = None # bool
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -44,3 +44,4 @@ #!/usr/bin/env python

'defaultValue': 'str',
'tooltip': 'str'
'tooltip': 'str',
'align': 'int'

@@ -69,2 +70,3 @@ }

self.tooltip = None # str
self.align = None # int

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -38,3 +38,5 @@ #!/usr/bin/env python

'documentsPages': 'float',
'recipients': 'list[SignatureTemplateRecipientInfo]'
'recipients': 'list[SignatureTemplateRecipientInfo]',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -57,2 +59,4 @@ }

self.recipients = None # list[SignatureTemplateRecipientInfo]
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -32,3 +32,5 @@ #!/usr/bin/env python

'emailSubject': 'str',
'emailBody': 'str'
'emailBody': 'str',
'waterMarkText': 'str',
'waterMarkImage': 'str'

@@ -45,2 +47,4 @@ }

self.emailBody = None # str
self.waterMarkText = None # str
self.waterMarkImage = None # str

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -41,2 +41,4 @@ #!/usr/bin/env python

'support_email': 'str',
'annotation_branded': 'bool',
'viewer_branded': 'bool',
'signedupOn': 'long',

@@ -68,2 +70,4 @@ 'signedinOn': 'long',

self.support_email = None # str
self.annotation_branded = None # bool
self.viewer_branded = None # bool
self.signedupOn = None # long

@@ -70,0 +74,0 @@ self.signedinOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -28,3 +28,4 @@ #!/usr/bin/env python

'status': 'str',
'error_message': 'str'
'error_message': 'str',
'composedOn': 'long'

@@ -37,2 +38,3 @@ }

self.error_message = None # str
self.composedOn = None # long

@@ -34,2 +34,4 @@ #!/usr/bin/env python

'token': 'str',
'pageHtml': 'str',
'pageCss': 'str',
'id': 'float',

@@ -49,4 +51,6 @@ 'guid': 'str'

self.token = None # str
self.pageHtml = None # str
self.pageCss = None # str
self.id = None # float
self.guid = None # str

@@ -41,3 +41,3 @@ #!/usr/bin/env python

def Download(self, guid, fileName, **kwargs):
def Download(self, guid, **kwargs):
"""Download

@@ -47,3 +47,3 @@

guid, str: GUID (required)
fileName, str: File name (required)
fileName, str: File name (optional)
render, bool: Render (optional)

@@ -53,3 +53,3 @@

"""
if( guid == None or fileName == None ):
if( guid == None ):
raise ApiException(400, "missing required parameters")

@@ -56,0 +56,0 @@ allParams = ['guid', 'fileName', 'render']

__pkgname__ = "groupdocs-python"
__version__ = "1.2.2"
__version__ = "1.2.3"
Metadata-Version: 1.1
Name: groupdocs-python
Version: 1.2.2
Version: 1.2.3
Summary: A Python interface to the GroupDocs API

@@ -5,0 +5,0 @@ Home-page: http://groupdocs.com/

#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class AddCollaboratorResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
}
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class DocumentIdentity:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'guid': 'str',
'id': 'float'
}
self.guid = None # str
self.id = None # float
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SetDocumentRightsResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'SetDocumentRightsResult',
'status': 'str',
'error_message': 'str'
}
self.result = None # SetDocumentRightsResult
self.status = None # str
self.error_message = None # str
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SetDocumentRightsResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
}
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureSignDocumentResponse:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'result': 'SignatureSignDocumentResult',
'status': 'str',
'error_message': 'str'
}
self.result = None # SignatureSignDocumentResult
self.status = None # str
self.error_message = None # str
#!/usr/bin/env python
"""
Copyright 2012 GroupDocs.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
"""
class SignatureSignDocumentResult:
"""
NOTE: This class is auto generated by the swagger code generator program.
Do not edit the class manually."""
def __init__(self):
self.swaggerTypes = {
'documentId': 'str'
}
self.documentId = None # str

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display