ledger_sync-netsuite 0.4.2 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/ledger_sync/netsuite/customer/searcher_deserializer.rb +2 -0
- data/lib/ledger_sync/netsuite/resources/customer.rb +1 -0
- data/lib/ledger_sync/netsuite/resources/vendor.rb +1 -0
- data/lib/ledger_sync/netsuite/vendor/searcher_deserializer.rb +3 -0
- data/lib/ledger_sync/netsuite/version.rb +1 -1
- 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: 47a754744aecd65f4d0176a42948a250003fa88487e03f35c57be5abb1538938
|
4
|
+
data.tar.gz: c64f9c4392b2d4b7fd728fd46e913b594111896e1e2f903db709f8060b9fe957
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64c7ee3b3b0ea8cc199264110a73b8452626a1f49c4bcd8917e7eff4a8cc62e080db1a2993a05434a9ebf5b98a6ce01fd9045431601ef596303c56efe4e10693
|
7
|
+
data.tar.gz: a7b4a422f16998f89a45b4f4c02ea539fa6e47443d7a9b5e86a77d6e58176870df492162f4a0e0e5fa6aaa4a430ff679cf3cfc014a44d398120e109bd008b2d4
|
data/Gemfile.lock
CHANGED
@@ -10,6 +10,7 @@ module LedgerSync
|
|
10
10
|
attribute :firstName, type: LedgerSync::Type::String
|
11
11
|
attribute :lastName, type: LedgerSync::Type::String
|
12
12
|
attribute :phone, type: LedgerSync::Type::String
|
13
|
+
attribute :lastModifiedDate, type: Type::String
|
13
14
|
|
14
15
|
references_one :subsidiary, to: Subsidiary
|
15
16
|
end
|
@@ -11,6 +11,7 @@ module LedgerSync
|
|
11
11
|
attribute :first_name, type: Type::String
|
12
12
|
attribute :last_name, type: Type::String
|
13
13
|
attribute :phone_number, type: Type::String
|
14
|
+
attribute :lastModifiedDate, type: Type::String
|
14
15
|
references_one :subsidiary, to: Subsidiary
|
15
16
|
|
16
17
|
def name
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ledger_sync-netsuite
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Modern Treasury
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-02-
|
11
|
+
date: 2023-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: awesome_print
|