@itentialopensource/adapter-infoblox 1.19.1 → 1.19.2

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,12 @@
1
1
 
2
+ ## 1.19.2 [02-10-2026]
3
+
4
+ * found another call - with reversed params
5
+
6
+ See merge request itentialopensource/adapters/adapter-infoblox!69
7
+
8
+ ---
9
+
2
10
  ## 1.19.1 [02-10-2026]
3
11
 
4
12
  * fix parameters on call
package/adapter.js CHANGED
@@ -3639,7 +3639,7 @@ class Infoblox extends AdapterBaseCl {
3639
3639
  if (irReturnError) {
3640
3640
  return callback(null, irReturnError);
3641
3641
  }
3642
- return this.createHostRecord2(modifiedHostName, IPAddress, comment, callback);
3642
+ return this.createHostRecord2(modifiedHostName, comment, IPAddress, callback);
3643
3643
  });
3644
3644
  });
3645
3645
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itentialopensource/adapter-infoblox",
3
- "version": "1.19.1",
3
+ "version": "1.19.2",
4
4
  "description": "Itential Infoblox Adapter",
5
5
  "main": "adapter.js",
6
6
  "systemName": "Infoblox",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.19.0",
2
+ "version": "1.19.1",
3
3
  "configLines": 32386,
4
4
  "scriptLines": 2523,
5
5
  "codeLines": 30040,