multiwoven-integrations 0.15.0 → 0.15.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9f2579b099f981fb092ac0acbefc87e2470fe063e7a7cb27415aada6c4544474
4
- data.tar.gz: 3abc0ef749189c772363d4c8180c38093660ea1f0c5474460206f86ccc3d7213
3
+ metadata.gz: 061b82366f90672a1e23dfb7d57d84223892f5226b939de3b656524de8593bc0
4
+ data.tar.gz: 1546c389f0fe36c4f7909a06880759b3fb1af1850c79859b112abdfdf4418a93
5
5
  SHA512:
6
- metadata.gz: 17492404f1d1281352a5c2876a1aa46d3fe2b402a33fb56ae525eac77e8641a5cad7d77547896c51e7e33f80bb4dfb707e04813370aa3976dab4a93ca0081099
7
- data.tar.gz: 1eb25fac02b0736fac98569c6e4f6f7a7d1205be19e82629dc891bc71a1d699fe9ee4b07b740e4d1087e0869e43366c5fe2b0f7ee136be35ba3d0321dc70af7b
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.0"
5
+ VERSION = "0.15.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "HttpModel",
4
- "title": "HTTP Model",
4
+ "title": "HTTP Model Endpoint",
5
5
  "connector_type": "source",
6
6
  "category": "AI Model",
7
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,10 +1,10 @@
1
1
  {
2
- "documentation_url": "https://docs.multiwoven.com/integrations/source/http-model",
2
+ "documentation_url": "https://docs.multiwoven.com/integrations/source/http-model-endpoint",
3
3
  "stream_type": "user_defined",
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",
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.0
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-12 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