This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/nifi-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7c5c0a5  Published documentation for NiFi Registry 1.18.0
7c5c0a5 is described below

commit 7c5c0a56a3db286a0a4b270cfe5dd9b1843a3caa
Author: exceptionfactory <[email protected]>
AuthorDate: Thu Oct 6 17:05:57 2022 -0500

    Published documentation for NiFi Registry 1.18.0
---
 .../html/administration-guide.html                 |   2 +-
 docs/nifi-registry-docs/html/getting-started.html  |  28 +++-
 .../html/images/add-registry-client.png            | Bin 0 -> 19439 bytes
 .../configure-registry-client-properties.png       | Bin 0 -> 29112 bytes
 docs/nifi-registry-docs/html/images/iconEdit.png   | Bin 0 -> 652 bytes
 .../html/images/local_registry.png                 | Bin 70503 -> 54395 bytes
 .../html/images/registry-client-added.png          | Bin 0 -> 54903 bytes
 docs/nifi-registry-docs/html/user-guide.html       |   2 +-
 docs/nifi-registry-docs/js/application.js          |   3 +-
 docs/nifi-registry-docs/rest-api/index.html        | 186 +++++++++++++++++----
 ...nf-registry.bundle.min.8b0d8fc445ef66624bb5.js} |   2 +-
 ...20ff5.js => vendor.min.28beb2fc6b8c40e5cd64.js} |   0
 12 files changed, 182 insertions(+), 41 deletions(-)

diff --git a/docs/nifi-registry-docs/html/administration-guide.html 
b/docs/nifi-registry-docs/html/administration-guide.html
index 6fd9713..2dd4b6d 100644
--- a/docs/nifi-registry-docs/html/administration-guide.html
+++ b/docs/nifi-registry-docs/html/administration-guide.html
@@ -3674,7 +3674,7 @@ via NiFi Registry’s <em>logback.xml</em>, which by 
default contains an appende
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2022-07-27 14:26:11 -0700
+Last updated 2022-10-03 11:33:52 -0700
 </div>
 </div>
 </body>
diff --git a/docs/nifi-registry-docs/html/getting-started.html 
b/docs/nifi-registry-docs/html/getting-started.html
index 240d18c..232122f 100644
--- a/docs/nifi-registry-docs/html/getting-started.html
+++ b/docs/nifi-registry-docs/html/getting-started.html
@@ -580,7 +580,31 @@ NiFi Registry can be shutdown by executing the command 
<code>bin/nifi-registry.s
 </div>
 </div>
 <div class="paragraph">
