multiwoven-integrations 0.33.1 → 0.33.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69acadd5cf6cc3039aaae7aef5fd9535e1fb14d9771ffe2450ecd114af88b20c
|
4
|
+
data.tar.gz: 8d7324142f126348dff79786733b95a23b3301f7f5cd09f5cf972bed2d5c87fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8db62683ce3103b7e0a69994171aa33f9d8e0aa5a29bea30397b835eafe567d48a39440a1faeed4ea7edc724a8d39c4f16fef2886f63af1c06ed2000d72c207c
|
7
|
+
data.tar.gz: 7103d7066ff3cb07ca1d1d62716d302e7e118fe75f2932928ddf3292ad149c085406ad285f65857e14756f0ca872cd9f8fb0ed3664afb8b7119e7e64113b5725
|
@@ -108,7 +108,8 @@
|
|
108
108
|
{ "const": "invoice_date", "title": "Invoice/Receipt Date" },
|
109
109
|
{ "const": "invoice_total", "title": "Invoice/Receipt Total" },
|
110
110
|
{ "const": "purchase_order", "title": "Purchase Order Number" },
|
111
|
-
{ "const": "line_items", "title": "Invoice Line Items (Code, Description, Quantity, Unit Price, Total Price)"}
|
111
|
+
{ "const": "line_items", "title": "Invoice Line Items (Code, Description, Quantity, Unit Price, Total Price)"},
|
112
|
+
{ "const": "vendor_name", "title": "Vendor Name" }
|
112
113
|
]
|
113
114
|
},
|
114
115
|
"uniqueItems": true
|
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.
|
4
|
+
version: 0.33.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: 2025-08-
|
11
|
+
date: 2025-08-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|