@itentialopensource/adapter-servicenow 2.8.2 → 2.8.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
+ ## 2.8.4 [02-28-2024]
3
+
4
+ * Changes made at 2024.02.28_11:16AM
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!31
7
+
8
+ ---
9
+
10
+ ## 2.8.3 [01-12-2024]
11
+
12
+ * friendly links
13
+
14
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!30
15
+
16
+ ---
17
+
2
18
  ## 2.8.2 [12-23-2023]
3
19
 
4
20
  * meta change - tags
package/README.md CHANGED
@@ -156,6 +156,14 @@ testdouble
156
156
 
157
157
  ### How to Install
158
158
 
159
+ Installing an Adapter into your instance of Itential varies for Itential Cloud and On Prem IAP customers.
160
+
161
+ #### Cloud
162
+ 1. Create an instance of the adapter in IAP Admin Essentials GUI
163
+
164
+ 2. Change the adapter service instance configuration (host, port, credentials, etc) in IAP Admin Essentials GUI
165
+
166
+ #### On Prem IAP
159
167
  1. Set up the name space location in your IAP node_modules.
160
168
 
161
169
  ```bash
package/metadata.json CHANGED
@@ -4,24 +4,12 @@
4
4
  "vendor": "ServiceNow",
5
5
  "product": "IT Service Management",
6
6
  "osVersions": [
7
- "Istanbul",
8
- "Jakarta",
9
- "Kingston",
10
- "London",
11
- "Madrid",
12
- "New York",
13
- "Orlando",
14
- "Paris",
15
- "Quebec",
16
- "Rome",
17
7
  "San Diego",
18
8
  "Tokyo",
19
- "Utah"
20
- ],
21
- "apiVersions": [
22
- "Istanbul",
23
- "Madrid"
9
+ "Utah",
10
+ "Vancouver"
24
11
  ],
12
+ "apiVersions": [],
25
13
  "iapVersions": [
26
14
  "2021.1.x",
27
15
  "2021.2.x",
@@ -59,11 +47,25 @@
59
47
  "repoLink": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow",
60
48
  "docLink": "https://docs.itential.com/opensource/docs/servicenow",
61
49
  "demoLinks": [
62
- "https://www.itential.com/blog/getting-real-time-with-automating-network-change-management-with-servicenow/",
63
- "https://www.itential.com/resource/demo/integrating-servicenow-cmdb-as-a-source-of-truth-to-drive-network-automation-with-itential-2/",
64
- "https://www.itential.com/solutions/integrations/servicenow-network-automation/"
50
+ {
51
+ "title": "Getting Real (Time) with Automating Network Change Management With ServiceNow",
52
+ "link": "https://www.itential.com/blog/getting-real-time-with-automating-network-change-management-with-servicenow/"
53
+ },
54
+ {
55
+ "title": "Integrating ServiceNow CMDB as a Source Of Truth to Drive Network Automation with Itential",
56
+ "link": "https://www.itential.com/resource/demo/integrating-servicenow-cmdb-as-a-source-of-truth-to-drive-network-automation-with-itential-2/"
57
+ },
58
+ {
59
+ "title": "INTEGRATION - Itential + ServiceNow",
60
+ "link": "https://www.itential.com/solutions/integrations/servicenow-network-automation/"
61
+ }
62
+ ],
63
+ "trainingLinks": [
64
+ {
65
+ "title": "Itential Academy",
66
+ "link": "https://www.itential.com/itential-academy/"
67
+ }
65
68
  ],
66
- "trainingLinks": [],
67
69
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
68
70
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
69
71
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
@@ -71,7 +73,22 @@
71
73
  "vendorLink": "https://www.servicenow.com/",
72
74
  "productLink": "https://www.servicenow.com/products/itsm.html",
73
75
  "apiLinks": [
74
- "https://developer.servicenow.com/dev.do#!/learn/learning-plans/tokyo/new_to_servicenow/app_store_learnv2_scripting_tokyo_servicenow_apis"
76
+ {
77
+ "title": "San Diego REST API",
78
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/sandiego/rest"
79
+ },
80
+ {
81
+ "title": "Tokyo REST API",
82
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/tokyo/rest"
83
+ },
84
+ {
85
+ "title": "Utah REST API",
86
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/utah/rest/"
87
+ },
88
+ {
89
+ "title": "Vancouver REST API",
90
+ "link": "https://developer.servicenow.com/dev.do#!/reference/api/vancouver/rest"
91
+ }
75
92
  ]
76
93
  },
77
94
  "assets": [],
@@ -103,7 +120,7 @@
103
120
  ],
104
121
  "repoLink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-now-platform-rest",
105
122
  "docLink": "",
106
- "webLink": ""
123
+ "webLink": "https://www.itential.com/automations/servicenow-platform-modular-automations/"
107
124
  }
108
125
  ],
109
126
  "transformationProjects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-servicenow",
3
- "version": "2.8.2",
3
+ "version": "2.8.4",
4
4
  "description": "This adapter integrates with system described as: servicenowMadrid.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "ServiceNow",
@@ -55,15 +55,15 @@
55
55
  "author": "Itential",
56
56
  "homepage": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow#readme",
57
57
  "dependencies": {
58
- "@itentialopensource/adapter-utils": "^5.3.0",
58
+ "@itentialopensource/adapter-utils": "^5.3.8",
59
59
  "acorn": "^8.10.0",
60
60
  "ajv": "^8.12.0",
61
- "axios": "^1.6.2",
61
+ "axios": "^1.6.7",
62
62
  "commander": "^11.0.0",
63
63
  "dns-lookup-promise": "^1.0.4",
64
64
  "fs-extra": "^11.1.1",
65
65
  "json-query": "^2.2.2",
66
- "mocha": "^10.2.0",
66
+ "mocha": "^10.3.0",
67
67
  "mocha-param": "^2.0.1",
68
68
  "mongodb": "^4.16.0",
69
69
  "nyc": "^15.1.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.8.1",
2
+ "version": "2.8.2",
3
3
  "configLines": 8401,
4
4
  "scriptLines": 1783,
5
5
  "codeLines": 12921,
@@ -316,10 +316,10 @@ describe('[unit] Servicenow Adapter Test', () => {
316
316
  assert.notEqual(null, packageDotJson.dependencies);
317
317
  assert.notEqual('', packageDotJson.dependencies);
318
318
  assert.equal('^8.12.0', packageDotJson.dependencies.ajv);
319
- assert.equal('^1.6.2', packageDotJson.dependencies.axios);
319
+ assert.equal('^1.6.7', packageDotJson.dependencies.axios);
320
320
  assert.equal('^11.0.0', packageDotJson.dependencies.commander);
321
321
  assert.equal('^11.1.1', packageDotJson.dependencies['fs-extra']);
322
- assert.equal('^10.2.0', packageDotJson.dependencies.mocha);
322
+ assert.equal('^10.3.0', packageDotJson.dependencies.mocha);
323
323
  assert.equal('^2.0.1', packageDotJson.dependencies['mocha-param']);
324
324
  assert.equal('^15.1.0', packageDotJson.dependencies.nyc);
325
325
  assert.equal('^0.4.4', packageDotJson.dependencies.ping);