@itentialopensource/adapter-generic 0.1.3 → 0.1.5
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 +16 -0
- package/TAB2.md +1 -1
- package/metadata.json +34 -3
- package/package.json +3 -3
- package/refs?service=git-upload-pack +0 -0
- package/sampleProperties.json +1 -1
- package/test/unit/adapterTestUnit.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
|
|
2
|
+
## 0.1.5 [08-14-2024]
|
|
3
|
+
|
|
4
|
+
* Changes made at 2024.08.14_17:30PM
|
|
5
|
+
|
|
6
|
+
See merge request itentialopensource/adapters/adapter-generic!6
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
## 0.1.4 [08-07-2024]
|
|
11
|
+
|
|
12
|
+
* fix auths in metadata
|
|
13
|
+
|
|
14
|
+
See merge request itentialopensource/adapters/adapter-generic!5
|
|
15
|
+
|
|
16
|
+
---
|
|
17
|
+
|
|
2
18
|
## 0.1.3 [08-07-2024]
|
|
3
19
|
|
|
4
20
|
* Changes made at 2024.08.06_18:28PM
|
package/TAB2.md
CHANGED
|
@@ -108,7 +108,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
|
|
|
108
108
|
"stub": true,
|
|
109
109
|
"protocol": "https",
|
|
110
110
|
"authentication": {
|
|
111
|
-
"auth_method": "
|
|
111
|
+
"auth_method": "basic user_password",
|
|
112
112
|
"username": "username",
|
|
113
113
|
"password": "password",
|
|
114
114
|
"token": "token",
|
package/metadata.json
CHANGED
|
@@ -22,8 +22,36 @@
|
|
|
22
22
|
"brokerSince": "",
|
|
23
23
|
"authMethods": [
|
|
24
24
|
{
|
|
25
|
-
"type": "
|
|
25
|
+
"type": "Basic Auth",
|
|
26
26
|
"primary": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"type": "API Key",
|
|
30
|
+
"primary": false
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "AWS Auth",
|
|
34
|
+
"primary": false
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"type": "Cookie",
|
|
38
|
+
"primary": false
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"type": "OAuth",
|
|
42
|
+
"primary": false
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"type": "Personal Access Token",
|
|
46
|
+
"primary": false
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"type": "Session Id",
|
|
50
|
+
"primary": false
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"type": "Token",
|
|
54
|
+
"primary": false
|
|
27
55
|
}
|
|
28
56
|
],
|
|
29
57
|
"documentation": {
|
|
@@ -44,7 +72,9 @@
|
|
|
44
72
|
"webLink": "",
|
|
45
73
|
"vendorLink": "https://www.itential.com/",
|
|
46
74
|
"productLink": "",
|
|
47
|
-
"apiLinks": []
|
|
75
|
+
"apiLinks": [],
|
|
76
|
+
"workshopLinks": [],
|
|
77
|
+
"workshopHomePage": "https://www.itential.com/get-started/"
|
|
48
78
|
},
|
|
49
79
|
"assets": [],
|
|
50
80
|
"relatedItems": {
|
|
@@ -55,5 +85,6 @@
|
|
|
55
85
|
"transformationProjects": [],
|
|
56
86
|
"exampleProjects": []
|
|
57
87
|
},
|
|
58
|
-
"supportLevel": "community"
|
|
88
|
+
"supportLevel": "community",
|
|
89
|
+
"techAlliance": false
|
|
59
90
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@itentialopensource/adapter-generic",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "This adapter integrates with any rest based system.",
|
|
5
5
|
"main": "adapter.js",
|
|
6
6
|
"wizardVersion": "2.44.7",
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
"@itentialopensource/adapter-utils": "^5.6.0",
|
|
55
55
|
"acorn": "^8.12.1",
|
|
56
56
|
"ajv": "^8.17.1",
|
|
57
|
-
"axios": "^1.7.
|
|
57
|
+
"axios": "^1.7.4",
|
|
58
58
|
"commander": "^11.0.0",
|
|
59
59
|
"dns-lookup-promise": "^1.0.4",
|
|
60
60
|
"fs-extra": "^11.2.0",
|
|
61
61
|
"json-query": "^2.2.2",
|
|
62
|
-
"mocha": "^10.7.
|
|
62
|
+
"mocha": "^10.7.3",
|
|
63
63
|
"mocha-param": "^2.0.1",
|
|
64
64
|
"mongodb": "^4.16.0",
|
|
65
65
|
"ping": "^0.4.4",
|
|
Binary file
|
package/sampleProperties.json
CHANGED
|
@@ -315,10 +315,10 @@ describe('[unit] Generic Adapter Test', () => {
|
|
|
315
315
|
assert.notEqual(null, packageDotJson.dependencies);
|
|
316
316
|
assert.notEqual('', packageDotJson.dependencies);
|
|
317
317
|
assert.equal('^8.17.1', packageDotJson.dependencies.ajv);
|
|
318
|
-
assert.equal('^1.7.
|
|
318
|
+
assert.equal('^1.7.4', packageDotJson.dependencies.axios);
|
|
319
319
|
assert.equal('^11.0.0', packageDotJson.dependencies.commander);
|
|
320
320
|
assert.equal('^11.2.0', packageDotJson.dependencies['fs-extra']);
|
|
321
|
-
assert.equal('^10.7.
|
|
321
|
+
assert.equal('^10.7.3', packageDotJson.dependencies.mocha);
|
|
322
322
|
assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
|
|
323
323
|
assert.equal('^0.4.4', packageDotJson.dependencies.ping);
|
|
324
324
|
assert.equal('^1.4.10', packageDotJson.dependencies['readline-sync']);
|