@itentialopensource/adapter-checkpoint_gaia 0.2.3 → 0.2.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 CHANGED
@@ -1,4 +1,20 @@
1
1
 
2
+ ## 0.2.5 [10-14-2024]
3
+
4
+ * Changes made at 2024.10.14_18:36PM
5
+
6
+ See merge request itentialopensource/adapters/adapter-checkpoint_gaia!8
7
+
8
+ ---
9
+
10
+ ## 0.2.4 [08-24-2024]
11
+
12
+ * update dependencies and metadata
13
+
14
+ See merge request itentialopensource/adapters/adapter-checkpoint_gaia!6
15
+
16
+ ---
17
+
2
18
  ## 0.2.3 [08-14-2024]
3
19
 
4
20
  * Changes made at 2024.08.14_17:16PM
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": [
@@ -69,6 +70,5 @@
69
70
  "workflowProjects": [],
70
71
  "transformationProjects": [],
71
72
  "exampleProjects": []
72
- },
73
- "techAlliance": false
73
+ }
74
74
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-checkpoint_gaia",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
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,7 +52,7 @@
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.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