multiwoven-integrations 0.11.0 → 0.11.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 +4 -4
- data/lib/multiwoven/integrations/rollout.rb +1 -1
- data/lib/multiwoven/integrations/source/aws_sagemaker_model/config/spec.json +2 -0
- data/lib/multiwoven/integrations/source/databrics_model/config/spec.json +2 -0
- data/lib/multiwoven/integrations/source/google_vertex_model/config/spec.json +2 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d66b37c38c05a728d4acbe3c2575ab45f0a19172d2d0f9d131801415a5d55c36
|
|
4
|
+
data.tar.gz: 6e6ae1f325d5e3fb9280a468edfc3a2c30c5d4b4bf9c01c074dc1b5a59572bbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff785a6727e67f136cd44fa49d046579db31e6f1335f4d40c248110781f77a3e9bb79b0c43f8255186bf1f25da439527a43b80ffc96d224c57606639fc936fcf
|
|
7
|
+
data.tar.gz: 10f4da6e75ecca43a03f4600320b50ce54a948bce82e70d86541d92dfa8300b168451507e57e4d7c6eff97289d74c968b6c62a1211f3ab462fc7707b3e569811
|
|
@@ -37,12 +37,14 @@
|
|
|
37
37
|
"description": "Sample Request Format",
|
|
38
38
|
"type": "string",
|
|
39
39
|
"title": "Request Format",
|
|
40
|
+
"x-request-format": true,
|
|
40
41
|
"order": 4
|
|
41
42
|
},
|
|
42
43
|
"response_format": {
|
|
43
44
|
"description": "Sample Response Format",
|
|
44
45
|
"type": "string",
|
|
45
46
|
"title": "Response Format",
|
|
47
|
+
"x-response-format": true,
|
|
46
48
|
"order": 5
|
|
47
49
|
}
|
|
48
50
|
}
|
|
@@ -33,12 +33,14 @@
|
|
|
33
33
|
"title": "Request Format",
|
|
34
34
|
"description": "Sample Request Format",
|
|
35
35
|
"type": "string",
|
|
36
|
+
"x-request-format": true,
|
|
36
37
|
"order": 3
|
|
37
38
|
},
|
|
38
39
|
"response_format": {
|
|
39
40
|
"title": "Response Format",
|
|
40
41
|
"description": "Sample Response Format",
|
|
41
42
|
"type": "string",
|
|
43
|
+
"x-response-format": true,
|
|
42
44
|
"order": 4
|
|
43
45
|
}
|
|
44
46
|
}
|
|
@@ -30,12 +30,14 @@
|
|
|
30
30
|
"title": "Request Format",
|
|
31
31
|
"description": "Sample Request Format",
|
|
32
32
|
"type": "string",
|
|
33
|
+
"x-request-format": true,
|
|
33
34
|
"order": 3
|
|
34
35
|
},
|
|
35
36
|
"response_format": {
|
|
36
37
|
"title": "Response Format",
|
|
37
38
|
"description": "Sample Response Format",
|
|
38
39
|
"type": "string",
|
|
40
|
+
"x-response-format": true,
|
|
39
41
|
"order": 4
|
|
40
42
|
},
|
|
41
43
|
"credentials_json": {
|
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.11.
|
|
4
|
+
version: 0.11.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-09-
|
|
11
|
+
date: 2024-09-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|