multiwoven-integrations 0.15.0 → 0.15.1

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: 8185efd26268063fe1bea73d4c243187cd967403bddc1947105655a36bfdec47
4
+ data.tar.gz: 68fb1a68da8b7016b97fdd45cdcc1c5467e5d23db3e34a0582e74bde009495b4
5
5
  SHA512:
6
- metadata.gz: 17492404f1d1281352a5c2876a1aa46d3fe2b402a33fb56ae525eac77e8641a5cad7d77547896c51e7e33f80bb4dfb707e04813370aa3976dab4a93ca0081099
7
- data.tar.gz: 1eb25fac02b0736fac98569c6e4f6f7a7d1205be19e82629dc891bc71a1d699fe9ee4b07b740e4d1087e0869e43366c5fe2b0f7ee136be35ba3d0321dc70af7b
6
+ metadata.gz: 538874f8543a2462cba10b956117426a8a7f623944e7c51d245061657dc293577daebf5c95771c5bfd84f99247872a370195bfde09a874f54c61c6ef8a43b795
7
+ data.tar.gz: d3ab475811feb62450b598d3673fe04deec54cb3945801851abcf2de94c0f69c480a03b49b8cddd78cefe1a09aa64fb1dd23d25c37fcbfbd511f393c26a0a6b4
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.15.0"
5
+ VERSION = "0.15.1"
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": {
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.1
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-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport