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 CreateQuestionnaireTemplateResult: | ||
| """ | ||
| 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', | ||
| 'templateFields': 'list[TemplateField]' | ||
| } | ||
| self.documentId = None # str | ||
| self.templateFields = None # list[TemplateField] | ||
@@ -28,2 +28,3 @@ #!/usr/bin/env python | ||
| 'documentGuid': 'str', | ||
| 'text': 'str', | ||
| 'layerId': 'long', | ||
@@ -57,2 +58,3 @@ 'sessionGuid': 'str', | ||
| self.documentGuid = None # str | ||
| self.text = None # str | ||
| self.layerId = None # long | ||
@@ -59,0 +61,0 @@ self.sessionGuid = None # str |
@@ -26,3 +26,3 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'result': 'list[TemplateField]', | ||
| 'result': 'CreateQuestionnaireTemplateResult', | ||
| 'status': 'str', | ||
@@ -35,3 +35,3 @@ 'error_message': 'str', | ||
| self.result = None # list[TemplateField] | ||
| self.result = None # CreateQuestionnaireTemplateResult | ||
| self.status = None # str | ||
@@ -38,0 +38,0 @@ self.error_message = None # str |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -26,2 +26,4 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'type': 'str', | ||
| 'url': 'str', | ||
| 'page_count': 'int', | ||
@@ -36,2 +38,4 @@ 'views_count': 'int', | ||
| self.type = None # str | ||
| self.url = None # str | ||
| self.page_count = None # int | ||
@@ -38,0 +42,0 @@ self.views_count = None # int |
@@ -31,5 +31,5 @@ #!/usr/bin/env python | ||
| 'waterMarkImage': 'str', | ||
| 'notifyOwnerOnSign ': 'bool', | ||
| 'notifyOwnerOnSign': 'bool', | ||
| 'attachSignedDocument': 'bool', | ||
| 'notifyOtherOnSign ': 'str', | ||
| 'notifyOtherOnSign': 'str', | ||
| 'canParticipantPrintForm': 'bool', | ||
@@ -53,5 +53,5 @@ 'requireUserAuthForSign': 'bool', | ||
| self.waterMarkImage = None # str | ||
| self.notifyOwnerOnSign = None # bool | ||
| self.notifyOwnerOnSign = None # bool | ||
| self.attachSignedDocument = None # bool | ||
| self.notifyOtherOnSign = None # str | ||
| self.notifyOtherOnSign = None # str | ||
| self.canParticipantPrintForm = None # bool | ||
@@ -58,0 +58,0 @@ self.requireUserAuthForSign = None # bool |
@@ -27,2 +27,3 @@ #!/usr/bin/env python | ||
| 'name': 'str', | ||
| 'defaultValue': 'str', | ||
| 'fieldtype': 'str', | ||
@@ -34,4 +35,9 @@ 'page': 'int', | ||
| 'acceptableValues': 'list[str]', | ||
| 'options': 'list[TemplateEditorFieldOption]', | ||
| 'style': 'TemplateEditorFieldStyle', | ||
| 'isTableMarker': 'bool' | ||
| 'isTableMarker': 'bool', | ||
| 'tableNumber': 'int', | ||
| 'tableRow': 'int', | ||
| 'tableColumn': 'int', | ||
| 'tableCell': 'int' | ||
@@ -42,2 +48,3 @@ } | ||
| self.name = None # str | ||
| self.defaultValue = None # str | ||
| self.fieldtype = None # str | ||
@@ -49,4 +56,9 @@ self.page = None # int | ||
| self.acceptableValues = None # list[str] | ||
| self.options = None # list[TemplateEditorFieldOption] | ||
| self.style = None # TemplateEditorFieldStyle | ||
| self.isTableMarker = None # bool | ||
| self.tableNumber = None # int | ||
| self.tableRow = None # int | ||
| self.tableColumn = None # int | ||
| self.tableCell = None # int | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -30,2 +30,3 @@ #!/usr/bin/env python | ||
| 'fileType': 'str', | ||
| 'docType': 'str', | ||
| 'dependent_questionnaires_count': 'int', | ||
@@ -43,2 +44,3 @@ 'upload_time': 'long', | ||
| self.fileType = None # str | ||
| self.docType = None # str | ||
| self.dependent_questionnaires_count = None # int | ||
@@ -45,0 +47,0 @@ self.upload_time = None # long |
@@ -40,2 +40,3 @@ #!/usr/bin/env python | ||
| 'htmlPrintUrl': 'str', | ||
| 'documentDescription': 'str', | ||
| 'id': 'float', | ||
@@ -61,4 +62,5 @@ 'guid': 'str' | ||
| self.htmlPrintUrl = None # str | ||
| self.documentDescription = None # str | ||
| self.id = None # float | ||
| self.guid = None # str | ||
| __pkgname__ = "groupdocs-python" | ||
| __version__ = "2.2.0" | ||
| __version__ = "2.3.0" |
+3
-3
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 1.1 | ||
| Metadata-Version: 1.0 | ||
| Name: groupdocs-python | ||
| Version: 2.2.0 | ||
| Version: 2.3.0 | ||
| Summary: A Python interface to the GroupDocs API | ||
@@ -13,3 +13,3 @@ Home-page: http://groupdocs.com/ | ||
| Latest SDK version 2.2.0. | ||
| Latest SDK version 2.3.0. | ||
@@ -16,0 +16,0 @@ Requirements |
+1
-1
| GroupDocs Python SDK |Build Status|_ | ||
| #################################### | ||
| Latest SDK version 2.2.0. | ||
| Latest SDK version 2.3.0. | ||
@@ -6,0 +6,0 @@ Requirements |
+0
-0
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.