-<p>Select the Registry Clients tab and add a new Registry Client giving it a 
name and the URL of <a href="http://localhost:18080"; target="_blank" 
rel="noopener"><code>http://localhost:18080</code></a>:</p>
+<p>Select the Registry Clients tab and add a new Registry Client giving it a 
name and selecting a type:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/add-registry-client.png" alt="Add Registry Client Dialog">
+</div>
+</div>
+<div class="paragraph">
+<p>Click "Add".</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/registry-client-added.png" alt="Registry Client Added">
+</div>
+</div>
+<div class="paragraph">
+<p>Once a Registry Client has been added, configure it by clicking the "Edit" 
button (<span class="image"><img src="images/iconEdit.png" alt="Edit 
Button"></span>) in the far-right column. In the Edit Registry Client window, 
select the Properties tab and enter a URL of <a href="http://localhost:18080"; 
target="_blank" rel="noopener"><code>http://localhost:18080</code></a>:</p>
+</div>
+<div class="imageblock">
+<div class="content">
+<img src="images/configure-registry-client-properties.png" alt="Configure 
Registry Client Properties">
+</div>
+</div>
+<div class="paragraph">
+<p>Click "Update" to save the configuration and close the window:</p>
 </div>
 <div class="imageblock">
 <div class="content">
@@ -739,7 +763,7 @@ the versioned flow you just saved (a refresh may be 
required):</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2022-07-27 14:26:11 -0700
+Last updated 2022-10-03 11:33:52 -0700
 </div>
 </div>
 </body>
diff --git a/docs/nifi-registry-docs/html/images/add-registry-client.png 
b/docs/nifi-registry-docs/html/images/add-registry-client.png
new file mode 100644
index 0000000..67eb8c8
Binary files /dev/null and 
b/docs/nifi-registry-docs/html/images/add-registry-client.png differ
diff --git 
a/docs/nifi-registry-docs/html/images/configure-registry-client-properties.png 
b/docs/nifi-registry-docs/html/images/configure-registry-client-properties.png
new file mode 100644
index 0000000..0091e76
Binary files /dev/null and 
b/docs/nifi-registry-docs/html/images/configure-registry-client-properties.png 
differ
diff --git a/docs/nifi-registry-docs/html/images/iconEdit.png 
b/docs/nifi-registry-docs/html/images/iconEdit.png
new file mode 100644
index 0000000..e95712f
Binary files /dev/null and b/docs/nifi-registry-docs/html/images/iconEdit.png 
differ
diff --git a/docs/nifi-registry-docs/html/images/local_registry.png 
b/docs/nifi-registry-docs/html/images/local_registry.png
index 047dd71..ebbb5a4 100644
Binary files a/docs/nifi-registry-docs/html/images/local_registry.png and 
b/docs/nifi-registry-docs/html/images/local_registry.png differ
diff --git a/docs/nifi-registry-docs/html/images/registry-client-added.png 
b/docs/nifi-registry-docs/html/images/registry-client-added.png
new file mode 100644
index 0000000..39c9e19
Binary files /dev/null and 
b/docs/nifi-registry-docs/html/images/registry-client-added.png differ
diff --git a/docs/nifi-registry-docs/html/user-guide.html 
b/docs/nifi-registry-docs/html/user-guide.html
index 7f3b0b6..a461e83 100644
--- a/docs/nifi-registry-docs/html/user-guide.html
+++ b/docs/nifi-registry-docs/html/user-guide.html
@@ -1651,7 +1651,7 @@ In order to upload a NAR to NiFi Registry, it must 
contain the file <em>META-INF
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2022-07-27 14:26:11 -0700
+Last updated 2022-10-03 11:33:52 -0700
 </div>
 </div>
 </body>
diff --git a/docs/nifi-registry-docs/js/application.js 
b/docs/nifi-registry-docs/js/application.js
index e0b4558..694fa82 100644
--- a/docs/nifi-registry-docs/js/application.js
+++ b/docs/nifi-registry-docs/js/application.js
@@ -102,10 +102,11 @@ $(document).ready(function () {
         var matchingProcessors = applyComponentFilter($('#processor-links'));
         var matchingControllerServices = 
applyComponentFilter($('#controller-service-links'));
         var matchingReportingTasks = 
applyComponentFilter($('#reporting-task-links'));
+        var matchingParameterProviders = 
applyComponentFilter($('#parameter-provider-links'));
         var matchingDeveloper = applyComponentFilter($('#developer-links'));
 
         // update the rule count
-        $('#displayed-components').text(matchingGeneral + matchingProcessors + 
matchingControllerServices + matchingReportingTasks + matchingDeveloper);
+        $('#displayed-components').text(matchingGeneral + matchingProcessors + 
matchingControllerServices + matchingReportingTasks + 
matchingParameterProviders + matchingDeveloper);
     };
 
     var selectComponent = function (selectedExtension, selectedBundleGroup, 
selectedBundleArtifact, selectedArtifactVersion) {
diff --git a/docs/nifi-registry-docs/rest-api/index.html 
b/docs/nifi-registry-docs/rest-api/index.html
index b8b6e27..957a028 100644
--- a/docs/nifi-registry-docs/rest-api/index.html
+++ b/docs/nifi-registry-docs/rest-api/index.html
@@ -134,7 +134,7 @@
     <div class="app-desc">The REST API provides an interface to a registry 
with operations for saving, versioning, reading NiFi flows and components.</div>
     <div class="app-desc">More information: <a 
href="https://nifi.apache.org";>https://nifi.apache.org</a></div>
     <div class="app-desc">Contact Info: <a 
href="http://localhost:18080/nifi-registry-docs/rest-api/[email protected]";>[email protected]</a></div>
-    <div class="app-desc">Version: 1.17.0</div>
+    <div class="app-desc">Version: 1.18.0</div>
     
     <div class="license-info">Apache 2.0 License</div>
     <div 
class="license-url">https://www.apache.org/licenses/LICENSE-2.0.html</div>
@@ -1473,6 +1473,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -1639,6 +1641,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -1669,25 +1678,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -2111,6 +2125,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -2277,6 +2293,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -2307,25 +2330,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -2848,6 +2876,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -3014,6 +3044,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -3044,25 +3081,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -3587,6 +3629,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -3753,6 +3797,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -3783,25 +3834,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -4214,6 +4270,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -4380,6 +4438,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -4410,25 +4475,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -8581,6 +8651,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -8747,6 +8819,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -8777,25 +8856,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -9206,6 +9290,8 @@
     },
     "versionedFlowCoordinates" : {
       "registryUrl" : "registryUrl",
+      "registryId" : "registryId",
+      "storageLocation" : "storageLocation",
       "bucketId" : "bucketId",
       "flowId" : "flowId",
       "version" : 6,
@@ -9372,6 +9458,13 @@
     } ],
     "parameterContextName" : "parameterContextName"
   },
