Skip to content

Commit

Permalink
Added missing info to the pom.xml
Browse files Browse the repository at this point in the history
liblab SDK update v2.0.0
  • Loading branch information
upcFrost authored Aug 21, 2024
2 parents a017b24 + ed7b01a commit 7c1a642
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 36 deletions.
20 changes: 18 additions & 2 deletions .manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"liblabVersion": "2.1.28",
"date": "2024-08-21T15:45:27.984Z",
"date": "2024-08-21T16:17:52.441Z",
"config": {
"apiId": 947,
"sdkName": "signplus",
Expand Down Expand Up @@ -31,6 +31,14 @@
"java": {
"groupId": "com.alohi",
"artifactId": "signplus",
"developers": [
{
"name": "Alohi SA",
"email": "[email protected]",
"organization": "Alohi SA",
"organizationUrl": "https://www.alohi.com"
}
],
"additionalConstructorParameters": [],
"githubRepoName": "signplus-java",
"liblabVersion": "2",
Expand Down Expand Up @@ -97,10 +105,18 @@
"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=20240821T154526Z&X-Amz-Expires=43200&X-Amz-Signature=4acb6d99b2d8fa5116920ec6e560ef3564dba26c863d86e3f6a35df9f429c387&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,
"groupId": "com.alohi",
"artifactId": "signplus",
"developers": [
{
"name": "Alohi SA",
"email": "[email protected]",
"organization": "Alohi SA",
"organizationUrl": "https://www.alohi.com"
}
],
"additionalConstructorParameters": [],
"githubRepoName": "signplus-java",
"language": "java",
Expand Down
68 changes: 34 additions & 34 deletions documentation/services/SignplusService.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class Main {
.builder()
.name("name")
.legalityLevel(EnvelopeLegalityLevel.SES)
.expiresAt(5L)
.expiresAt(8L)
.comment("comment")
.sandbox(false)
.build();
Expand Down Expand Up @@ -133,7 +133,7 @@ public class Main {
.builder()
.name("name")
.comment("comment")
.sandbox(true)
.sandbox(false)
.build();

Envelope response = signplus.signplusService.createEnvelopeFromTemplate(
Expand Down Expand Up @@ -199,17 +199,17 @@ public class Main {
.ids(ids)
.statuses(statuses)
.folderIds(folderIds)
.onlyRootFolder(false)
.dateFrom(1L)
.dateTo(4L)
.onlyRootFolder(true)
.dateFrom(4L)
.dateTo(7L)
.uid("uid")
.first(1L)
.last(5L)
.first(8L)
.last(9L)
.after("after")
.before("before")
.orderField(EnvelopeOrderField.CREATION_DATE)
.ascending(false)
.includeTrash(false)
.includeTrash(true)
.build();

ListEnvelopesResponse response = signplus.signplusService.listEnvelopes(listEnvelopesRequest);
Expand Down Expand Up @@ -787,7 +787,7 @@ public class Main {
.builder()
.subject("subject")
.message("message")
.reminderInterval(0L)
.reminderInterval(1L)
.build();

Envelope response = signplus.signplusService.setEnvelopeNotification("envelope_id", envelopeNotification);
Expand Down Expand Up @@ -833,7 +833,7 @@ public class Main {

SetEnvelopeExpirationRequest setEnvelopeExpirationRequest = SetEnvelopeExpirationRequest
.builder()
.expiresAt(8L)
.expiresAt(6L)
.build();

Envelope response = signplus.signplusService.setEnvelopeExpirationDate("envelope_id", setEnvelopeExpirationRequest);
Expand Down Expand Up @@ -1028,13 +1028,13 @@ public class Main {
.builder()
.family(AnnotationFontFamily.UNKNOWN)
.italic(true)
.bold(false)
.bold(true)
.build();

AnnotationText annotationText = AnnotationText
.builder()
.size(9.27D)
.color(3.32D)
.size(0.75D)
.color(0.4D)
.value("value")
.tooltip("tooltip")
.dynamicFieldName("dynamic_field_name")
Expand All @@ -1043,12 +1043,12 @@ public class Main {

AnnotationDateTime annotationDateTime = AnnotationDateTime
.builder()
.size(5.54D)
.size(2.34D)
.font(annotationFont)
.color("color")
.autoFill(false)
.timezone("timezone")
.timestamp(8L)
.timestamp(6L)
.format(AnnotationDateTimeFormat.DMY_NUMERIC_SLASH)
.build();

Expand All @@ -1062,11 +1062,11 @@ public class Main {
.builder()
.recipientId("recipient_id")
.documentId("document_id")
.page(6L)
.x(4.19D)
.y(8.41D)
.width(8.25D)
.height(9.18D)
.page(5L)
.x(2.83D)
.y(1.27D)
.width(5.18D)
.height(4.34D)
.required(false)
.type(AnnotationType.TEXT)
.signature(annotationSignature)
Expand Down Expand Up @@ -1203,12 +1203,12 @@ public class Main {
.name("name")
.tags(tags)
.ids(ids)
.first(8L)
.last(7L)
.first(2L)
.last(0L)
.after("after")
.before("before")
.orderField(TemplateOrderField.TEMPLATE_ID)
.ascending(false)
.ascending(true)
.build();

ListTemplatesResponse response = signplus.signplusService.listTemplates(listTemplatesRequest);
Expand Down Expand Up @@ -1643,7 +1643,7 @@ public class Main {
.builder()
.subject("subject")
.message("message")
.reminderInterval(0L)
.reminderInterval(1L)
.build();

Template response = signplus.signplusService.setTemplateNotification("template_id", envelopeNotification);
Expand Down Expand Up @@ -1787,13 +1787,13 @@ public class Main {
.builder()
.family(AnnotationFontFamily.UNKNOWN)
.italic(true)
.bold(false)
.bold(true)
.build();

AnnotationText annotationText = AnnotationText
.builder()
.size(9.27D)
.color(3.32D)
.size(0.75D)
.color(0.4D)
.value("value")
.tooltip("tooltip")
.dynamicFieldName("dynamic_field_name")
Expand All @@ -1802,12 +1802,12 @@ public class Main {

AnnotationDateTime annotationDateTime = AnnotationDateTime
.builder()
.size(5.54D)
.size(2.34D)
.font(annotationFont)
.color("color")
.autoFill(false)
.timezone("timezone")
.timestamp(8L)
.timestamp(6L)
.format(AnnotationDateTimeFormat.DMY_NUMERIC_SLASH)
.build();

Expand All @@ -1821,11 +1821,11 @@ public class Main {
.builder()
.recipientId("recipient_id")
.documentId("document_id")
.page(6L)
.x(4.19D)
.y(8.41D)
.width(8.25D)
.height(9.18D)
.page(5L)
.x(2.83D)
.y(1.27D)
.width(5.18D)
.height(4.34D)
.required(false)
.type(AnnotationType.TEXT)
.signature(annotationSignature)
Expand Down
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
<url>https://github.com/alohihq/signplus-java</url>
</scm>

<!-- See https://central.sonatype.org/publish/requirements/#developer-information -->
<developers>
<developer>
<name>Alohi SA</name>
<email>[email protected]</email>
<organization>Alohi SA</organization>
<organizationUrl>https://www.alohi.com</organizationUrl>
</developer>
</developers>

<licenses>
<license>
<name>MIT</name>
Expand Down

0 comments on commit 7c1a642

Please sign in to comment.