ZOHOCRMSDK2_1 1.0.0 → 2.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.
data/src/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ZOHOCRMSDK2_1
2
- VERSION = '1.0.0'
2
+ VERSION = '2.0.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ZOHOCRMSDK2_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZOHO CRM API TEAM
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-13 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi
@@ -182,6 +182,14 @@ files:
182
182
  - src/com/zoho/crm/api/bulk_write/response_wrapper.rb
183
183
  - src/com/zoho/crm/api/bulk_write/result.rb
184
184
  - src/com/zoho/crm/api/bulk_write/success_response.rb
185
+ - src/com/zoho/crm/api/cancel_meetings/action_handler.rb
186
+ - src/com/zoho/crm/api/cancel_meetings/action_response.rb
187
+ - src/com/zoho/crm/api/cancel_meetings/action_wrapper.rb
188
+ - src/com/zoho/crm/api/cancel_meetings/api_exception.rb
189
+ - src/com/zoho/crm/api/cancel_meetings/body_wrapper.rb
190
+ - src/com/zoho/crm/api/cancel_meetings/cancel_meetings_operations.rb
191
+ - src/com/zoho/crm/api/cancel_meetings/notify.rb
192
+ - src/com/zoho/crm/api/cancel_meetings/success_response.rb
185
193
  - src/com/zoho/crm/api/contact_roles/action_handler.rb
186
194
  - src/com/zoho/crm/api/contact_roles/action_response.rb
187
195
  - src/com/zoho/crm/api/contact_roles/action_wrapper.rb
@@ -227,6 +235,7 @@ files:
227
235
  - src/com/zoho/crm/api/dc/datacenter.rb
228
236
  - src/com/zoho/crm/api/dc/eu_datacenter.rb
229
237
  - src/com/zoho/crm/api/dc/in_datacenter.rb
238
+ - src/com/zoho/crm/api/dc/jp_datacenter.rb
230
239
  - src/com/zoho/crm/api/dc/us_datacenter.rb
231
240
  - src/com/zoho/crm/api/email_templates/api_exception.rb
232
241
  - src/com/zoho/crm/api/email_templates/attachment.rb
@@ -371,6 +380,7 @@ files:
371
380
  - src/com/zoho/crm/api/record/action_response.rb
372
381
  - src/com/zoho/crm/api/record/action_wrapper.rb
373
382
  - src/com/zoho/crm/api/record/api_exception.rb
383
+ - src/com/zoho/crm/api/record/apply_feature_execution.rb
374
384
  - src/com/zoho/crm/api/record/body_wrapper.rb
375
385
  - src/com/zoho/crm/api/record/carry_over_tags.rb
376
386
  - src/com/zoho/crm/api/record/comment.rb
@@ -572,10 +582,11 @@ files:
572
582
  - src/resources/JSONDetails.json
573
583
  - src/version.rb
574
584
  homepage: https://www.zoho.com/crm/
575
- licenses: []
585
+ licenses:
586
+ - Apache-2.0
576
587
  metadata:
577
588
  source_code_uri: https://github.com/zoho/zohocrm-ruby-sdk-2.1
578
- post_install_message:
589
+ post_install_message:
579
590
  rdoc_options: []
580
591
  require_paths:
581
592
  - src
@@ -590,8 +601,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
590
601
  - !ruby/object:Gem::Version
591
602
  version: '0'
592
603
  requirements: []
593
- rubygems_version: 3.0.9
594
- signing_key:
604
+ rubygems_version: 3.1.2
605
+ signing_key:
595
606
  specification_version: 4
596
607
  summary: API client for Zoho CRM
597
608
  test_files: []