+  "parameterProviders" : {
+    "key" : {
+      "identifier" : "identifier",
+      "name" : "name",
+      "type" : "type"
+    }
+  },
   "flowEncodingVersion" : "flowEncodingVersion",
   "flow" : {
     "versionCount" : 0,
@@ -9402,25 +9495,30 @@
   },
   "parameterContexts" : {
     "key" : {
+      "parameterGroupName" : "parameterGroupName",
       "identifier" : "identifier",
-      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
       "componentType" : "CONNECTION",
+      "synchronized" : true,
       "comments" : "comments",
-      "name" : "name",
       "description" : "description",
+      "inheritedParameterContexts" : [ "inheritedParameterContexts", 
"inheritedParameterContexts" ],
+      "name" : "name",
       "instanceIdentifier" : "instanceIdentifier",
       "groupIdentifier" : "groupIdentifier",
       "parameters" : [ {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
       }, {
+        "provided" : true,
         "name" : "name",
         "description" : "description",
         "sensitive" : true,
         "value" : "value"
-      } ]
+      } ],
+      "parameterProvider" : "parameterProvider"
     }
   },
   "latest" : true
@@ -12058,6 +12156,7 @@
     <li><a 
href="index.html#ExternalControllerServiceReference"><code>ExternalControllerServiceReference</code></a></li>
     <li><a href="index.html#Fields"><code>Fields</code></a></li>
     <li><a href="index.html#JaxbLink"><code>JaxbLink</code></a></li>
+    <li><a 
href="index.html#ParameterProviderReference"><code>ParameterProviderReference</code></a></li>
     <li><a href="index.html#Permissions"><code>Permissions</code></a></li>
     <li><a href="index.html#Position"><code>Position</code></a></li>
     <li><a href="index.html#Property"><code>Property</code></a></li>
