ZOHOCRMSDK6_0 1.0.0 → 3.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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/src/ZOHOCRMSDK6_0.rb +4 -1
  3. data/src/com/zoho/api/authenticator/store/db_store.rb +1 -1
  4. data/src/com/zoho/api/logger/sdk_logger.rb +19 -43
  5. data/src/com/zoho/crm/api/change_owner/mass_wrapper.rb +1 -1
  6. data/src/com/zoho/crm/api/convert_lead/lead_converter.rb +19 -0
  7. data/src/com/zoho/crm/api/convert_lead/move_attachments_to.rb +82 -0
  8. data/src/com/zoho/crm/api/custom_views/action_wrapper.rb +2 -0
  9. data/src/com/zoho/crm/api/custom_views/custom_views.rb +4 -4
  10. data/src/com/zoho/crm/api/custom_views/custom_views_operations.rb +79 -0
  11. data/src/com/zoho/crm/api/deal_contact_roles/data.rb +1 -1
  12. data/src/com/zoho/crm/api/email_related_records/status.rb +19 -0
  13. data/src/com/zoho/crm/api/email_templates/email_template.rb +1 -1
  14. data/src/com/zoho/crm/api/features/detail.rb +19 -0
  15. data/src/com/zoho/crm/api/features/features_operations.rb +14 -0
  16. data/src/com/zoho/crm/api/layouts/section_field.rb +1 -1
  17. data/src/com/zoho/crm/api/layouts/sections.rb +4 -4
  18. data/src/com/zoho/crm/api/modules/module_field_lookup.rb +1 -1
  19. data/src/com/zoho/crm/api/modules/module_fields.rb +1 -1
  20. data/src/com/zoho/crm/api/record/consent.rb +1 -1
  21. data/src/com/zoho/crm/api/record/line_item_product.rb +1 -1
  22. data/src/com/zoho/crm/api/record/participants.rb +1 -1
  23. data/src/com/zoho/crm/api/record/price_book.rb +1 -1
  24. data/src/com/zoho/crm/api/record/pricing_details.rb +1 -1
  25. data/src/com/zoho/crm/api/record_locking/record_lock.rb +1 -1
  26. data/src/com/zoho/crm/api/reschedule_history/reschedule_history_operations.rb +10 -6
  27. data/src/com/zoho/crm/api/scoring_rules/scoring_rules_operations.rb +5 -5
  28. data/src/com/zoho/crm/api/users/api_exception.rb +2 -0
  29. data/src/com/zoho/crm/api/users/count_handler.rb +12 -0
  30. data/src/com/zoho/crm/api/users/count_wrapper.rb +65 -0
  31. data/src/com/zoho/crm/api/users/users.rb +9 -9
  32. data/src/com/zoho/crm/api/users/users_operations.rb +26 -0
  33. data/src/com/zoho/crm/api/util/constants.rb +1 -1
  34. data/src/resources/json_details.json +1 -1
  35. data/src/version.rb +1 -1
  36. metadata +12 -9
data/src/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ZOHOCRMSDK6_0
2
- VERSION = '1.0.0'
2
+ VERSION = '3.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZOHOCRMSDK6_0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZOHO CRM API TEAM
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-27 00:00:00.000000000 Z
11
+ date: 2024-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -95,33 +95,33 @@ dependencies:
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0.10'
97
97
  - !ruby/object:Gem::Dependency
98
- name: mysql2
98
+ name: tzinfo
99
99
  requirement: !ruby/object:Gem::Requirement
100
100
  requirements:
101
101
  - - "~>"
102
102
  - !ruby/object:Gem::Version
103
- version: 0.5.4
103
+ version: '2.0'
104
104
  type: :runtime
105
105
  prerelease: false
106
106
  version_requirements: !ruby/object:Gem::Requirement
107
107
  requirements:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
- version: 0.5.4
110
+ version: '2.0'
111
111
  - !ruby/object:Gem::Dependency
112
- name: tzinfo
112
+ name: mysql2
113
113
  requirement: !ruby/object:Gem::Requirement
114
114
  requirements:
115
115
  - - "~>"
116
116
  - !ruby/object:Gem::Version
117
- version: '2.0'
117
+ version: 0.5.2
118
118
  type: :runtime
119
119
  prerelease: false
120
120
  version_requirements: !ruby/object:Gem::Requirement
121
121
  requirements:
122
122
  - - "~>"
123
123
  - !ruby/object:Gem::Version
124
- version: '2.0'
124
+ version: 0.5.2
125
125
  description: An API client for CRM customers, with which they can call ZOHO CRM APIs
126
126
  with ease
127
127
  email:
@@ -327,6 +327,7 @@ files:
327
327
  - src/com/zoho/crm/api/convert_lead/carry_over_tags.rb
328
328
  - src/com/zoho/crm/api/convert_lead/convert_lead_operations.rb
329
329
  - src/com/zoho/crm/api/convert_lead/lead_converter.rb
330
+ - src/com/zoho/crm/api/convert_lead/move_attachments_to.rb
330
331
  - src/com/zoho/crm/api/convert_lead/success_response.rb
331
332
  - src/com/zoho/crm/api/coql/api_exception.rb
332
333
  - src/com/zoho/crm/api/coql/body_wrapper.rb
@@ -1285,6 +1286,8 @@ files:
1285
1286
  - src/com/zoho/crm/api/users/associated_group.rb
1286
1287
  - src/com/zoho/crm/api/users/associated_groups_wrapper.rb
1287
1288
  - src/com/zoho/crm/api/users/body_wrapper.rb
1289
+ - src/com/zoho/crm/api/users/count_handler.rb
1290
+ - src/com/zoho/crm/api/users/count_wrapper.rb
1288
1291
  - src/com/zoho/crm/api/users/customize_info.rb
1289
1292
  - src/com/zoho/crm/api/users/info.rb
1290
1293
  - src/com/zoho/crm/api/users/minified_user.rb
@@ -1454,7 +1457,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1454
1457
  - !ruby/object:Gem::Version
1455
1458
  version: '0'
1456
1459
  requirements: []
1457
- rubygems_version: 3.5.3
1460
+ rubygems_version: 3.4.10
1458
1461
  signing_key:
1459
1462
  specification_version: 4
1460
1463
  summary: API client for Zoho CRM