diff --git a/.manifest.json b/.manifest.json index e29aebe..67cc6ce 100644 --- a/.manifest.json +++ b/.manifest.json @@ -1,6 +1,6 @@ { - "liblabVersion": "2.1.28", - "date": "2024-08-21T11:02:23.117Z", + "liblabVersion": "2.1.29", + "date": "2024-08-27T11:01:50.993Z", "config": { "apiId": 947, "sdkName": "signplus", @@ -29,7 +29,16 @@ "sdkVersion": "1.0.0" }, "java": { - "groupId": "alohi.signplus", + "groupId": "com.alohi", + "artifactId": "signplus", + "developers": [ + { + "name": "Alohi SA", + "email": "support@alohi.com", + "organization": "Alohi SA", + "organizationUrl": "https://www.alohi.com" + } + ], "additionalConstructorParameters": [], "githubRepoName": "signplus-java", "liblabVersion": "2", @@ -50,7 +59,7 @@ "githubRepoName": "signplus-php", "ignoreFiles": [], "liblabVersion": "2", - "sdkVersion": "2.0.0" + "sdkVersion": "1.0.0" }, "typescript": { "bundle": false, @@ -96,7 +105,7 @@ "httpMethodsToRetry": ["GET", "POST", "PUT", "DELETE", "PATCH", "HEAD", "OPTIONS"] }, "multiTenant": true, - "specUrl": "https://prod-liblab-api-stack-specs.s3.us-east-1.amazonaws.com/947/open-api-spec.yaml?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA5P3QKKDKGVNIJ2H7%2F20240821%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240821T110214Z&X-Amz-Expires=43200&X-Amz-Signature=009d5622184bfe1c39e60a5d0a55af4a2e741c467ac7da365003bdd60373a218&X-Amz-SignedHeaders=host&x-id=GetObject", + "specUrl": "https://prod-liblab-api-stack-specs.s3.us-east-1.amazonaws.com/947/open-api-spec.yaml?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Content-Sha256=UNSIGNED-PAYLOAD&X-Amz-Credential=AKIA5P3QKKDKGVNIJ2H7%2F20240827%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240827T110142Z&X-Amz-Expires=43200&X-Amz-Signature=ae8f7da51336296dd6ad31506e9c8a3f5424d756f91a0ede5913ecd2b03a804d&X-Amz-SignedHeaders=host&x-id=GetObject", "includeWatermark": false, "packageId": "Alohi.Signplus", "githubRepoName": "signplus-sharp", diff --git a/documentation/services/SignplusService.md b/documentation/services/SignplusService.md index e3169a0..0542360 100644 --- a/documentation/services/SignplusService.md +++ b/documentation/services/SignplusService.md @@ -567,7 +567,7 @@ using Signplus.Models; var client = new SignplusClient(); -var input = new SetEnvelopeExpirationRequest(6); +var input = new SetEnvelopeExpirationRequest(3); var response = await client.Signplus.SetEnvelopeExpirationDateAsync(input, "envelope_id"); @@ -692,7 +692,7 @@ using Signplus.Models; var client = new SignplusClient(); -var input = new AddAnnotationRequest("document_id", 5, 2.83, 1.27, 5.18, 4.34, AnnotationType.Text); +var input = new AddAnnotationRequest("document_id", 7, 7.25, 7.35, 6.25, 9.77, AnnotationType.Text); var response = await client.Signplus.AddEnvelopeAnnotationAsync(input, "envelope_id"); @@ -1179,7 +1179,7 @@ using Signplus.Models; var client = new SignplusClient(); -var input = new AddAnnotationRequest("document_id", 5, 2.83, 1.27, 5.18, 4.34, AnnotationType.Text); +var input = new AddAnnotationRequest("document_id", 7, 7.25, 7.35, 6.25, 9.77, AnnotationType.Text); var response = await client.Signplus.AddTemplateAnnotationAsync(input, "template_id");