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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8185efd26268063fe1bea73d4c243187cd967403bddc1947105655a36bfdec47
|
4
|
+
data.tar.gz: 68fb1a68da8b7016b97fdd45cdcc1c5467e5d23db3e34a0582e74bde009495b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 538874f8543a2462cba10b956117426a8a7f623944e7c51d245061657dc293577daebf5c95771c5bfd84f99247872a370195bfde09a874f54c61c6ef8a43b795
|
7
|
+
data.tar.gz: d3ab475811feb62450b598d3673fe04deec54cb3945801851abcf2de94c0f69c480a03b49b8cddd78cefe1a09aa64fb1dd23d25c37fcbfbd511f393c26a0a6b4
|
@@ -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.
|
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-
|
11
|
+
date: 2024-11-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|