multiwoven-integrations 0.15.1 → 0.15.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8185efd26268063fe1bea73d4c243187cd967403bddc1947105655a36bfdec47
4
- data.tar.gz: 68fb1a68da8b7016b97fdd45cdcc1c5467e5d23db3e34a0582e74bde009495b4
3
+ metadata.gz: 061b82366f90672a1e23dfb7d57d84223892f5226b939de3b656524de8593bc0
4
+ data.tar.gz: 1546c389f0fe36c4f7909a06880759b3fb1af1850c79859b112abdfdf4418a93
5
5
  SHA512:
6
- metadata.gz: 538874f8543a2462cba10b956117426a8a7f623944e7c51d245061657dc293577daebf5c95771c5bfd84f99247872a370195bfde09a874f54c61c6ef8a43b795
7
- data.tar.gz: d3ab475811feb62450b598d3673fe04deec54cb3945801851abcf2de94c0f69c480a03b49b8cddd78cefe1a09aa64fb1dd23d25c37fcbfbd511f393c26a0a6b4
6
+ metadata.gz: 2e0cc7cff7a29f20e0f02ed2afd72cffa313844b4dc84a5ad63fd49c48a209ef3ccd3fc06e8db32670b0e48c3e81a55740cdaa57f31d73a25716526df384ffd9
7
+ data.tar.gz: d92a6a98532e3e9a820b18f2c1dabc67aa791b6bdc0ab088fd33bc2f086b55947dec475d07a979bbdc7bd86d8915708a811157229b85bc4d58ae744e9be9f03c
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.15.1"
5
+ VERSION = "0.15.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -4,7 +4,7 @@
4
4
  "connector_query_type": "ai_ml",
5
5
  "connection_specification": {
6
6
  "$schema": "http://json-schema.org/draft-07/schema#",
7
- "title": "Http Model Endpoint",
7
+ "title": "HTTP Model Endpoint",
8
8
  "type": "object",
9
9
  "required": ["url_host"],
10
10
  "properties": {
@@ -14,7 +14,8 @@
14
14
  "order": 0
15
15
  },
16
16
  "headers": {
17
- "title": "Http Headers",
17
+ "title": "HTTP Headers",
18
+ "description": "Custom headers to include in the HTTP request. Useful for authentication, content type specifications, and other request metadata.",
18
19
  "order": 1,
19
20
  "additionalProperties": {
20
21
  "type": "string"
@@ -25,10 +26,10 @@
25
26
  "type": "object",
26
27
  "properties": {
27
28
  "timeout": {
28
- "type": "integer",
29
- "minimum": 0,
30
- "default": 30,
31
- "title": "Http Timeout",
29
+ "type": "string",
30
+ "default": "30",
31
+ "title": "HTTP Timeout",
32
+ "description": "The maximum time, in seconds, to wait for a response from the server before the request is canceled.",
32
33
  "order": 0
33
34
  }
34
35
  },
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.1
4
+ version: 0.15.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-13 00:00:00.000000000 Z
11
+ date: 2024-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport