@itentialopensource/adapter-beyond_trust 0.2.2 → 0.2.4

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.2.4 [10-14-2024]
3
+
4
+ * Changes made at 2024.10.14_18:35PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-beyond_trust!7
7
+
8
+ ---
9
+
10
+ ## 0.2.3 [08-23-2024]
11
+
12
+ * update dependencies and metadata
13
+
14
+ See merge request itentialopensource/adapters/adapter-beyond_trust!5
15
+
16
+ ---
17
+
2
18
  ## 0.2.2 [08-14-2024]
3
19
 
4
20
  * Changes made at 2024.08.14_17:15PM
package/TAB2.md CHANGED
@@ -71,8 +71,8 @@ Sample Properties can be used to help you configure the adapter in the Itential
71
71
  "authentication": {
72
72
  "auth_method": "request_token",
73
73
  "username": "username",
74
- "password": "paswword",
75
- "token": "",
74
+ "password": "password",
75
+ "token": "token",
76
76
  "token_user_field": "",
77
77
  "token_password_field": "",
78
78
  "token_result_field": "access_token",
@@ -313,8 +313,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
313
313
  }
314
314
  }
315
315
  ```
316
- ### Swagger
316
+ ### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust/-/blob/master/report/adapter-openapi.json)
317
317
 
318
- Note: The content for this section may be missing as its corresponding .json file is unavailable. This sections will be updated once adapter-openapi.json file is added.
319
318
  ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust/-/blob/master/README.md)
320
319
 
package/metadata.json CHANGED
@@ -1,8 +1,10 @@
1
1
  {
2
2
  "name": "adapter-beyond_trust",
3
3
  "webName": "Adapter for Integration to Beyond Trust",
4
+ "supportLevel": "community",
4
5
  "vendor": "Beyond Trust",
5
6
  "product": "Beyond Trust",
7
+ "techAlliance": false,
6
8
  "osVersions": [],
7
9
  "apiVersions": [
8
10
  "1.3"
@@ -35,7 +37,7 @@
35
37
  "storeLink": "",
36
38
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-beyond_trust",
37
39
  "repoLink": "https://gitlab.com/@itentialopensource/adapters/adapter-beyond_trust",
38
- "docLink": "",
40
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust/-/blob/master/README.md?ref_type=heads",
39
41
  "demoLinks": [],
40
42
  "trainingLinks": [
41
43
  {
@@ -46,7 +48,7 @@
46
48
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
47
49
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
48
50
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
49
- "webLink": "",
51
+ "webLink": "https://www.itential.com/adapters/beyond-trust/",
50
52
  "vendorLink": "https://www.beyondtrust.com/",
51
53
  "productLink": "https://www.beyondtrust.com/",
52
54
  "apiLinks": [
@@ -67,7 +69,5 @@
67
69
  "workflowProjects": [],
68
70
  "transformationProjects": [],
69
71
  "exampleProjects": []
70
- },
71
- "supportLevel": "community",
72
- "techAlliance": false
72
+ }
73
73
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-beyond_trust",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "This adapter integrates with system described as: beyondtrustPrivilegedRemoteAccessConfigurationApis.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Beyond_trust",
7
7
  "wizardVersion": "2.44.7",
8
- "engineVersion": "1.67.19",
8
+ "engineVersion": "1.68.2",
9
9
  "adapterType": "http",
10
10
  "scripts": {
11
11
  "artifactize": "npm i && node utils/packModificationScript.js",
@@ -52,7 +52,7 @@
52
52
  "author": "Itential",
53
53
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-beyond_trust#readme",
54
54
  "dependencies": {
55
- "@itentialopensource/adapter-utils": "^5.6.0",
55
+ "@itentialopensource/adapter-utils": "^5.9.4",
56
56
  "acorn": "^8.12.1",
57
57
  "ajv": "^8.17.1",
58
58
  "axios": "^1.7.4",
@@ -67,7 +67,7 @@
67
67
  "prompts": "^2.4.2",
68
68
  "readline-sync": "^1.4.10",
69
69
  "semver": "^7.6.3",
70
- "winston": "^3.13.1"
70
+ "winston": "^3.14.2"
71
71
  },
72
72
  "devDependencies": {
73
73
  "chai": "^4.3.7",
Binary file