@itentialopensource/adapter-servicenow 2.4.1 → 2.4.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
+ ## 2.4.3 [07-10-2023]
3
+
4
+ * Patch/prototype metadata
5
+
6
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!19
7
+
8
+ ---
9
+
10
+ ## 2.4.2 [04-04-2023]
11
+
12
+ * Utils version has been updated in package.json, and the changes are being migrated to the adapter
13
+
14
+ See merge request itentialopensource/adapters/itsm-testing/adapter-servicenow!17
15
+
16
+ ---
17
+
2
18
  ## 2.4.1 [11-23-2022]
3
19
 
4
20
  * Changes to System Info Markdown
package/metadata.json ADDED
@@ -0,0 +1,107 @@
1
+ {
2
+ "name": "adapter-servicenow",
3
+ "vendor": "ServiceNow",
4
+ "product": "IT Service Management",
5
+ "os_versions": [
6
+ "Istanbul",
7
+ "Jakarta",
8
+ "Kingston",
9
+ "London",
10
+ "Madrid",
11
+ "New York",
12
+ "Orlando",
13
+ "Paris",
14
+ "Quebec",
15
+ "Rome",
16
+ "San Diego",
17
+ "Tokyo",
18
+ "Utah"
19
+ ],
20
+ "iap_versions": [
21
+ "2021.1.x",
22
+ "2021.2.x",
23
+ "2022.1.x",
24
+ "2023.1.x"
25
+ ],
26
+ "method": "REST API",
27
+ "type": "Adapter",
28
+ "example": "getChangeRequests -> Returns the changes from the provided ServiceNow instance.",
29
+ "domains": [
30
+ "Inventory",
31
+ "Discovery",
32
+ "ITSM"
33
+ ],
34
+ "documentation": {
35
+ "storelink": "",
36
+ "repolink": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow",
37
+ "npmlink": "https://www.npmjs.com/package/@itentialopensource/adapter-servicenow",
38
+ "doclink": "https://docs.itential.com/opensource/docs/servicenow",
39
+ "marketlink": "<TBD>",
40
+ },
41
+ "relatedItems": {
42
+ "adapters": [
43
+ {
44
+ "name": "adapter-servicenow JUST EXAMPLE!!!!",
45
+ "repolink": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow",
46
+ "doclink": "https://docs.itential.com/opensource/docs/servicenow",
47
+ "marketLink": "<TBD>"
48
+ }
49
+ ],
50
+ "ecosystemApplications": [
51
+ {
52
+ "name": "Itential ServiceNow App",
53
+ "storelink": "https://store.servicenow.com/sn_appstore_store.do#!/store/application/f2ba728813da041032813092e144b01f",
54
+ "doclink": "https://docs.itential.com/opensource/docs/servicenow-application",
55
+ "marketLink": "<TBD>"
56
+ }
57
+ ],
58
+ "automations": [
59
+ {
60
+ "name": "ServiceNow Create Change Request",
61
+ "repolink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-create-change-request",
62
+ "docLink": "<TBD>",
63
+ "marketLink": "<TBD>"
64
+ },
65
+ {
66
+ "name": "ServiceNow Schedule Automation Using Change Request",
67
+ "repolink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-schedule-automation-using-change-request",
68
+ "docLink": "<TBD>",
69
+ "marketLink": "<TBD>"
70
+ },
71
+ {
72
+ "name": "ServiceNow Incident Creation",
73
+ "repolink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-incident-creation",
74
+ "docLink": "<TBD>",
75
+ "marketLink": "<TBD>"
76
+ },
77
+ {
78
+ "name": "ServiceNow Create RITM",
79
+ "repolink": "https://gitlab.com/itentialopensource/pre-built-automations/servicenow-create-ritm",
80
+ "docLink": "<TBD>",
81
+ "marketLink": "<TBD>"
82
+ }
83
+ ],
84
+ "usecases": [
85
+ {
86
+ "name": "Create, update and complete change management requests",
87
+ "marketLink": "<TBD>"
88
+ },
89
+ {
90
+ "name": "Create tickets/issues when problems arise during automations",
91
+ "marketLink": "<TBD>"
92
+ },
93
+ {
94
+ "name": "Close tickets/issues when problems are fixed by automations",
95
+ "marketLink": "<TBD>"
96
+ },
97
+ {
98
+ "name": "Add items into CMDB systems and set them up to be discovered",
99
+ "marketLink": "<TBD>"
100
+ },
101
+ {
102
+ "name": "Remove items from CMDB",
103
+ "marketLink": "<TBD>"
104
+ }
105
+ ]
106
+ }
107
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-servicenow",
3
- "version": "2.4.1",
3
+ "version": "2.4.3",
4
4
  "description": "This adapter integrates with system described as: servicenowMadrid.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "ServiceNow",
@@ -54,7 +54,7 @@
54
54
  "author": "Itential",
55
55
  "homepage": "https://gitlab.com/itentialopensource/adapters/itsm-testing/adapter-servicenow#readme",
56
56
  "dependencies": {
57
- "@itentialopensource/adapter-utils": "^4.45.6",
57
+ "@itentialopensource/adapter-utils": "^4.48.10",
58
58
  "ajv": "^6.12.0",
59
59
  "axios": "^0.21.0",
60
60
  "commander": "^2.20.0",
Binary file
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.4.0",
2
+ "version": "2.4.2",
3
3
  "configLines": 7662,
4
4
  "scriptLines": 1707,
5
5
  "codeLines": 13423,