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 DocumentWord: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'value': 'str', | ||
| 'position': 'int' | ||
| } | ||
| self.value = None # str | ||
| self.position = 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 GetQuestionnaireTemplateResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'GetQuestionnaireTemplateResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # GetQuestionnaireTemplateResult | ||
| 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 GetQuestionnaireTemplateResult: | ||
| """ | ||
| 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', | ||
| 'templateEditorFields': 'list[TemplateEditorField]' | ||
| } | ||
| self.documentId = None # str | ||
| self.templateEditorFields = 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 SignatureFormParticipantsResponse: | ||
| """ | ||
| NOTE: This class is auto generated by the swagger code generator program. | ||
| Do not edit the class manually.""" | ||
| def __init__(self): | ||
| self.swaggerTypes = { | ||
| 'result': 'SignatureFormParticipantsResult', | ||
| 'status': 'str', | ||
| 'error_message': 'str', | ||
| 'composedOn': 'long' | ||
| } | ||
| self.result = None # SignatureFormParticipantsResult | ||
| 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 SignatureFormParticipantsResult: | ||
| """ | ||
| 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', | ||
| 'participants': 'list[SignatureFormParticipantInfo]' | ||
| } | ||
| self.formId = None # str | ||
| self.participants = None # list[SignatureFormParticipantInfo] | ||
| #!/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 TemplateEditorFieldOption: | ||
| """ | ||
| 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', | ||
| 'rect': 'Rectangle' | ||
| } | ||
| self.name = None # str | ||
| self.rect = None # Rectangle | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -26,4 +26,3 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'id': 'float', | ||
| 'guid': 'str' | ||
| 'delete_annotation_results': 'list[DeleteAnnotationResult]' | ||
@@ -33,4 +32,3 @@ } | ||
| self.id = None # float | ||
| self.guid = None # str | ||
| self.delete_annotation_results = None # list[DeleteAnnotationResult] | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -38,3 +38,4 @@ #!/usr/bin/env python | ||
| 'name': 'str', | ||
| 'callback_url': 'str' | ||
| 'callback_url': 'str', | ||
| 'type': 'str' | ||
@@ -57,2 +58,3 @@ } | ||
| self.callback_url = None # str | ||
| self.type = None # str | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -38,3 +38,4 @@ #!/usr/bin/env python | ||
| 'name': 'str', | ||
| 'callback_url': 'str' | ||
| 'callback_url': 'str', | ||
| 'type': 'str' | ||
@@ -57,2 +58,3 @@ } | ||
| self.callback_url = None # str | ||
| self.type = None # str | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -29,2 +29,3 @@ #!/usr/bin/env python | ||
| 'name': 'str', | ||
| 'email': 'str', | ||
| 'top': 'float', | ||
@@ -44,2 +45,3 @@ 'left': 'float', | ||
| self.name = None # str | ||
| self.email = None # str | ||
| self.top = None # float | ||
@@ -46,0 +48,0 @@ self.left = None # float |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -44,3 +44,4 @@ #!/usr/bin/env python | ||
| 'groupName': 'str', | ||
| 'settings': 'str' | ||
| 'settings': 'str', | ||
| 'lockDuringSign': 'bool' | ||
@@ -69,2 +70,3 @@ } | ||
| self.settings = None # str | ||
| self.lockDuringSign = None # bool | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -52,3 +52,4 @@ #!/usr/bin/env python | ||
| 'showParticipantCommentInSignedDocument': 'bool', | ||
| 'tags': 'str' | ||
| 'tags': 'str', | ||
| 'parseFields': 'bool' | ||
@@ -85,2 +86,3 @@ } | ||
| self.tags = None # str | ||
| self.parseFields = None # bool | ||
@@ -31,3 +31,4 @@ #!/usr/bin/env python | ||
| 'email': 'str', | ||
| 'comment': 'str' | ||
| 'comment': 'str', | ||
| 'name': 'str' | ||
@@ -43,2 +44,3 @@ } | ||
| self.comment = None # str | ||
| self.name = None # str | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -27,2 +27,3 @@ #!/usr/bin/env python | ||
| 'name': 'str', | ||
| 'email': 'str', | ||
| 'top': 'float', | ||
@@ -40,2 +41,3 @@ 'left': 'float', | ||
| self.name = None # str | ||
| self.email = None # str | ||
| self.top = None # float | ||
@@ -42,0 +44,0 @@ self.left = None # float |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -27,3 +27,4 @@ #!/usr/bin/env python | ||
| 'authData': 'str', | ||
| 'comment': 'str' | ||
| 'comment': 'str', | ||
| 'email': 'str' | ||
@@ -35,2 +36,3 @@ } | ||
| self.comment = None # str | ||
| self.email = None # str | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -33,2 +33,3 @@ #!/usr/bin/env python | ||
| 'acceptableValues': 'list[str]', | ||
| 'options': 'list[TemplateEditorFieldOption]', | ||
| 'style': 'TemplateEditorFieldStyle', | ||
@@ -47,4 +48,5 @@ 'isTableMarker': 'bool' | ||
| self.acceptableValues = None # list[str] | ||
| self.options = None # list[TemplateEditorFieldOption] | ||
| self.style = None # TemplateEditorFieldStyle | ||
| self.isTableMarker = None # bool | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -26,3 +26,5 @@ #!/usr/bin/env python | ||
| self.swaggerTypes = { | ||
| 'fields': 'list[TemplateEditorField]' | ||
| 'fields': 'list[TemplateEditorField]', | ||
| 'words': 'list[DocumentWord]', | ||
| 'pageSizes': 'list[str]' | ||
@@ -33,2 +35,4 @@ } | ||
| self.fields = None # list[TemplateEditorField] | ||
| self.words = None # list[DocumentWord] | ||
| self.pageSizes = None # list[str] | ||
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -110,2 +110,9 @@ #!/usr/bin/env python | ||
| 'signature_enable_form_comment': 'bool', | ||
| 'can_participan_download_form': 'bool', | ||
| 'can_participant_print_form': 'bool', | ||
| 'notify_form_owner_on_sign': 'bool', | ||
| 'attach_signed_form_document': 'bool', | ||
| 'show_participant_comment_in_signed_document': 'bool', | ||
| 'forms_notify_other_on_sign': 'str', | ||
| 'form_document_parse_fields': 'bool', | ||
| 'id': 'long', | ||
@@ -202,2 +209,9 @@ 'guid': 'str', | ||
| self.signature_enable_form_comment = None # bool | ||
| self.can_participan_download_form = None # bool | ||
| self.can_participant_print_form = None # bool | ||
| self.notify_form_owner_on_sign = None # bool | ||
| self.attach_signed_form_document = None # bool | ||
| self.show_participant_comment_in_signed_document = None # bool | ||
| self.forms_notify_other_on_sign = None # str | ||
| self.form_document_parse_fields = None # bool | ||
| self.id = None # long | ||
@@ -204,0 +218,0 @@ self.guid = None # str |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
@@ -281,3 +281,3 @@ #!/usr/bin/env python | ||
| def Upload(self, userId, path, isKeepBothMode, body, **kwargs): | ||
| def Upload(self, userId, path, body, **kwargs): | ||
| """Upload | ||
@@ -290,3 +290,3 @@ | ||
| callbackUrl, str: Callback url (optional) | ||
| isKeepBothMode, bool: Is keep both mode (optional) | ||
| overrideMode, int: Override mode (optional) | ||
| body, stream: Stream (required) | ||
@@ -296,5 +296,5 @@ | ||
| """ | ||
| if( userId == None or path == None or isKeepBothMode == None or body == None ): | ||
| if( userId == None or path == None or body == None ): | ||
| raise ApiException(400, "missing required parameters") | ||
| allParams = ['userId', 'path', 'description', 'callbackUrl', 'isKeepBothMode', 'body'] | ||
| allParams = ['userId', 'path', 'description', 'callbackUrl', 'overrideMode', 'body'] | ||
@@ -308,3 +308,3 @@ params = locals() | ||
| resourcePath = '/storage/{userId}/folders/{*path}?description={description}&callbackUrl={callbackUrl}&isKeepBothMode={isKeepBothMode}'.replace('*', '') | ||
| resourcePath = '/storage/{userId}/folders/{*path}?description={description}&callbackUrl={callbackUrl}&overrideMode={overrideMode}'.replace('*', '') | ||
| pos = resourcePath.find("?") | ||
@@ -323,2 +323,4 @@ if pos != -1: | ||
| queryParams['callbackUrl'] = self.apiClient.toPathValue(params['callbackUrl']) | ||
| if ('overrideMode' in params): | ||
| queryParams['overrideMode'] = self.apiClient.toPathValue(params['overrideMode']) | ||
| if ('userId' in params): | ||
@@ -332,6 +334,2 @@ replacement = str(self.apiClient.toPathValue(params['userId'])) | ||
| 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) | ||
@@ -338,0 +336,0 @@ response = self.apiClient.callAPI(self.basePath, resourcePath, method, queryParams, |
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
| __pkgname__ = "groupdocs-python" | ||
| __version__ = "2.0.0" | ||
| __version__ = "2.1.0" |
+3
-3
@@ -1,4 +0,4 @@ | ||
| Metadata-Version: 1.1 | ||
| Metadata-Version: 1.0 | ||
| Name: groupdocs-python | ||
| Version: 2.0.0 | ||
| Version: 2.1.0 | ||
| Summary: A Python interface to the GroupDocs API | ||
@@ -13,3 +13,3 @@ Home-page: http://groupdocs.com/ | ||
| Latest SDK version 2.0.0. | ||
| Latest SDK version 2.1.0. | ||
@@ -16,0 +16,0 @@ Requirements |
+1
-1
| GroupDocs Python SDK |Build Status|_ | ||
| #################################### | ||
| Latest SDK version 2.0.0. | ||
| Latest SDK version 2.1.0. | ||
@@ -6,0 +6,0 @@ Requirements |
+0
-0
@@ -0,0 +0,0 @@ #!/usr/bin/env python |
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.