From 724277bd04060f1f1d56d569398afb8640aa3366 Mon Sep 17 00:00:00 2001
From: alohihq <43223332+riwanl8@users.noreply.github.com>
Date: Wed, 21 Aug 2024 16:18:17 +0000
Subject: [PATCH] liblab SDK update for version v2.0.0
---
.manifest.json | 27 +++++++++++++++--------
README.md | 4 ++--
Signplus/Signplus.csproj | 2 +-
documentation/services/SignplusService.md | 6 ++---
4 files changed, 24 insertions(+), 15 deletions(-)
diff --git a/.manifest.json b/.manifest.json
index e29aebe..caddb90 100644
--- a/.manifest.json
+++ b/.manifest.json
@@ -1,10 +1,10 @@
{
"liblabVersion": "2.1.28",
- "date": "2024-08-21T11:02:23.117Z",
+ "date": "2024-08-21T16:17:55.910Z",
"config": {
"apiId": 947,
"sdkName": "signplus",
- "sdkVersion": "1.0.0",
+ "sdkVersion": "2.0.0",
"liblabVersion": "2",
"deliveryMethods": ["zip"],
"languages": ["csharp"],
@@ -18,7 +18,7 @@
"githubRepoName": "signplus-sharp",
"ignoreFiles": [],
"liblabVersion": "2",
- "sdkVersion": "1.0.0"
+ "sdkVersion": "2.0.0"
},
"go": {
"goModuleName": "github.com/alohihq/signplus-go",
@@ -26,14 +26,23 @@
"githubRepoName": "signplus-go",
"ignoreFiles": [],
"liblabVersion": "2",
- "sdkVersion": "1.0.0"
+ "sdkVersion": "2.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",
- "sdkVersion": "1.0.0"
+ "sdkVersion": "2.0.0"
},
"python": {
"alwaysInitializeOptionals": false,
@@ -42,7 +51,7 @@
"githubRepoName": "signplus-python",
"ignoreFiles": [],
"liblabVersion": "2",
- "sdkVersion": "1.0.0"
+ "sdkVersion": "2.0.0"
},
"php": {
"packageName": "alohi/signplus",
@@ -62,7 +71,7 @@
"githubRepoName": "signplus-typescript",
"ignoreFiles": [],
"liblabVersion": "2",
- "sdkVersion": "1.0.0"
+ "sdkVersion": "2.0.0"
}
},
"publishing": {
@@ -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%2F20240821%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240821T161747Z&X-Amz-Expires=43200&X-Amz-Signature=7cd3dd73691b6e954924f6e70d23937eda90cbefc4d61b27b5ea3cae8365739b&X-Amz-SignedHeaders=host&x-id=GetObject",
"includeWatermark": false,
"packageId": "Alohi.Signplus",
"githubRepoName": "signplus-sharp",
diff --git a/README.md b/README.md
index 6e60a36..23937e5 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
-# Signplus C# SDK 1.0.0
+# Signplus C# SDK 2.0.0
Welcome to the Signplus SDK documentation. This guide will help you get started with integrating and using the Signplus SDK in your project.
## Versions
- API version: `2.0.0`
-- SDK version: `1.0.0`
+- SDK version: `2.0.0`
## About the API
diff --git a/Signplus/Signplus.csproj b/Signplus/Signplus.csproj
index ee9761c..cf2d490 100644
--- a/Signplus/Signplus.csproj
+++ b/Signplus/Signplus.csproj
@@ -5,7 +5,7 @@
enable
enable
Signplus
- 1.0.0
+ 2.0.0
Alohi.Signplus
README.md
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");