Skip to content

Commit

Permalink
v22.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-arnold-veeva committed Apr 29, 2022
1 parent f95fb67 commit d0dec9c
Show file tree
Hide file tree
Showing 894 changed files with 3,464 additions and 3,482 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ VAPIL provides full API endpoint coverage for Vault integrations.
<li>Expose API requests/responses in clearly defined Java classes, getters, setters, and methods</li>
</ul>
<b>Dedication to documentation, available in <a
href="https://veeva.github.io/vault-api-library/javadoc/22.1.0/index.html" target="_blank">Javadoc</a></b>
href="https://veeva.github.io/vault-api-library/javadoc/22.1.1/index.html" target="_blank">Javadoc</a></b>
<ul>
<li>Easily find API endpoints from Vault help webpage in the source or Javadoc</li>
<li>One-to-one alignment between VAPIL methods and the Vault API endpoint/documentation</li>
Expand Down Expand Up @@ -69,7 +69,7 @@ Source code is available on GitHub: <a
&lt;dependency&gt;
&lt;groupId&gt;com.veeva.vault&lt;/groupId&gt;
&lt;artifactId&gt;vapil&lt;/artifactId&gt;
&lt;version&gt;22.1.0&lt;/version&gt;
&lt;version&gt;22.1.1&lt;/version&gt;
&lt;/dependency&gt;
&lt;/dependencies&gt;</pre>
</li>
Expand Down
Binary file removed binaries/22.1.0/vapil-22.1.0-javadoc.jar
Binary file not shown.
1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0-javadoc.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0-javadoc.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0-shaded.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0-shaded.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0-sources.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0-sources.jar.sha1

This file was deleted.

Binary file removed binaries/22.1.0/vapil-22.1.0.jar
Binary file not shown.
1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0.jar.md5

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0.jar.sha1

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0.pom.md5

This file was deleted.

1 change: 0 additions & 1 deletion binaries/22.1.0/vapil-22.1.0.pom.sha1

This file was deleted.

Binary file added binaries/22.1.1/vapil-22.1.1-javadoc.jar
Binary file not shown.
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1-javadoc.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20472cea1a4f0b25f69f4568ac507812
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1-javadoc.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d3b5390894d98f60d7d2f991fa3b23dbfad72b91
Binary file not shown.
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1-sources.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
b2ee95e50fdaa7672a7372cd02178a1f
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1-sources.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3df5d2cb919513531d898a361c8463d4dbd88911
Binary file not shown.
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1.jar.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
161e843ea15e658175af9dfc42c690c7
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3a34a01838382997cc3f0d23e8662ffa14098cf4
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.veeva.vault</groupId>
<artifactId>vapil</artifactId>
<version>22.1.0</version>
<version>22.1.1</version>
</project>
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1.pom.md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
273895f5fcee1c2ff188e28832daefc5
1 change: 1 addition & 0 deletions binaries/22.1.1/vapil-22.1.1.pom.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
84884413dfcabe646c48f1f442cb2a75ff5592e5
6 changes: 3 additions & 3 deletions binaries/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<groupId>com.veeva.vault</groupId>
<artifactId>vapil</artifactId>
<versioning>
<release>22.1.0</release>
<release>22.1.1</release>
<versions>
<version>22.1.0</version>
<version>22.1.1</version>
</versions>
<lastUpdated>20220425140336</lastUpdated>
<lastUpdated>20220429175822</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion binaries/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7e91dc6cda86049db6c7121f21347b6c
6d2bfa07cdeeafd397371c2bf724d09f
2 changes: 1 addition & 1 deletion binaries/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
635d81f42a2e9d8364a9d01a92b96334a712e174
eb88fce1b13001927f4ef3ec9568d72d71ec80bc
18 changes: 1 addition & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.veeva.vault</groupId>
<artifactId>vapil</artifactId>
<version>22.1.0</version>
<version>22.1.1</version>

<packaging>jar</packaging>

Expand Down Expand Up @@ -263,22 +263,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.2.4</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>true</shadedArtifactAttached>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
6 changes: 3 additions & 3 deletions src/main/javadoc/allclasses-frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:33 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:19 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>All Classes (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
6 changes: 3 additions & 3 deletions src/main/javadoc/allclasses-noframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:33 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:19 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>All Classes (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>All Classes (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:32 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VaultClient.AuthenticationType (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>VaultClient.AuthenticationType (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VaultClient.AuthenticationType (Vault-API-Library 22.1.0 API)";
parent.document.title="VaultClient.AuthenticationType (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:32 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VaultClient (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>VaultClient (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VaultClient (Vault-API-Library 22.1.0 API)";
parent.document.title="VaultClient (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:32 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VaultClientBuilder (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>VaultClientBuilder (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VaultClientBuilder (Vault-API-Library 22.1.0 API)";
parent.document.title="VaultClientBuilder (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:32 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>VaultClientId (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>VaultClientId (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="VaultClientId (Vault-API-Library 22.1.0 API)";
parent.document.title="VaultClientId (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:33 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClient.AuthenticationType (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClient.AuthenticationType (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClient.AuthenticationType (Vault-API-Library 22.1.0 API)";
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClient.AuthenticationType (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:33 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClient (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClient (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClient (Vault-API-Library 22.1.0 API)";
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClient (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:33 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClientBuilder (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClientBuilder (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClientBuilder (Vault-API-Library 22.1.0 API)";
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClientBuilder (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:33 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClientId (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>Uses of Class com.veeva.vault.vapil.api.client.VaultClientId (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClientId (Vault-API-Library 22.1.0 API)";
parent.document.title="Uses of Class com.veeva.vault.vapil.api.client.VaultClientId (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:32 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.veeva.vault.vapil.api.client (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>com.veeva.vault.vapil.api.client (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_312) on Mon Apr 25 10:03:32 EDT 2022 -->
<!-- Generated by javadoc (1.8.0_312) on Fri Apr 29 13:58:18 EDT 2022 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.veeva.vault.vapil.api.client (Vault-API-Library 22.1.0 API)</title>
<meta name="date" content="2022-04-25">
<title>com.veeva.vault.vapil.api.client (Vault-API-Library 22.1.1 API)</title>
<meta name="date" content="2022-04-29">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.veeva.vault.vapil.api.client (Vault-API-Library 22.1.0 API)";
parent.document.title="com.veeva.vault.vapil.api.client (Vault-API-Library 22.1.1 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit d0dec9c

Please sign in to comment.