@aifabrix/builder 2.32.1 → 2.32.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.
@@ -12,7 +12,7 @@
12
12
  "category":"integration",
13
13
  "author":"AI Fabrix Team",
14
14
  "createdAt":"2024-01-01T00:00:00Z",
15
- "updatedAt":"2025-01-01T00:00:00Z",
15
+ "updatedAt":"2026-01-18T00:00:00Z",
16
16
  "compatibility":{
17
17
  "minVersion":"1.0.0",
18
18
  "maxVersion":"3.0.0",
@@ -70,7 +70,7 @@
70
70
  },
71
71
  {
72
72
  "version":"2.0.0",
73
- "date":"2026-01-12T00:00:00Z",
73
+ "date":"2026-01-18T00:00:00Z",
74
74
  "changes":[
75
75
  "BREAKING: Renamed fieldMappings.accessFields (array) to fieldMappings.dimensions (object)",
76
76
  "BREAKING: Renamed fieldMappings.fields to fieldMappings.attributes",
@@ -1024,7 +1024,10 @@
1024
1024
  "type":"string",
1025
1025
  "enum":[
1026
1026
  "GET",
1027
- "POST"
1027
+ "POST",
1028
+ "PUT",
1029
+ "PATCH",
1030
+ "DELETE"
1028
1031
  ],
1029
1032
  "description":"Explicit HTTP method when source='http'."
1030
1033
  },
@@ -1045,8 +1048,15 @@
1045
1048
  }
1046
1049
  },
1047
1050
  "bodyTemplate":{
1048
- "description":"Optional static request body or template for POST/PUT fetches.",
1051
+ "description":"Optional static request body or template for POST/PUT/PATCH fetches.",
1049
1052
  "type":["object","string","null"]
1053
+ },
1054
+ "headers":{
1055
+ "type":"object",
1056
+ "description":"Optional HTTP headers for the request.",
1057
+ "additionalProperties":{
1058
+ "type":"string"
1059
+ }
1050
1060
  }
1051
1061
  },
1052
1062
  "allOf":[
@@ -12,7 +12,7 @@
12
12
  "category": "integration",
13
13
  "author": "AI Fabrix Team",
14
14
  "createdAt": "2024-01-01T00:00:00Z",
15
- "updatedAt": "2024-01-01T00:00:00Z",
15
+ "updatedAt": "2025-12-01T00:00:00Z",
16
16
  "compatibility": {
17
17
  "minVersion": "1.0.0",
18
18
  "maxVersion": "2.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aifabrix/builder",
3
- "version": "2.32.1",
3
+ "version": "2.32.2",
4
4
  "description": "AI Fabrix Local Fabric & Deployment SDK",
5
5
  "main": "lib/index.js",
6
6
  "bin": {