blueink-client-python 1.4.0__tar.gz → 1.5.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {blueink_client_python-1.4.0/src/blueink_client_python.egg-info → blueink_client_python-1.5.0}/PKG-INFO +1 -1
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/setup.cfg +1 -1
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/model/bundles.py +5 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/bundle.py +15 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_bundle_helper.py +28 -1
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0/src/blueink_client_python.egg-info}/PKG-INFO +1 -1
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/LICENSE +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/README.md +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/pyproject.toml +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/__init__.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/bundle_helper.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/client.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/constants.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/endpoints.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/model/__init__.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/model/persons.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/model/webhook.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/paginator.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/person_helper.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/request_helper.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/__init__.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/envelope_template.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/packet.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/person.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/subclient.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/template.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/verify.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/webhook.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/__init__.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_apiv2_218_constants.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_client.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_person_helper.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/utils/__init__.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/utils/testcase.py +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink_client_python.egg-info/SOURCES.txt +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink_client_python.egg-info/dependency_links.txt +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink_client_python.egg-info/requires.txt +0 -0
- {blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink_client_python.egg-info/top_level.txt +0 -0
|
@@ -257,6 +257,8 @@ class Document(BaseModel):
|
|
|
257
257
|
fields: Optional[List[Field]] = None
|
|
258
258
|
auto_placements: Optional[List[AutoPlacement]] = None
|
|
259
259
|
html_fields_mode: Optional[str] = None
|
|
260
|
+
converted_adobe_fields_to: Optional[str] = None
|
|
261
|
+
adobe_field_assignments: Optional[dict] = None
|
|
260
262
|
|
|
261
263
|
@classmethod
|
|
262
264
|
def create(cls, key=None, **kwargs):
|
|
@@ -341,6 +343,9 @@ class Bundle(BaseModel):
|
|
|
341
343
|
expires: Optional[str] = None
|
|
342
344
|
allow_signer_reassign: Optional[bool] = None
|
|
343
345
|
allow_chained_signer_reassign: Optional[bool] = None
|
|
346
|
+
max_reminders: Optional[int] = None
|
|
347
|
+
owner_name: Optional[str] = None
|
|
348
|
+
owner_email: Optional[str] = None
|
|
344
349
|
tag_values: Optional[dict] = None
|
|
345
350
|
|
|
346
351
|
@classmethod
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/bundle.py
RENAMED
|
@@ -353,6 +353,21 @@ class BundleSubClient(SubClient):
|
|
|
353
353
|
url = self.build_url(endpoints.BUNDLES.LIST_FILES, bundle_id=bundle_id)
|
|
354
354
|
return self._requests.get(url)
|
|
355
355
|
|
|
356
|
+
def generate_files(self, bundle_id: str) -> NormalizedResponse:
|
|
357
|
+
"""Enqueue unsigned filled-PDF generation for an incomplete Bundle.
|
|
358
|
+
|
|
359
|
+
Requires early file access (FEATURE.API_DATA_EARLY). Poll list_files
|
|
360
|
+
until ready (APIv2 2.19.0+).
|
|
361
|
+
|
|
362
|
+
Args:
|
|
363
|
+
bundle_id: which bundle to generate files for
|
|
364
|
+
|
|
365
|
+
Returns:
|
|
366
|
+
NormalizedResponse object (body includes the Bundle id)
|
|
367
|
+
"""
|
|
368
|
+
url = self.build_url(endpoints.BUNDLES.LIST_FILES, bundle_id=bundle_id)
|
|
369
|
+
return self._requests.put(url)
|
|
370
|
+
|
|
356
371
|
def list_data(self, bundle_id: str) -> NormalizedResponse:
|
|
357
372
|
"""Return a data for the supplied bundle corresponding to the id
|
|
358
373
|
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_bundle_helper.py
RENAMED
|
@@ -5,7 +5,7 @@ import pytest
|
|
|
5
5
|
from munch import Munch
|
|
6
6
|
|
|
7
7
|
from blueink.bundle_helper import BundleHelper
|
|
8
|
-
from blueink.model.bundles import ImportedDocument
|
|
8
|
+
from blueink.model.bundles import Bundle, Document, ImportedDocument
|
|
9
9
|
from blueink.utils.testcase import TestCase
|
|
10
10
|
|
|
11
11
|
|
|
@@ -632,3 +632,30 @@ class TestImportedDocument(TestCase):
|
|
|
632
632
|
"""Test that providing only file_url raises a ValidationError"""
|
|
633
633
|
with pytest.raises(Exception):
|
|
634
634
|
ImportedDocument.create(file_url="https://example.com/test.pdf")
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
class TestApiV219BundleModels(TestCase):
|
|
638
|
+
def test_bundle_model_accepts_owner_and_max_reminders(self):
|
|
639
|
+
bundle = Bundle(
|
|
640
|
+
packets=[],
|
|
641
|
+
documents=[],
|
|
642
|
+
max_reminders=3,
|
|
643
|
+
owner_name="Ada Lovelace",
|
|
644
|
+
owner_email="ada@example.com",
|
|
645
|
+
)
|
|
646
|
+
self.assert_equal(bundle.max_reminders, 3)
|
|
647
|
+
self.assert_equal(bundle.owner_name, "Ada Lovelace")
|
|
648
|
+
self.assert_equal(bundle.owner_email, "ada@example.com")
|
|
649
|
+
|
|
650
|
+
def test_bundle_model_accepts_null_max_reminders(self):
|
|
651
|
+
bundle = Bundle(packets=[], documents=[], max_reminders=None)
|
|
652
|
+
self.assert_equal(bundle.max_reminders, None)
|
|
653
|
+
|
|
654
|
+
def test_document_model_accepts_adobe_field_assignments(self):
|
|
655
|
+
doc = Document(
|
|
656
|
+
key="doc-1",
|
|
657
|
+
converted_adobe_fields_to="signer-1",
|
|
658
|
+
adobe_field_assignments={"Signature1": "signer-1"},
|
|
659
|
+
)
|
|
660
|
+
self.assert_equal(doc.converted_adobe_fields_to, "signer-1")
|
|
661
|
+
self.assert_equal(doc.adobe_field_assignments["Signature1"], "signer-1")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/packet.py
RENAMED
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/person.py
RENAMED
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/subclient.py
RENAMED
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/template.py
RENAMED
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/verify.py
RENAMED
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/subclients/webhook.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_client.py
RENAMED
|
File without changes
|
{blueink_client_python-1.4.0 → blueink_client_python-1.5.0}/src/blueink/tests/test_person_helper.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|