multiwoven-integrations 0.33.0 → 0.33.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: 6be57be6129595ce97d90e8ae2458d9acf46f263d6385e19ab8d5e54f89bcc3a
4
- data.tar.gz: 6054e513e6cd67226c5f35e9ab5f85dfe39ad3a13cab12ed2e1f6f33c08b68be
3
+ metadata.gz: 98def3e30ddde07d09ef1b49f76389e5da6697f61945bfdea2ed45b51864ad54
4
+ data.tar.gz: 17c486cd50aeb68bf518caea621b7e05810cb90796eb1e3bf3c2d46f4a09679c
5
5
  SHA512:
6
- metadata.gz: aa601444cd95bd8a8b6404ff5c352c4d44a45a5a4d50af0a28a3bcb0a2a90163e1ee84ffb71939e575086821a54d88159fef1cbec260c7037ff423132b0840e7
7
- data.tar.gz: b70732578f3dc563519db07e7ecb10df0022281e781099820a90f585791ca786c8eb23523fa93d2417acb1a51657e0f021b326822b5ca9845569ba57c288bef4
6
+ metadata.gz: 5f7ee1fc99f646605d0e48af51bc8249b55a0c043e63bfc89f7f22f6a66ff1aa216e9ce8abee2b3fba795dc82fd1a6e162a7162dc05ff8ee022968a3e2757d93
7
+ data.tar.gz: 465ab9bd57a12b53c925eb31f5d2de6ee9ce8e60ac6cb5842b1813574edf300cee6a25475e64c8f040cf2a3c515cc1a45e6111a784adbf4f7ee4d7c1ae85ff2e
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.33.0"
5
+ VERSION = "0.33.1"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -161,7 +161,7 @@ module Multiwoven::Integrations::Source
161
161
  columns.each { |column| invoice[column] = "" if TEXTRACT_SUMMARY_FIELDS.key?(column) }
162
162
  invoice["line_items"] = [] if columns.any?("line_items")
163
163
  invoice["id"] = file.id if columns.any?("id")
164
- invoice["file_name"] = file.id if columns.any?("file_name")
164
+ invoice["file_name"] = file.name if columns.any?("file_name")
165
165
  invoice["exception"] = "" if columns.any?("exception")
166
166
  invoice
167
167
  end
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.33.0
4
+ version: 0.33.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-07-31 00:00:00.000000000 Z
11
+ date: 2025-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport