multiwoven-integrations 0.24.0 → 0.24.1

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: f031fedd53842de85cae6fb9e02c7577013e795c093e0bb64d960800bd5580b8
4
- data.tar.gz: 1f080d995569715c0e90459542a691d21e975eb4133df214e59c72d8e453ff17
3
+ metadata.gz: ad60cb551af1e7779f94369ba8696ca3057b197a4eeff5593fab09b78c12441a
4
+ data.tar.gz: 42097886868c03c1a5f3454c07b487565e7c16df906810aca5528141a3de8584
5
5
  SHA512:
6
- metadata.gz: ab040ff660c753381ace8f21f0134f22742fb25af368ff1ff0f9ebe76358d6a04c3474950b8341310c7936ccb49a08d3d2ea9e0d4836efde570bfcd2ce1b6cb7
7
- data.tar.gz: e9b13f683b6354acd34a42647ea684818551591dbf2777e86ac196659dbbce3556ecfee8b021fef9cbad2db5e72749d68372e8f1244755f03eadaaaea7665428
6
+ metadata.gz: 23f17dd48e50c6cff237592f8d43b2ac5eafc120b89482ff346d0c0fee7451b21a460b37a3e2ac81a6092c5cea0ee55bce8febfdad69e1516deaf7c88a81bc59
7
+ data.tar.gz: 51441d50a9bc79fec30d1ee98c108b27fbb9f2b36fe8199de919d266a111682162873d8da53eddd37244b2b3d51b8ccb2ef143eae97e118e6d8a6beb58a14b54
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.24.0"
5
+ VERSION = "0.24.1"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -36,9 +36,9 @@
36
36
  "description": "Type of data in the files",
37
37
  "type": "string",
38
38
  "title": "Data Format Type",
39
- "enum": [
40
- "structured",
41
- "unstructured"
39
+ "oneOf": [
40
+ { "const": "structured", "title": "Tables & Records (Structured)" },
41
+ { "const": "unstructured", "title": "Documents & Files (Unstructured)" }
42
42
  ],
43
43
  "default": "structured",
44
44
  "order": 9
@@ -12,9 +12,15 @@
12
12
  "description": "Type of data in the database",
13
13
  "type": "string",
14
14
  "title": "Data Format Type",
15
- "enum": [
16
- "structured",
17
- "vector"
15
+ "oneOf": [
16
+ {
17
+ "const": "structured",
18
+ "title": "Tables & Records (Structured)"
19
+ },
20
+ {
21
+ "const": "vector",
22
+ "title": "Tables & Records containing Vector fields"
23
+ }
18
24
  ],
19
25
  "default": "structured",
20
26
  "order": 0
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.24.0
4
+ version: 0.24.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: 2025-05-09 00:00:00.000000000 Z
11
+ date: 2025-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport