@itentialopensource/adapter-checkpoint_gaia 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 [08-24-2024]
3
+
4
+ * update dependencies and metadata
5
+
6
+ See merge request itentialopensource/adapters/adapter-checkpoint_gaia!6
7
+
8
+ ---
9
+
10
+ ## 0.2.3 [08-14-2024]
11
+
12
+ * Changes made at 2024.08.14_17:16PM
13
+
14
+ See merge request itentialopensource/adapters/adapter-checkpoint_gaia!5
15
+
16
+ ---
17
+
2
18
  ## 0.2.2 [08-07-2024]
3
19
 
4
20
  * fix vendor
package/TAB2.md CHANGED
@@ -315,8 +315,7 @@ Sample Properties can be used to help you configure the adapter in the Itential
315
315
  }
316
316
  }
317
317
  ```
318
- ### Swagger
318
+ ### [Swagger](https://gitlab.com/itentialopensource/adapters/adapter-checkpoint_gaia/-/blob/master/report/adapter-openapi.json)
319
319
 
320
- 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.
321
320
  ## [Generic Adapter Information](https://gitlab.com/itentialopensource/adapters/adapter-checkpoint_gaia/-/blob/master/README.md)
322
321
 
package/metadata.json CHANGED
@@ -4,6 +4,7 @@
4
4
  "supportLevel": "community",
5
5
  "vendor": "Check Point",
6
6
  "product": "GAIA",
7
+ "techAlliance": false,
7
8
  "osVersions": [],
8
9
  "apiVersions": [
9
10
  "1.0"
@@ -37,7 +38,7 @@
37
38
  "storeLink": "",
38
39
  "npmLink": "https://www.npmjs.com/package/@itentialopensource/adapter-checkpoint_gaia",
39
40
  "repoLink": "https://gitlab.com/@itentialopensource/adapters/adapter-checkpoint_gaia",
40
- "docLink": "",
41
+ "docLink": "https://gitlab.com/itentialopensource/adapters/adapter-checkpoint_gaia/-/blob/master/README.md?ref_type=heads",
41
42
  "demoLinks": [],
42
43
  "trainingLinks": [
43
44
  {
@@ -48,7 +49,7 @@
48
49
  "faqLink": "https://docs.itential.com/opensource/docs/troubleshooting-an-adapter",
49
50
  "contributeLink": "https://gitlab.com/itentialopensource/adapters/contributing-guide",
50
51
  "issueLink": "https://itential.atlassian.net/servicedesk/customer/portals",
51
- "webLink": "",
52
+ "webLink": "https://www.itential.com/adapters/check-point-gaia/",
52
53
  "vendorLink": "https://www.checkpoint.com/",
53
54
  "productLink": "https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_Installation_and_Upgrade_Guide/Topics-IUG/The-Gaia-Operating-System.htm",
54
55
  "apiLinks": [
@@ -57,7 +58,9 @@
57
58
  "link": "https://sc1.checkpoint.com/documents/latest/GaiaAPIs/#introduction~v1.7%20",
58
59
  "public": true
59
60
  }
60
- ]
61
+ ],
62
+ "workshopLinks": [],
63
+ "workshopHomePage": "https://www.itential.com/get-started/"
61
64
  },
62
65
  "assets": [],
63
66
  "relatedItems": {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-checkpoint_gaia",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "This adapter integrates with system described as: gaiaApi-1.6.",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Checkpoint_gaia",
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,22 +52,22 @@
52
52
  "author": "Itential",
53
53
  "homepage": "https://gitlab.com/itentialopensource/adapters/adapter-checkpoint_gaia#readme",
54
54
  "dependencies": {
55
- "@itentialopensource/adapter-utils": "^5.6.0",
55
+ "@itentialopensource/adapter-utils": "^5.7.0",
56
56
  "acorn": "^8.12.1",
57
57
  "ajv": "^8.17.1",
58
- "axios": "^1.7.2",
58
+ "axios": "^1.7.4",
59
59
  "commander": "^11.0.0",
60
60
  "dns-lookup-promise": "^1.0.4",
61
61
  "fs-extra": "^11.2.0",
62
62
  "json-query": "^2.2.2",
63
- "mocha": "^10.7.0",
63
+ "mocha": "^10.7.3",
64
64
  "mocha-param": "^2.0.1",
65
65
  "mongodb": "^4.16.0",
66
66
  "ping": "^0.4.4",
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