openstax_salesforce 6.2.0 → 6.3.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d162e31d18a7750dcad2a8918e2551da76310ce9563b55783b2c7e0cd2196590
|
4
|
+
data.tar.gz: f2b7e0733681a83218d8e1f46fdccc869577e5863342d133d688f6069c96be8b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a7f2f1aea3551751fb192adb03488a77934ea3224b9e82af86193d394e355f4c7486b6ce25774c48ce284207fd463c2a47502c45cbc0231c10e17934d3584a7
|
7
|
+
data.tar.gz: fb161e2916e1bf88333d4914b9aba1f1ebfcb86cf9d2ee81c87620ae0c4329e1243490ab783c14ec9653c9f459bed74aefe20cc1ba1a949e1791aff04a712641
|
@@ -21,6 +21,8 @@ module OpenStax::Salesforce::Remote
|
|
21
21
|
field :grant_tutor_access, from: 'Grant_Tutor_Access__c', as: :boolean
|
22
22
|
field :b_r_i_marketing, from: 'BRI_Marketing__c', as: :boolean # Bill of Rights Institute (book) marketing
|
23
23
|
field :title_1_school, from: 'Title_1_school__c', as: :boolean
|
24
|
+
field :accounts_uuid, from: 'Accounts_UUID__c'
|
25
|
+
field :lead_source, from: 'LeadSource'
|
24
26
|
|
25
27
|
self.table_name = 'Contact'
|
26
28
|
end
|
@@ -16,6 +16,7 @@ module OpenStax::Salesforce::Remote
|
|
16
16
|
field :contact_id, from: "Contact__c"
|
17
17
|
field :lead_source, from: "LeadSource"
|
18
18
|
field :os_accounts_id, from: "OS_Accounts_ID__c"
|
19
|
+
field :accounts_uuid, from: 'Accounts_UUID__c'
|
19
20
|
field :name, from: "Name"
|
20
21
|
field :record_type_name, from: "Opportunity_Record_Type_Name__c"
|
21
22
|
field :record_type_id, from: "RecordTypeId"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: openstax_salesforce
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.
|
4
|
+
version: 6.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- JP Slavinsky
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2022-01-21 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -150,7 +150,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
150
150
|
- !ruby/object:Gem::Version
|
151
151
|
version: '0'
|
152
152
|
requirements: []
|
153
|
-
rubygems_version: 3.2.
|
153
|
+
rubygems_version: 3.2.33
|
154
154
|
signing_key:
|
155
155
|
specification_version: 4
|
156
156
|
summary: Interface gem for accessing OpenStax's Salesforce instance
|