@@ -12567,6 +12666,16 @@
 <div class="param">params (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">map[String, String]</a></span> 
The params for the link </div>
     </div>  <!-- field-items -->
   </div>
+  <div class="model">
+    <h3><a 
name="ParameterProviderReference"><code>ParameterProviderReference</code></a> 
<a class="up" href="index.html#__Models">Up</a></h3>
+    
+    <div class="field-items">
+      <div class="param">identifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The identifier of the parameter 
provider </div>
+<div class="param">name (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The name of 
the parameter provider </div>
+<div class="param">type (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The fully 
qualified name of the parameter provider class. </div>
+<div class="param">bundle (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#Bundle">Bundle</a></span>  </div>
+    </div>  <!-- field-items -->
+  </div>
   <div class="model">
     <h3><a name="Permissions"><code>Permissions</code></a> <a class="up" 
href="index.html#__Models">Up</a></h3>
     
@@ -12789,7 +12898,7 @@
         <div class="param-enum">DO_NOT_COMPRESS</div><div 
class="param-enum">COMPRESS_ATTRIBUTES_ONLY</div><div 
class="param-enum">COMPRESS_ATTRIBUTES_AND_CONTENT</div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -12814,7 +12923,7 @@
 <div class="param">bulletinLevel (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The level at 
which the controller service will report bulletins. </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -12842,7 +12951,9 @@
     <h3><a 
name="VersionedFlowCoordinates"><code>VersionedFlowCoordinates</code></a> <a 
class="up" href="index.html#__Models">Up</a></h3>
     
     <div class="field-items">
-      <div class="param">registryUrl (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The URL of the Flow Registry that 
contains the flow </div>
+      <div class="param">registryId (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The identifier of the Flow Registry 
that contains the flow </div>
+<div class="param">storageLocation (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The location of the Flow Registry 
that stores the flow </div>
+<div class="param">registryUrl (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The URL of the 
Flow Registry that contains the flow </div>
 <div class="param">bucketId (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The UUID of 
the bucket that the flow resides in </div>
 <div class="param">flowId (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The UUID of 
the flow </div>
 <div class="param">version (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#integer">Integer</a></span> The version 
of the flow format: int32</div>
@@ -12867,6 +12978,7 @@
       <div class="param">snapshotMetadata </div><div class="param-desc"><span 
class="param-type"><a 
href="index.html#VersionedFlowSnapshotMetadata">VersionedFlowSnapshotMetadata</a></span>
  </div>
 <div class="param">flowContents </div><div class="param-desc"><span 
class="param-type"><a 
href="index.html#VersionedProcessGroup">VersionedProcessGroup</a></span>  </div>
 <div class="param">externalControllerServices (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#ExternalControllerServiceReference">map[String, 
ExternalControllerServiceReference]</a></span> The information about controller 
services that exist outside this versioned flow, but are referenced by 
components within the versioned flow. </div>
+<div class="param">parameterProviders (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#ParameterProviderReference">map[String, 
ParameterProviderReference]</a></span> Contains basic information about 
parameter providers referenced in the versioned flow. </div>
 <div class="param">parameterContexts (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#VersionedParameterContext">map[String, 
VersionedParameterContext]</a></span> The parameter contexts referenced by 
process groups in the flow contents. The mapping is from the name of the 
context to the context instance, and it is expected that any context in this 
map is referenced by at least one process group in this flow. </div>
 <div class="param">flowEncodingVersion (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The optional encoding version of the 
flow contents. </div>
 <div class="param">flow (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#VersionedFlow">VersionedFlow</a></span>  
</div>
@@ -12898,7 +13010,7 @@
 <div class="param">position (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#Position">Position</a></span>  </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -12918,7 +13030,7 @@
 <div class="param">style (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">map[String, String]</a></span> 
The styles for this label (font-size : 12px, background-color : #eee, etc). 
</div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -12929,6 +13041,7 @@
       <div class="param">name (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The name of 
the parameter </div>
 <div class="param">description (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The 
description of the param </div>
 <div class="param">sensitive (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#boolean">Boolean</a></span> Whether or 
not the parameter value is sensitive </div>
+<div class="param">provided (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#boolean">Boolean</a></span> Whether or 
not the parameter value is provided by a ParameterProvider </div>
 <div class="param">value (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The value of 
the parameter </div>
     </div>  <!-- field-items -->
   </div>
@@ -12944,9 +13057,12 @@
 <div class="param">parameters (optional)</div><div class="param-desc"><span 
class="param-type"><a 
href="index.html#VersionedParameter">array[VersionedParameter]</a></span> The 
parameters in the context </div>
 <div class="param">inheritedParameterContexts (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">array[String]</a></span> The names of additional 
parameter contexts from which to inherit parameters </div>
 <div class="param">description (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The 
description of the parameter context </div>
+<div class="param">parameterProvider (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The identifier of an optional 
parameter provider </div>
+<div class="param">parameterGroupName (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The corresponding parameter group 
name fetched from the parameter provider, if applicable </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+<div class="param">synchronized (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#boolean">Boolean</a></span> True if the 
parameter provider is set and the context should receive updates when its 
parameters are next fetched </div>
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -12969,7 +13085,7 @@
 <div class="param">allowRemoteAccess (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#boolean">Boolean</a></span> Whether or not this port allows 
remote access for site-to-site </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -12997,11 +13113,11 @@
 <div class="param">defaultFlowFileExpiration (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The default FlowFile Expiration for 
this Process Group. </div>
 <div class="param">defaultBackPressureObjectThreshold (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#long">Long</a></span> Default value used in this Process Group 
for the maximum number of objects that can be queued before back pressure is 
applied. format: int64</div>
 <div class="param">defaultBackPressureDataSizeThreshold (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> Default value used in this Process 
Group for the maximum data size of objects that can be queued before back 
pressure is applied. </div>
-<div class="param">flowFileOutboundPolicy (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The FlowFile Outbound Policy for the 
Process Group </div>
-<div class="param">flowFileConcurrency (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The configured FlowFile Concurrency 
for the Process Group </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+<div class="param">flowFileOutboundPolicy (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The FlowFile Outbound Policy for the 
Process Group </div>
+<div class="param">flowFileConcurrency (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The configured FlowFile Concurrency 
for the Process Group </div>
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -13040,7 +13156,7 @@
 <div class="param">maxBackoffPeriod (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> Maximum amount of time to be waited 
during a retry period. </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
@@ -13070,7 +13186,7 @@
 <div class="param">batchSize (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#BatchSize">BatchSize</a></span>  </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">targetId (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span> The ID of the 
port on the target NiFi instance </div>
 <div class="param">scheduledState (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The scheduled state of the component 
</div>
         <div class="param-enum-header">Enum:</div>
@@ -13102,7 +13218,7 @@
 <div class="param">outputPorts (optional)</div><div class="param-desc"><span 
class="param-type"><a 
href="index.html#VersionedRemoteGroupPort">array[VersionedRemoteGroupPort]</a></span>
 A Set of Output Ports that can be connected to, in order to pull data from the 
remote NiFi instance </div>
 <div class="param">componentType (optional)</div><div class="param-desc"><span 
class="param-type"><a href="index.html#string">String</a></span>  </div>
         <div class="param-enum-header">Enum:</div>
-        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
+        <div class="param-enum">CONNECTION</div><div 
class="param-enum">PROCESSOR</div><div 
class="param-enum">PROCESS_GROUP</div><div 
class="param-enum">REMOTE_PROCESS_GROUP</div><div 
class="param-enum">INPUT_PORT</div><div 
class="param-enum">OUTPUT_PORT</div><div 
class="param-enum">REMOTE_INPUT_PORT</div><div 
class="param-enum">REMOTE_OUTPUT_PORT</div><div 
class="param-enum">FUNNEL</div><div class="param-enum">LABEL</div><div 
class="param-enum">CONTROLLER_SERVICE</div><div class="param [...]
 <div class="param">groupIdentifier (optional)</div><div 
class="param-desc"><span class="param-type"><a 
href="index.html#string">String</a></span> The ID of the Process Group that 
this component belongs to </div>
     </div>  <!-- field-items -->
   </div>
diff --git a/docs/nifi-registry/nf-registry.bundle.min.57fe7b2b400e4959fc38.js 
b/docs/nifi-registry/nf-registry.bundle.min.8b0d8fc445ef66624bb5.js
similarity index 71%
rename from docs/nifi-registry/nf-registry.bundle.min.57fe7b2b400e4959fc38.js
rename to docs/nifi-registry/nf-registry.bundle.min.8b0d8fc445ef66624bb5.js
index 95e7702..96fafc7 100644
--- a/docs/nifi-registry/nf-registry.bundle.min.57fe7b2b400e4959fc38.js
+++ b/docs/nifi-registry/nf-registry.bundle.min.8b0d8fc445ef66624bb5.js
@@ -1 +1 @@
-!function(e){function t(t){for(var 
n,o,a=t[0],c=t[1],l=t[2],d=0,f=[];d<a.length;d++)o=a[d],Object.prototype.hasOwnProperty.call(r,o)&&r[o]&&f.push(r[o][0]),r[o]=0;for(n
 in 
c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(u&&u(t);f.length;)f.shift()();return
 s.push.apply(s,l||[]),i()}function i(){for(var e,t=0;t<s.length;t++){for(var 
i=s[t],n=!0,a=1;a<i.length;a++){var 
c=i[a];0!==r[c]&&(n=!1)}n&&(s.splice(t--,1),e=o(o.s=i[0]))}return e}var 
n={},r={0:0},s=[];function o(t){if(n[ [...]
\ No newline at end of file
+!function(e){function t(t){for(var 
n,o,a=t[0],c=t[1],l=t[2],d=0,f=[];d<a.length;d++)o=a[d],Object.prototype.hasOwnProperty.call(r,o)&&r[o]&&f.push(r[o][0]),r[o]=0;for(n
 in 
c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(u&&u(t);f.length;)f.shift()();return
 s.push.apply(s,l||[]),i()}function i(){for(var e,t=0;t<s.length;t++){for(var 
i=s[t],n=!0,a=1;a<i.length;a++){var 
c=i[a];0!==r[c]&&(n=!1)}n&&(s.splice(t--,1),e=o(o.s=i[0]))}return e}var 
n={},r={0:0},s=[];function o(t){if(n[ [...]
\ No newline at end of file
diff --git a/docs/nifi-registry/vendor.min.1cd97ff07a6586a20ff5.js 
b/docs/nifi-registry/vendor.min.28beb2fc6b8c40e5cd64.js
similarity index 100%
rename from docs/nifi-registry/vendor.min.1cd97ff07a6586a20ff5.js
rename to docs/nifi-registry/vendor.min.28beb2fc6b8c40e5cd64.js


Reply via email to