@itentialopensource/adapter-iap 0.5.1 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.5.3 [03-25-2024]
3
+
4
+ * fixing tabs
5
+
6
+ See merge request itentialopensource/adapters/adapter-iap!20
7
+
8
+ ---
9
+
10
+ ## 0.5.2 [02-26-2024]
11
+
12
+ * Changes made at 2024.02.26_11:05AM
13
+
14
+ See merge request itentialopensource/adapters/adapter-iap!16
15
+
16
+ ---
17
+
2
18
  ## 0.5.1 [12-24-2023]
3
19
 
4
20
  * update axios and metadata
package/SUMMARY.md CHANGED
@@ -1,9 +1,9 @@
1
1
  ## Overview
2
2
 
3
- This adapter is used to integrate the Itential Automation Platform (IAP) with the Iap System. The API that was used to build the adapter for Iap is usually available in the report directory of this adapter. The adapter utilizes the Iap API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
3
+ This adapter is used to integrate the Itential Automation Platform (IAP) with the IAP System. The API that was used to build the adapter for IAP is usually available in the report directory of this adapter. The adapter utilizes the IAP API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
4
4
 
5
- >**Note**: It is possible that some integrations will be supported through the Iap adapter while other integrations will not. If you need additional API calls, you can use the Update capabilities provided by the Adapter Builder or request Itential to add them if the Adapter is an Itential opensourced adapter.
5
+ >**Note**: It is possible that some integrations will be supported through the IAP adapter while other integrations will not. If you need additional API calls, you can use the Update capabilities provided by the Adapter Builder or request Itential to add them if the Adapter is an Itential opensourced adapter.
6
6
 
7
7
  Itential provides information on all of its product adapters in the Customer Knowledge Base. Information in the <a href="https://itential.atlassian.net/servicedesk/customer/portals" target="_blank">Customer Knowledge Base</a> is consistently maintained and goes through documentation reviews. As a result, it should be the first place to go for information.
8
8
 
9
- For opensourced and custom built adapters, the ReadMe is a starting point to understand what you have built, provide the information for you to be able to update the adapter, and assist you with deploying the adapter into IAP.
9
+ For opensourced and custom built adapters, the ReadMe is a starting point to understand what you have built, provide the information for you to be able to update the adapter, and assist you with deploying the adapter into IAP.
package/TAB1.md ADDED
@@ -0,0 +1,10 @@
1
+ # Overview
2
+
3
+ This adapter is used to integrate the Itential Automation Platform (IAP) with the IAP System. The API that was used to build the adapter for IAP is usually available in the report directory of this adapter. The adapter utilizes the IAP API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
4
+
5
+ ## Details
6
+ The Itential Automation Platform adapter from Itential is used to integrate the Itential Automation Platform (IAP) with other instances of IAP. With this adapter you have the ability to perform operations such as:
7
+
8
+ - Allows you to integrate to other instances of the Itential Automation Platform (IAP).
9
+
10
+ For further technical details on how to install and use this adapter, please click the Technical Documentation tab.