openstax_salesforce 9.0.0 → 10.0.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: 2df3568d0d57428c97b0eff64ce15be14c9e16912bf756fcc9ed937a88e18ac2
4
- data.tar.gz: 1c8571197d7287c9d1d20c8e96044215c18884761b81fb96071c53839b3c0713
3
+ metadata.gz: 8db000a4e206a2e12f6c4901967f95b9d151a07de6feba7647ea9bc861bf7f36
4
+ data.tar.gz: a40520b4424a7a8aadc6f7b8d89dae4102de6627c74d0d3378b23f66a864653a
5
5
  SHA512:
6
- metadata.gz: c9f27f8ac4bda5075dfb9d4f048ab0c29e930cea5dd13f4ecbf5776bb58e85e66152a79c41ccd476cdad6636c8eaca4b24eb7ad35c2e0d1bc1734406cfca0f44
7
- data.tar.gz: 7fbb3be31886114129e888d45d7f0dff61f00f037c55fb0af7af50c809641133ee89c8249d6d83f18435623707a4a27a8a5fe12a56ba924ca4507ad4f6dcc67c
6
+ metadata.gz: 92caaa1933e7ca770f8fe16a9332f6c263f236fdac93a73903968fdaa1658c2faacd3a39eaa9299b4cb11ba25e38c8638e8775e0af1b8edbc99c9311025a49ac
7
+ data.tar.gz: 474e40360527277ae6d30a917f8530a66f54e15738875dfe1b4ef418f760e528f4c01bbc28254b1d0914d1e525619a8f9462dbe1fbe346fca690871d1afa08e4
@@ -24,6 +24,18 @@ module OpenStax
24
24
  field :signup_date, from: 'Signup_Date__c', as: :datetime
25
25
  field :assignable_interest, from: 'Assignable_Interest__c'
26
26
  field :assignable_adoption_date, from: 'Assignable_Adoption_Date__c', as: :datetime
27
+ field :phone, from: 'Phone'
28
+ field :title, from: 'Title'
29
+ field :role, from: 'Role__c'
30
+ field :position, from: 'Position__c'
31
+ field :who_chooses_books, from: 'who_chooses_books__c'
32
+ field :subject_interest, from: 'Subject_Interest__c'
33
+ field :expected_start_semester, from: 'Expected_Start_Semester__c'
34
+ field :adoption_json, from: 'AdoptionsJSON__c'
35
+ field :num_students, from: 'Number_of_Students__c'
36
+ field :os_accounts_id, from: 'Accounts_ID__c'
37
+ field :tracking_parameters, from: 'Tracking_Parameters__c'
38
+ field :newsletter_opt_in, from: 'Newsletter_Opt_In__c', as: :boolean
27
39
 
28
40
  self.table_name = 'Contact'
29
41
  end
@@ -11,7 +11,6 @@ module OpenStax
11
11
  field :last_name, from: 'LastName'
12
12
  field :salutation, from: 'Salutation'
13
13
  field :title, from: 'Title'
14
- field :subject, from: 'Subject__c'
15
14
  field :subject_interest, from: 'Subject_Interest__c'
16
15
  field :school, from: 'Company'
17
16
  field :city, from: 'City'
@@ -23,7 +22,6 @@ module OpenStax
23
22
  field :status, from: 'Status'
24
23
  field :email, from: 'Email'
25
24
  field :source, from: 'LeadSource'
26
- field :newsletter, from: 'Newsletter__c'
27
25
  field :newsletter_opt_in, from: 'Newsletter_Opt_In__c'
28
26
  field :adoption_status, from: 'Adoption_Status__c'
29
27
  field :adoption_json, from: 'AdoptionsJSON__c'
@@ -35,14 +33,13 @@ module OpenStax
35
33
  field :position, from: 'Position__c'
36
34
  field :who_chooses_books, from: 'who_chooses_books__c'
37
35
  field :verification_status, from: 'FV_Status__c'
38
- field :b_r_i_marketing, from: 'BRI_Marketing__c', as: :boolean # Bill of Rights Institute (book) marketing
39
- field :title_1_school, from: 'Title_1_school__c', as: :boolean
40
36
  field :sheerid_school_name, from: 'SheerID_School_Name__c'
41
- field :instant_conversion, from: 'Instant_Conversion__c', as: :boolean
42
37
  field :signup_date, from: 'Signup_Date__c', as: :datetime
43
38
  field :self_reported_school, from: 'Self_Reported_School__c'
44
39
  field :tracking_parameters, from: 'Tracking_Parameters__c'
45
40
  field :expected_start_semester, from: 'Expected_Start_Semester__c'
41
+ field :is_converted, from: 'IsConverted', as: :boolean
42
+ field :converted_contact_id, from: 'ConvertedContactId'
46
43
 
47
44
  # These 2 fields both hold the Account (School) ID, but have different data types and uses in SF
48
45
  field :account_id, from: 'Account_ID__c'
@@ -1,5 +1,5 @@
1
1
  module OpenStax
2
2
  module Salesforce
3
- VERSION = '9.0.0'
3
+ VERSION = '10.0.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: 9.0.0
4
+ version: 10.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JP Slavinsky
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2026-08-17 00:00:00.000000000 Z
13
+ date: 2026-09-05 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rails