openstax_salesforce 6.2.0 → 6.3.0

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: 0c5eb439993d9028ec5e037e64f128b8d429183345fedec631f2b00dc03ce3d3
4
- data.tar.gz: bfab2f00947d9cbc2855c39eb4094fc126899c67e70d350ecd05b6a662acb5d6
3
+ metadata.gz: d162e31d18a7750dcad2a8918e2551da76310ce9563b55783b2c7e0cd2196590
4
+ data.tar.gz: f2b7e0733681a83218d8e1f46fdccc869577e5863342d133d688f6069c96be8b
5
5
  SHA512:
6
- metadata.gz: d530bae23f16e7c353bb3b6933e0b3e14a1fe29e2d4b0c02a8b7ddbbd54138da1605d205a4868708727dbf79296e1c404ad7bb9c7cd18f4d57a09be037f418cd
7
- data.tar.gz: db5380c8880c2f6d34c795f07c2dbb225a4753b996dddd78e2d8ff19dcc6b3aab1f600488cbb9032662d22e54f35bef1e5100e6f4bc044213f6d02cd2f86d10a
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"
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = '6.2.0'
3
+ VERSION = '6.3.0'
4
4
  end
5
5
  end
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.2.0
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: 2021-11-15 00:00:00.000000000 Z
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.5
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