groupdocs-python
Advanced tools
| #!/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 AddQuestionnaireCollectorStyleResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'AddQuestionnaireCollectorStyleResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # AddQuestionnaireCollectorStyleResult | ||
| 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 AddQuestionnaireCollectorStyleResult: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'collector_style_id': 'float', | ||
| 'collector_id': 'float', | ||
| 'collector_guid': 'str' | ||
| } | ||
| self.collector_style_id = None # float | ||
| self.collector_id = None # float | ||
| self.collector_guid = 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 DeleteDocumentAnnotationsResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'DeleteDocumentAnnotationsResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # DeleteDocumentAnnotationsResult | ||
| 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 FieldDimension: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'width': 'int', | ||
| 'height': 'int' | ||
| } | ||
| self.width = None # int | ||
| self.height = None # int | ||
| #!/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 GetPossibleConversions: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'possibleConversions': 'list[str]' | ||
| } | ||
| self.possibleConversions = 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 GetQuestionnaireCollectorStyleResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'GetQuestionnaireCollectorStyleResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # GetQuestionnaireCollectorStyleResult | ||
| 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 GetQuestionnaireCollectorStyleResult: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'collector_style_id': 'float', | ||
| 'collectorId': 'float', | ||
| 'style': 'QuestionnaireCollectorStyle' | ||
| } | ||
| self.collector_style_id = None # float | ||
| self.collectorId = None # float | ||
| self.style = None # QuestionnaireCollectorStyle | ||
| #!/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 QuestionnaireCollectorStyle: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'collectorId': 'str', | ||
| 'title': 'QuestionnaireCollectorStyleFont', | ||
| 'questionTitle': 'QuestionnaireCollectorStyleFont', | ||
| 'baseFont': 'QuestionnaireCollectorStyleFont' | ||
| } | ||
| self.collectorId = None # str | ||
| self.title = None # QuestionnaireCollectorStyleFont | ||
| self.questionTitle = None # QuestionnaireCollectorStyleFont | ||
| self.baseFont = None # QuestionnaireCollectorStyleFont | ||
| #!/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 QuestionnaireCollectorStyleFont: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'fontFamily': 'str', | ||
| 'fontSize': 'int', | ||
| 'color': 'str', | ||
| 'isBold': 'bool', | ||
| 'isItalic': 'bool' | ||
| } | ||
| self.fontFamily = None # str | ||
| self.fontSize = None # int | ||
| self.color = None # str | ||
| self.isBold = None # bool | ||
| self.isItalic = None # bool | ||
| #!/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 SignatureFormAuditLogInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'id': 'str', | ||
| 'type': 'int', | ||
| 'datetime': 'str', | ||
| 'userName': 'str', | ||
| 'action': 'str', | ||
| 'remoteAddress': 'str', | ||
| 'details': 'str' | ||
| } | ||
| self.id = None # str | ||
| self.type = None # int | ||
| self.datetime = None # str | ||
| self.userName = None # str | ||
| self.action = None # str | ||
| self.remoteAddress = None # str | ||
| self.details = 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 SignatureFormAuditLogsResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'SignatureFormAuditLogsResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # SignatureFormAuditLogsResult | ||
| 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 SignatureFormAuditLogsResult: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'formId': 'str', | ||
| 'logs': 'list[SignatureFormAuditLogInfo]' | ||
| } | ||
| self.formId = None # str | ||
| self.logs = None # list[SignatureFormAuditLogInfo] | ||
| #!/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 SignatureFormParticipantSignedDocumentInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'name': 'str', | ||
| 'documentGuid': 'str' | ||
| } | ||
| self.name = None # str | ||
| self.documentGuid = 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 SignatureSignEnvelopeSettingsInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'authData': 'str', | ||
| 'comment': 'str' | ||
| } | ||
| self.authData = None # str | ||
| self.comment = 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 SignatureSignerInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'name': 'str' | ||
| } | ||
| self.name = 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 SignatureSignFormSettingsInfo: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'authData': 'str', | ||
| 'comment': 'str' | ||
| } | ||
| self.authData = None # str | ||
| self.comment = 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 TemplateEditorField: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'name': 'str', | ||
| 'fieldtype': 'str', | ||
| 'page': 'int', | ||
| 'rect': 'Rectangle', | ||
| 'selectionPosition': 'int', | ||
| 'selectionLength': 'int', | ||
| 'acceptableValues': 'list[str]', | ||
| 'style': 'TemplateEditorFieldStyle', | ||
| 'isTableMarker': 'bool' | ||
| } | ||
| self.name = None # str | ||
| self.fieldtype = None # str | ||
| self.page = None # int | ||
| self.rect = None # Rectangle | ||
| self.selectionPosition = None # int | ||
| self.selectionLength = None # int | ||
| self.acceptableValues = None # list[str] | ||
| self.style = None # TemplateEditorFieldStyle | ||
| self.isTableMarker = None # bool | ||
| #!/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 TemplateEditorFieldsResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'TemplateEditorFieldsResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # TemplateEditorFieldsResult | ||
| 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 TemplateEditorFieldsResult: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'fields': 'list[TemplateEditorField]' | ||
| } | ||
| self.fields = None # list[TemplateEditorField] | ||
| #!/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 TemplateEditorFieldStyle: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'fontName': 'str', | ||
| 'fontSize': 'int', | ||
| 'color': 'str', | ||
| 'backgroundColor': 'str', | ||
| 'borderWidth': 'int', | ||
| 'borderColor': 'str', | ||
| 'textAlignment': 'str' | ||
| } | ||
| self.fontName = None # str | ||
| self.fontSize = None # int | ||
| self.color = None # str | ||
| self.backgroundColor = None # str | ||
| self.borderWidth = None # int | ||
| self.borderColor = None # str | ||
| self.textAlignment = None # str | ||
@@ -181,3 +181,3 @@ #!/usr/bin/env python | ||
| def DeleteDocumentAnnotations(self, userId, fileId, **kwargs): | ||
| """Delete annotation | ||
| """Delete document annotations | ||
@@ -188,3 +188,3 @@ Args: | ||
| Returns: DeleteDocumentAnnotationsReponse | ||
| Returns: DeleteDocumentAnnotationsResponse | ||
| """ | ||
@@ -224,3 +224,3 @@ if( userId == None or fileId == None ): | ||
| responseObject = self.apiClient.deserialize(response, 'DeleteDocumentAnnotationsReponse') | ||
| responseObject = self.apiClient.deserialize(response, 'DeleteDocumentAnnotationsResponse') | ||
| return responseObject | ||
@@ -227,0 +227,0 @@ |
@@ -690,4 +690,50 @@ #!/usr/bin/env python | ||
| def GetPossibleConversions(self, userId, fileExt, **kwargs): | ||
| """Get Possible Conversions | ||
| Args: | ||
| userId, str: User GUID (required) | ||
| fileExt, str: File extension to check (required) | ||
| Returns: GetPossibleConversions | ||
| """ | ||
| if( userId == None or fileExt == None ): | ||
| raise ApiException(400, "missing required parameters") | ||
| allParams = ['userId', 'fileExt'] | ||
| params = locals() | ||
| for (key, val) in params['kwargs'].iteritems(): | ||
| if key not in allParams: | ||
| raise TypeError("Got an unexpected keyword argument '%s' to method GetPossibleConversions" % key) | ||
| params[key] = val | ||
| del params['kwargs'] | ||
| resourcePath = '/async/{userId}/possibleConversions/{fileExt}'.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 ('fileExt' in params): | ||
| replacement = str(self.apiClient.toPathValue(params['fileExt'])) | ||
| resourcePath = resourcePath.replace('{' + 'fileExt' + '}', | ||
| 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, 'GetPossibleConversions') | ||
| return responseObject | ||
@@ -28,2 +28,3 @@ #!/usr/bin/env python | ||
| 'documentGuid': 'str', | ||
| 'layerId': 'long', | ||
| 'sessionGuid': 'str', | ||
@@ -46,2 +47,3 @@ 'creatorGuid': 'str', | ||
| 'penStyle': 'int', | ||
| 'backgroundColor': 'int', | ||
| 'fieldText': 'str', | ||
@@ -56,2 +58,3 @@ 'fontFamily': 'str', | ||
| self.documentGuid = None # str | ||
| self.layerId = None # long | ||
| self.sessionGuid = None # str | ||
@@ -74,2 +77,3 @@ self.creatorGuid = None # str | ||
| self.penStyle = None # int | ||
| self.backgroundColor = None # int | ||
| self.fieldText = None # str | ||
@@ -76,0 +80,0 @@ self.fontFamily = None # str |
@@ -32,2 +32,3 @@ #!/usr/bin/env python | ||
| 'access': 'str', | ||
| 'type': 'str', | ||
| 'serverTime': 'long' | ||
@@ -44,3 +45,4 @@ | ||
| self.access = None # str | ||
| self.type = None # str | ||
| self.serverTime = None # long | ||
@@ -30,3 +30,5 @@ #!/usr/bin/env python | ||
| 'type': 'str', | ||
| 'nested_fields': 'list[DatasourceField]' | ||
| 'nested_fields': 'list[DatasourceField]', | ||
| 'regionName': 'str', | ||
| 'dimension': 'Dimension' | ||
@@ -41,2 +43,4 @@ } | ||
| self.nested_fields = None # list[DatasourceField] | ||
| self.regionName = None # str | ||
| self.dimension = None # Dimension | ||
@@ -26,2 +26,3 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'max_file_size': 'long', | ||
| 'max_users': 'int', | ||
@@ -33,4 +34,5 @@ 'users': 'list[UserInfo]' | ||
| self.max_file_size = None # long | ||
| self.max_users = None # int | ||
| self.users = None # list[UserInfo] | ||
@@ -35,3 +35,3 @@ #!/usr/bin/env python | ||
| 'data': 'str', | ||
| 'fields': 'list[SignatureDocumentFieldInfo]' | ||
| 'fields': 'list[SignatureFieldInfo]' | ||
@@ -50,3 +50,3 @@ } | ||
| self.data = None # str | ||
| self.fields = None # list[SignatureDocumentFieldInfo] | ||
| self.fields = None # list[SignatureFieldInfo] | ||
@@ -36,3 +36,6 @@ #!/usr/bin/env python | ||
| 'max_length': 'int', | ||
| 'rect': 'Rectangle' | ||
| 'rect': 'Rectangle', | ||
| 'regionName': 'str', | ||
| 'hint': 'str', | ||
| 'dimension': 'FieldDimension' | ||
@@ -53,2 +56,5 @@ } | ||
| self.rect = None # Rectangle | ||
| self.regionName = None # str | ||
| self.hint = None # str | ||
| self.dimension = None # FieldDimension | ||
@@ -49,3 +49,9 @@ #!/usr/bin/env python | ||
| 'inPersonSign': 'bool', | ||
| 'ownerName': 'str' | ||
| 'ownerName': 'str', | ||
| 'enableTypedSignature': 'bool', | ||
| 'enableUploadedSignature': 'bool', | ||
| 'requireUserAuthForSign': 'bool', | ||
| 'requestUserAuthByPhoto': 'bool', | ||
| 'showRecipientCommentInSignedDocument': 'bool', | ||
| 'tags': 'str' | ||
@@ -79,2 +85,8 @@ } | ||
| self.ownerName = None # str | ||
| self.enableTypedSignature = None # bool | ||
| self.enableUploadedSignature = None # bool | ||
| self.requireUserAuthForSign = None # bool | ||
| self.requestUserAuthByPhoto = None # bool | ||
| self.showRecipientCommentInSignedDocument = None # bool | ||
| self.tags = None # str | ||
@@ -41,3 +41,4 @@ #!/usr/bin/env python | ||
| 'signatureBrowser': 'str', | ||
| 'embedUrl': 'str' | ||
| 'embedUrl': 'str', | ||
| 'comment': 'str' | ||
@@ -63,2 +64,3 @@ } | ||
| self.embedUrl = None # str | ||
| self.comment = None # str | ||
@@ -28,3 +28,4 @@ #!/usr/bin/env python | ||
| 'recipients': 'list[SignatureEnvelopeRecipientInfo]', | ||
| 'dates': 'list[str]' | ||
| 'dates': 'list[str]', | ||
| 'tags': 'list[str]' | ||
@@ -37,2 +38,3 @@ } | ||
| self.dates = None # list[str] | ||
| self.tags = None # list[str] | ||
@@ -39,3 +39,9 @@ #!/usr/bin/env python | ||
| 'canBeCommented': 'bool', | ||
| 'inPersonSign': 'bool' | ||
| 'inPersonSign': 'bool', | ||
| 'enableTypedSignature': 'bool', | ||
| 'enableUploadedSignature': 'bool', | ||
| 'requireUserAuthForSign': 'bool', | ||
| 'requestUserAuthByPhoto': 'bool', | ||
| 'showRecipientCommentInSignedDocument': 'bool', | ||
| 'tags': 'str' | ||
@@ -59,2 +65,8 @@ } | ||
| self.inPersonSign = None # bool | ||
| self.enableTypedSignature = None # bool | ||
| self.enableUploadedSignature = None # bool | ||
| self.requireUserAuthForSign = None # bool | ||
| self.requestUserAuthByPhoto = None # bool | ||
| self.showRecipientCommentInSignedDocument = None # bool | ||
| self.tags = None # str | ||
@@ -44,3 +44,11 @@ #!/usr/bin/env python | ||
| 'notifyOtherOnSign': 'str', | ||
| 'canParticipantPrintForm': 'bool' | ||
| 'canParticipantPrintForm': 'bool', | ||
| 'requireUserAuthForSign': 'bool', | ||
| 'requestUserAuthByPhoto': 'bool', | ||
| 'enableTypedSignature': 'bool', | ||
| 'enableUploadedSignature': 'bool', | ||
| 'requireUserIdentityValidation': 'bool', | ||
| 'canBeCommented': 'bool', | ||
| 'showParticipantCommentInSignedDocument': 'bool', | ||
| 'tags': 'str' | ||
@@ -69,2 +77,10 @@ } | ||
| self.canParticipantPrintForm = None # bool | ||
| self.requireUserAuthForSign = None # bool | ||
| self.requestUserAuthByPhoto = None # bool | ||
| self.enableTypedSignature = None # bool | ||
| self.enableUploadedSignature = None # bool | ||
| self.requireUserIdentityValidation = None # bool | ||
| self.canBeCommented = None # bool | ||
| self.showParticipantCommentInSignedDocument = None # bool | ||
| self.tags = None # str | ||
@@ -27,5 +27,7 @@ #!/usr/bin/env python | ||
| 'id': 'str', | ||
| 'documentGuid': 'str', | ||
| 'signedDocuments': 'list[SignatureFormParticipantSignedDocumentInfo]', | ||
| 'fillDateTime': 'str', | ||
| 'status': 'int' | ||
| 'status': 'int', | ||
| 'email': 'str', | ||
| 'comment': 'str' | ||
@@ -36,5 +38,7 @@ } | ||
| self.id = None # str | ||
| self.documentGuid = None # str | ||
| self.signedDocuments = None # list[SignatureFormParticipantSignedDocumentInfo] | ||
| self.fillDateTime = None # str | ||
| self.status = None # int | ||
| self.email = None # str | ||
| self.comment = None # str | ||
@@ -27,3 +27,4 @@ #!/usr/bin/env python | ||
| 'documents': 'list[SignatureFormDocumentInfo]', | ||
| 'dates': 'list[str]' | ||
| 'dates': 'list[str]', | ||
| 'tags': 'list[str]' | ||
@@ -35,2 +36,3 @@ } | ||
| self.dates = None # list[str] | ||
| self.tags = None # list[str] | ||
@@ -34,3 +34,11 @@ #!/usr/bin/env python | ||
| 'notifyOtherOnSign ': 'str', | ||
| 'canParticipantPrintForm': 'bool' | ||
| 'canParticipantPrintForm': 'bool', | ||
| 'requireUserAuthForSign': 'bool', | ||
| 'requestUserAuthByPhoto': 'bool', | ||
| 'enableTypedSignature': 'bool', | ||
| 'enableUploadedSignature': 'bool', | ||
| 'requireUserIdentityValidation': 'bool', | ||
| 'canBeCommented': 'bool', | ||
| 'showParticipantCommentInSignedDocument': 'bool', | ||
| 'tags': 'str' | ||
@@ -49,2 +57,10 @@ } | ||
| self.canParticipantPrintForm = None # bool | ||
| self.requireUserAuthForSign = None # bool | ||
| self.requestUserAuthByPhoto = None # bool | ||
| self.enableTypedSignature = None # bool | ||
| self.enableUploadedSignature = None # bool | ||
| self.requireUserIdentityValidation = None # bool | ||
| self.canBeCommented = None # bool | ||
| self.showParticipantCommentInSignedDocument = None # bool | ||
| self.tags = None # str | ||
@@ -41,3 +41,6 @@ #!/usr/bin/env python | ||
| 'waterMarkImage': 'str', | ||
| 'fieldsCount': 'float' | ||
| 'fieldsCount': 'float', | ||
| 'enableTypedSignature': 'bool', | ||
| 'enableUploadedSignature': 'bool', | ||
| 'tags': 'str' | ||
@@ -63,2 +66,5 @@ } | ||
| self.fieldsCount = None # float | ||
| self.enableTypedSignature = None # bool | ||
| self.enableUploadedSignature = None # bool | ||
| self.tags = None # str | ||
@@ -27,3 +27,4 @@ #!/usr/bin/env python | ||
| 'documents': 'list[SignatureTemplateDocumentInfo]', | ||
| 'recipients': 'list[SignatureTemplateRecipientInfo]' | ||
| 'recipients': 'list[SignatureTemplateRecipientInfo]', | ||
| 'tags': 'list[str]' | ||
@@ -35,2 +36,3 @@ } | ||
| self.recipients = None # list[SignatureTemplateRecipientInfo] | ||
| self.tags = None # list[str] | ||
@@ -34,3 +34,6 @@ #!/usr/bin/env python | ||
| 'waterMarkText': 'str', | ||
| 'waterMarkImage': 'str' | ||
| 'waterMarkImage': 'str', | ||
| 'enableTypedSignature': 'bool', | ||
| 'enableUploadedSignature': 'bool', | ||
| 'tags': 'str' | ||
@@ -49,2 +52,5 @@ } | ||
| self.waterMarkImage = None # str | ||
| self.enableTypedSignature = None # bool | ||
| self.enableUploadedSignature = None # bool | ||
| self.tags = None # str | ||
@@ -29,3 +29,3 @@ #!/usr/bin/env python | ||
| 'references': 'list[str]', | ||
| 'recipients': 'list[SignatureEnvelopeRecipientInfo]' | ||
| 'recipients': 'list[SignatureSignerInfo]' | ||
@@ -38,3 +38,3 @@ } | ||
| self.references = None # list[str] | ||
| self.recipients = None # list[SignatureEnvelopeRecipientInfo] | ||
| self.recipients = None # list[SignatureSignerInfo] | ||
@@ -33,3 +33,8 @@ #!/usr/bin/env python | ||
| 'fieldtype': 'str', | ||
| 'acceptableValues': 'list[str]' | ||
| 'acceptableValues': 'list[str]', | ||
| 'selectionPosition': 'int', | ||
| 'selectionLength': 'int', | ||
| 'isTableStartMarker': 'bool', | ||
| 'isTableEndMarker': 'bool', | ||
| 'regionName': 'str' | ||
@@ -47,2 +52,7 @@ } | ||
| self.acceptableValues = None # list[str] | ||
| self.selectionPosition = None # int | ||
| self.selectionLength = None # int | ||
| self.isTableStartMarker = None # bool | ||
| self.isTableEndMarker = None # bool | ||
| self.regionName = None # str | ||
@@ -101,2 +101,11 @@ #!/usr/bin/env python | ||
| 'signature_form_signed_template': 'str', | ||
| 'signature_form_require_user_auth_for_sign': 'bool', | ||
| 'signature_form_request_user_auth_by_photo': 'bool', | ||
| 'signature_form_require_user_identity_validation': 'bool', | ||
| 'signature_envelope_require_user_auth_for_sign': 'bool', | ||
| 'signature_envelope_request_user_auth_by_photo': 'bool', | ||
| 'signature_enable_uploaded_signature': 'bool', | ||
| 'signature_enable_typed_signature': 'bool', | ||
| 'signature_enable_envelope_comment': 'bool', | ||
| 'signature_enable_form_comment': 'bool', | ||
| 'id': 'long', | ||
@@ -184,2 +193,11 @@ 'guid': 'str', | ||
| self.signature_form_signed_template = None # str | ||
| self.signature_form_require_user_auth_for_sign = None # bool | ||
| self.signature_form_request_user_auth_by_photo = None # bool | ||
| self.signature_form_require_user_identity_validation = None # bool | ||
| self.signature_envelope_require_user_auth_for_sign = None # bool | ||
| self.signature_envelope_request_user_auth_by_photo = None # bool | ||
| self.signature_enable_uploaded_signature = None # bool | ||
| self.signature_enable_typed_signature = None # bool | ||
| self.signature_enable_envelope_comment = None # bool | ||
| self.signature_enable_form_comment = None # bool | ||
| self.id = None # long | ||
@@ -186,0 +204,0 @@ self.guid = None # str |
@@ -281,3 +281,3 @@ #!/usr/bin/env python | ||
| def Upload(self, userId, path, body, **kwargs): | ||
| def Upload(self, userId, path, isKeepBothMode, body, **kwargs): | ||
| """Upload | ||
@@ -290,2 +290,3 @@ | ||
| callbackUrl, str: Callback url (optional) | ||
| isKeepBothMode, bool: Is keep both mode (optional) | ||
| body, stream: Stream (required) | ||
@@ -295,5 +296,5 @@ | ||
| """ | ||
| if( userId == None or path == None or body == None ): | ||
| if( userId == None or path == None or isKeepBothMode == None or body == None ): | ||
| raise ApiException(400, "missing required parameters") | ||
| allParams = ['userId', 'path', 'description', 'callbackUrl', 'body'] | ||
| allParams = ['userId', 'path', 'description', 'callbackUrl', 'isKeepBothMode', 'body'] | ||
@@ -307,3 +308,3 @@ params = locals() | ||
| resourcePath = '/storage/{userId}/folders/{*path}?description={description}&callbackUrl={callbackUrl}'.replace('*', '') | ||
| resourcePath = '/storage/{userId}/folders/{*path}?description={description}&callbackUrl={callbackUrl}&isKeepBothMode={isKeepBothMode}'.replace('*', '') | ||
| pos = resourcePath.find("?") | ||
@@ -330,2 +331,6 @@ if pos != -1: | ||
| replacement) | ||
| if ('isKeepBothMode' in params): | ||
| replacement = str(self.apiClient.toPathValue(params['isKeepBothMode'])) | ||
| resourcePath = resourcePath.replace('{' + 'isKeepBothMode' + '}', | ||
| replacement) | ||
| postData = (params['body'] if 'body' in params else None) | ||
@@ -603,3 +608,3 @@ response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams, | ||
| raise ApiException(400, "missing required parameters") | ||
| allParams = ['userId', 'path', 'mode', 'Groupdocs_Copy', 'Groupdocs_Move'] | ||
| allParams = ['userId', 'path', 'mode', 'Groupdocs_Move', 'Groupdocs_Copy'] | ||
@@ -606,0 +611,0 @@ params = locals() |
| __pkgname__ = "groupdocs-python" | ||
| __version__ = "1.9.1" | ||
| __version__ = "2.0.0" |
+2
-2
| Metadata-Version: 1.1 | ||
| Name: groupdocs-python | ||
| Version: 1.9.1 | ||
| Version: 2.0.0 | ||
| Summary: A Python interface to the GroupDocs API | ||
@@ -13,3 +13,3 @@ Home-page: http://groupdocs.com/ | ||
| Latest SDK version 1.9.1. | ||
| Latest SDK version 2.0.0. | ||
@@ -16,0 +16,0 @@ Requirements |
+1
-1
| GroupDocs Python SDK |Build Status|_ | ||
| #################################### | ||
| Latest SDK version 1.9.1. | ||
| Latest SDK version 2.0.0. | ||
@@ -6,0 +6,0 @@ Requirements |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.